pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/mosquitto



Module Name:    pkgsrc
Committed By:   gdt
Date:           Tue Dec  3 17:50:57 UTC 2019

Modified Files:
        pkgsrc/net/mosquitto: Makefile

Log Message:
net/mosquitto: Improve SUBST per pkglint hints

(No change to binary package.)


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/mosquitto/Makefile

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

Modified files:

Index: pkgsrc/net/mosquitto/Makefile
diff -u pkgsrc/net/mosquitto/Makefile:1.6 pkgsrc/net/mosquitto/Makefile:1.7
--- pkgsrc/net/mosquitto/Makefile:1.6   Tue Dec  3 17:45:21 2019
+++ pkgsrc/net/mosquitto/Makefile       Tue Dec  3 17:50:57 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2019/12/03 17:45:21 gdt Exp $
+# $NetBSD: Makefile,v 1.7 2019/12/03 17:50:57 gdt Exp $
 
 VERSION=       1.6.8
 DISTNAME=      mosquitto-${VERSION}
@@ -32,10 +32,10 @@ CONF_FILES= ${PREFIX}/share/examples/mos
                ${PKG_SYSCONFDIR}/mosquitto.conf
 
 SUBST_CLASSES+=                paths
-SUBST_STAGE.paths=     post-patch
+SUBST_STAGE.paths=     post-configure
 SUBST_MESSAGE.paths=   Substituting paths
 SUBST_FILES.paths=     mosquitto.conf
-SUBST_SED.paths=       -e "s,@SSLCERTS@,${SSLCERTS},g"
+SUBST_VARS.paths=      SSLCERTS
 
 RCD_SCRIPTS=   mosquitto
 FILES_SUBST+=  MOSQUITTO_USER=${MOSQUITTO_USER}



Home | Main Index | Thread Index | Old Index