pkgsrc-WIP-changes archive

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

part 2



Module Name:	pkgsrc-wip
Committed By:	Daniel Oelschlegel <amoibos%gmail.com@localhost>
Pushed By:	amoibos
Date:		Mon Aug 29 23:05:25 2016 +0000
Changeset:	4ca5d917809940cac1134c736d81bf836644b6c3

Modified Files:
	mosquitto/PLIST
	mosquitto/distinfo
	mosquitto/patches/patch-ad
	mosquitto/patches/patch-ah

Log Message:
part 2

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4ca5d917809940cac1134c736d81bf836644b6c3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 mosquitto/PLIST            | 13 ++++++++-----
 mosquitto/distinfo         |  8 ++++++--
 mosquitto/patches/patch-ad |  2 +-
 mosquitto/patches/patch-ah |  2 +-
 4 files changed, 16 insertions(+), 9 deletions(-)

diffs:
diff --git a/mosquitto/PLIST b/mosquitto/PLIST
index 082b72f..f54ffa0 100644
--- a/mosquitto/PLIST
+++ b/mosquitto/PLIST
@@ -2,19 +2,22 @@
 bin/mosquitto_passwd
 bin/mosquitto_pub
 bin/mosquitto_sub
-lib/libmosquitto.a
+lib/libmosquitto.so
+lib/libmosquittopp.so
 lib/libmosquitto.so.1
 lib/libmosquittopp.so.1
-man/man1/mosquitto.passwd.1
-man/man1/mosquitto.pub.1
-man/man1/mosquitto.sub.1
+include/mosquitto.h
+include/mosquitto_plugin.h
+include/mosquittopp.h
+man/man1/mosquitto_passwd.1
+man/man1/mosquitto_pub.1
+man/man1/mosquitto_sub.1
 man/man3/libmosquitto.3
 man/man5/mosquitto.conf.5
 man/man7/mosquitto-tls.7
 man/man7/mqtt.7
 man/man8/mosquitto.8
 sbin/mosquitto
-share/examples/mosquitto/
 share/examples/mosquitto/aclfile.example
 share/examples/mosquitto/mosquitto.conf
 share/examples/mosquitto/pskfile.example
diff --git a/mosquitto/distinfo b/mosquitto/distinfo
index 90282ff..9c5a88e 100644
--- a/mosquitto/distinfo
+++ b/mosquitto/distinfo
@@ -7,10 +7,14 @@ Size (mosquitto-1.4.10.tar.gz) = 359569 bytes
 SHA1 (patch-aa) = 9da33768dd0c5c4aa4277153ed5b3d8c5c3f2070
 SHA1 (patch-ab) = 8bf4c0d2a8dd1baaa6fffabba75c75f2fc604daf
 SHA1 (patch-ac) = 0a9dc86ff84ea0d8cadce12c77c6dd2e7bf010f1
-SHA1 (patch-ad) = 079cb84d6756c59187a8f66d963a710e3f7a0604
+SHA1 (patch-ad) = 29a1593ad6625ef4615ffc18f7812a2d0d1e4cad
 SHA1 (patch-ae) = d915e26afcba074c6b6d31e73b6cb5001e2ede39
 SHA1 (patch-af) = 4f797b6339f2a7f91466c78bf6fb33c9101b20e3
 SHA1 (patch-ag) = 45b7e547857458c69805b517dda799cf483ae822
-SHA1 (patch-ah) = 25929631f5ee924105e194c55219c93d8e9824ac
+SHA1 (patch-ah) = dd1c2930269531c9f63e101a13b8471758f25784
 SHA1 (patch-ai) = 1251819d0ccc96b7b307023365a7edbc11906ddf
 SHA1 (patch-aj) = 6ea887e67976e0a6907a06220bb9d730f2e7c6a1
+SHA1 (patch-ak) = 9f453c4ec807dfa37d42b154b001cec057c27013
+SHA1 (patch-al) = 90d41a4716424f5814ed3cfcf2aab8ad96a6f513
+SHA1 (patch-am) = cdae5843c35c32df017b9396a35909542210d76b
+SHA1 (patch-an) = b98cc3ae73a62845da3f4f534b968341f142d621
diff --git a/mosquitto/patches/patch-ad b/mosquitto/patches/patch-ad
index 27800f1..21126c3 100644
--- a/mosquitto/patches/patch-ad
+++ b/mosquitto/patches/patch-ad
@@ -7,7 +7,7 @@ $NetBSD$
  # being run automatically on boot with an init script and 
  # start-stop-daemon or similar.
 -#pid_file
-+pid_file /var/run/mosquitto.pid
++#pid_file /var/run/mosquitto.pid
  
  # When run as root, drop privileges to this user and its primary 
  # group.
diff --git a/mosquitto/patches/patch-ah b/mosquitto/patches/patch-ah
index baf2807..8e5bb7e 100644
--- a/mosquitto/patches/patch-ah
+++ b/mosquitto/patches/patch-ah
@@ -19,6 +19,6 @@ $NetBSD$
 -mandir=${prefix}/share/man
 -localedir=${prefix}/share/locale
 +prefix=${PREFIX}
-+mandir=${PREFIX}/share/man
++mandir=${PREFIX}/man
 +localedir=${PREFIX}/share/locale
  STRIP?=strip


Home | Main Index | Thread Index | Old Index