pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/mosquitto net/mosquitto: Update to 1.6.8



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6c2d3fde4655
branches:  trunk
changeset: 418776:6c2d3fde4655
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Tue Dec 03 17:45:21 2019 +0000

description:
net/mosquitto: Update to 1.6.8

pkgsrc change: Drop patch integrated upstream

Upstream changes: bug fixes

diffstat:

 net/mosquitto/Makefile                     |   4 ++--
 net/mosquitto/distinfo                     |  11 +++++------
 net/mosquitto/patches/patch-CMakeLists.txt |  20 --------------------
 3 files changed, 7 insertions(+), 28 deletions(-)

diffs (55 lines):

diff -r 04cc97e38261 -r 6c2d3fde4655 net/mosquitto/Makefile
--- a/net/mosquitto/Makefile    Tue Dec 03 17:28:09 2019 +0000
+++ b/net/mosquitto/Makefile    Tue Dec 03 17:45:21 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2019/09/25 23:35:02 gdt Exp $
+# $NetBSD: Makefile,v 1.6 2019/12/03 17:45:21 gdt Exp $
 
-VERSION=       1.6.7
+VERSION=       1.6.8
 DISTNAME=      mosquitto-${VERSION}
 CATEGORIES=    net
 MASTER_SITES=  https://mosquitto.org/files/source/
diff -r 04cc97e38261 -r 6c2d3fde4655 net/mosquitto/distinfo
--- a/net/mosquitto/distinfo    Tue Dec 03 17:28:09 2019 +0000
+++ b/net/mosquitto/distinfo    Tue Dec 03 17:45:21 2019 +0000
@@ -1,10 +1,9 @@
-$NetBSD: distinfo,v 1.5 2019/09/25 23:35:02 gdt Exp $
+$NetBSD: distinfo,v 1.6 2019/12/03 17:45:21 gdt Exp $
 
-SHA1 (mosquitto-1.6.7.tar.gz) = ce91182825dc3256503919986dca9d1b89c625d5
-RMD160 (mosquitto-1.6.7.tar.gz) = 7ded03b822746453ca5ce32df569fe0dc87f45c2
-SHA512 (mosquitto-1.6.7.tar.gz) = 0a75cf192483053ce78c6d9e3be158bdf66366d7731a68cf29e24731f6936027af1d86045c2b973f642e42e58efa033dbfd17842e3e95550bac4c1f44ab346e9
-Size (mosquitto-1.6.7.tar.gz) = 591062 bytes
-SHA1 (patch-CMakeLists.txt) = fb04da93970ccca17657021597b8311875473242
+SHA1 (mosquitto-1.6.8.tar.gz) = edea31d0a36e29547520605197e9e4ec48d8e198
+RMD160 (mosquitto-1.6.8.tar.gz) = 159d954ee49d01c583de98fe3054a43b381c5899
+SHA512 (mosquitto-1.6.8.tar.gz) = c15897df4e0979ee29a1e67cc671f56db600a078e9eb0bea376248b3f53b13ceed36616ad3678e2c9e07d6834a6d75e4efca2c40086069c1546e0223be04c071
+Size (mosquitto-1.6.8.tar.gz) = 589873 bytes
 SHA1 (patch-lib_CMakeLists.txt) = cddb8803a759820c8059028f924b56c22689ee54
 SHA1 (patch-lib_net__mosq.c) = a38294cdfea98f2da0879ea93373c5f04aebdb20
 SHA1 (patch-mosquitto.conf) = 0ea671cfe3a332e9f0027b2410b212797fc1db17
diff -r 04cc97e38261 -r 6c2d3fde4655 net/mosquitto/patches/patch-CMakeLists.txt
--- a/net/mosquitto/patches/patch-CMakeLists.txt        Tue Dec 03 17:28:09 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-$NetBSD: patch-CMakeLists.txt,v 1.1 2019/07/20 23:09:27 gdt Exp $
-
-Adjust pkgconfig installation location to lib, not share.
-
-Sent upstream via email 20190427.
-
---- CMakeLists.txt.orig        2019-06-18 11:45:59.000000000 +0000
-+++ CMakeLists.txt
-@@ -108,9 +108,9 @@ install(FILES mosquitto.conf aclfile.exa
- # ========================================
- 
- configure_file(libmosquitto.pc.in libmosquitto.pc @ONLY)
--install(FILES "${CMAKE_CURRENT_BINARY_DIR}/libmosquitto.pc" DESTINATION "${CMAKE_INSTALL_PREFIX}/share/pkgconfig")
-+install(FILES "${CMAKE_CURRENT_BINARY_DIR}/libmosquitto.pc" DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/pkgconfig")
- configure_file(libmosquittopp.pc.in libmosquittopp.pc @ONLY)
--install(FILES "${CMAKE_CURRENT_BINARY_DIR}/libmosquittopp.pc" DESTINATION "${CMAKE_INSTALL_PREFIX}/share/pkgconfig")
-+install(FILES "${CMAKE_CURRENT_BINARY_DIR}/libmosquittopp.pc" DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/pkgconfig")
- 
- # ========================================
- # Testing



Home | Main Index | Thread Index | Old Index