svn commit: r462395 - head/security/stunnel
Ryan Steinmetz
zi at FreeBSD.org
Tue Feb 20 13:11:23 UTC 2018
Author: zi
Date: Tue Feb 20 13:11:22 2018
New Revision: 462395
URL: https://svnweb.freebsd.org/changeset/ports/462395
Log:
- Resolve pid issue at startup due to conf.d parsing order
- Bump PORTREVISION
PR: 221822
Reported by: Kamil Choudhury
Modified:
head/security/stunnel/Makefile
head/security/stunnel/pkg-plist
Modified: head/security/stunnel/Makefile
==============================================================================
--- head/security/stunnel/Makefile Tue Feb 20 12:58:43 2018 (r462394)
+++ head/security/stunnel/Makefile Tue Feb 20 13:11:22 2018 (r462395)
@@ -3,6 +3,7 @@
PORTNAME= stunnel
PORTVERSION= 5.44
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= security
MASTER_SITES= https://www.stunnel.org/downloads/%SUBDIR%/ \
@@ -110,7 +111,7 @@ post-build:
post-install:
${MKDIR} ${STAGEDIR}${ETCDIR}/conf.d/
- ${INSTALL_DATA} ${FILESDIR}/pid.conf ${STAGEDIR}${ETCDIR}/conf.d/
+ ${INSTALL_DATA} ${FILESDIR}/pid.conf ${STAGEDIR}${ETCDIR}/conf.d/00-pid.conf
cert:
@${ECHO} ""
Modified: head/security/stunnel/pkg-plist
==============================================================================
--- head/security/stunnel/pkg-plist Tue Feb 20 12:58:43 2018 (r462394)
+++ head/security/stunnel/pkg-plist Tue Feb 20 13:11:22 2018 (r462395)
@@ -1,7 +1,7 @@
bin/stunnel
bin/stunnel3
%%ETCDIR%%/stunnel.conf-sample
-%%ETCDIR%%/conf.d/pid.conf
+%%ETCDIR%%/conf.d/00-pid.conf
lib/stunnel/libstunnel.a
lib/stunnel/libstunnel.so
man/man8/stunnel.8.gz
More information about the svn-ports-all
mailing list