Changes between Version 4 and Version 6 of Ticket #67874
- Timestamp:
- Aug 19, 2023, 7:37:03 PM (15 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #67874
-
Property
Summary
changed from
mosquitto: update to 2.0.15
tomosquitto: update to 2.0.16
-
Property
Summary
changed from
-
Ticket #67874 – Description
v4 v6 9 9 {{{#!diff 10 10 diff --git a/net/mosquitto/Portfile b/net/mosquitto/Portfile 11 index 61e7927e.. 5271927c10064411 index 61e7927e..750e462f 100644 12 12 --- a/net/mosquitto/Portfile 13 13 +++ b/net/mosquitto/Portfile … … 18 18 -version 2.0.9 19 19 -revision 1 20 +version 2.0.1 520 +version 2.0.16 21 21 +revision 0 22 22 … … 33 33 - sha256 1b8553ef64a1cf5e4f4cfbe098330ae612adccd3d37f35b2db6f6fab501b01d4 \ 34 34 - size 757878 35 +checksums rmd160 c669450aff623dd5c9c5e2b6306975139ea95117\36 + sha256 4735b1d32e3f91c7a8896741d88a3022e89730a1ee897946decfa0df27039ac6\37 + size 79 263235 +checksums rmd160 1f0e5e1a1e700a06af52509fd132702ef7d04a1c \ 36 + sha256 638db9e43e89d243ea98d10d66e76ff376131217780decd01abaffacc66d8035 \ 37 + size 795906 38 38 39 39 depends_build-append \ … … 62 62 +++ b/net/mosquitto/files/CMAKE_MODULE_LINKER_FLAGS.patch 63 63 @@ -0,0 +1,12 @@ 64 +--- CMakeLists.txt.orig 65 ++++ CMakeLists.txt 64 +--- CMakeLists.txt.orig 2023-08-03 23:00:17 65 ++++ CMakeLists.txt 2023-08-03 23:00:13 66 66 +@@ -20,7 +20,7 @@ 67 67 + endif (WIN32) 68 68 + 69 69 + if(APPLE) 70 +- 71 ++ 70 +- set(CMAKE_SHARED_LIBRARY_CREATE_C_FLAGS "${CMAKE_SHARED_LIBRARY_CREATE_C_FLAGS} -undefined dynamic_lookup") 71 ++ set(CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} -undefined dynamic_lookup") 72 72 + endif(APPLE) 73 73 +