pkgsrc-WIP-changes archive

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

mosquitto: Depend on pkgsrc uthash



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Mon Apr 22 21:07:34 2019 -0400
Changeset:	18b1525cecc8cc0bee272ad9e102122f9754a984

Modified Files:
	mosquitto/Makefile

Log Message:
mosquitto: Depend on pkgsrc uthash

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

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

diffstat:
 mosquitto/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/mosquitto/Makefile b/mosquitto/Makefile
index 4ed0e121df..3fbcaa6471 100644
--- a/mosquitto/Makefile
+++ b/mosquitto/Makefile
@@ -2,6 +2,7 @@
 
 VERSION=	1.6.0
 DISTNAME=	mosquitto-${VERSION}
+PKGREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	https://mosquitto.org/files/source/
 
@@ -44,6 +45,7 @@ post-install:
 	${INSTALL_DATA}	${WRKSRC}/pskfile.example ${WRKSRC}/pwfile.example ${WRKSRC}/mosquitto.conf ${WRKSRC}/aclfile.example ${DESTDIR}${PREFIX}/share/examples/mosquitto
 
 .include "../../devel/libuuid/buildlink3.mk"
+.include "../../devel/uthash/buildlink3.mk"
 # ?needed
 .include "../../net/libcares/buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"


Home | Main Index | Thread Index | Old Index