summaryrefslogtreecommitdiff
path: root/security/stunnel
diff options
context:
space:
mode:
authorRyan Steinmetz <zi@FreeBSD.org>2018-02-20 13:11:22 +0000
committerRyan Steinmetz <zi@FreeBSD.org>2018-02-20 13:11:22 +0000
commitbb40f76da8b41aeb98e14c8839b3a29f08e083bf (patch)
tree00532a990cd2297cc3f052ccbba35b6107466a49 /security/stunnel
parentUpdate to 0.0.10 (diff)
- Resolve pid issue at startup due to conf.d parsing order
- Bump PORTREVISION PR: 221822 Reported by: Kamil Choudhury
Notes
Notes: svn path=/head/; revision=462395
Diffstat (limited to 'security/stunnel')
-rw-r--r--security/stunnel/Makefile3
-rw-r--r--security/stunnel/pkg-plist2
2 files changed, 3 insertions, 2 deletions
diff --git a/security/stunnel/Makefile b/security/stunnel/Makefile
index 6e56c68a821d..796cf478ea4e 100644
--- a/security/stunnel/Makefile
+++ b/security/stunnel/Makefile
@@ -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} ""
diff --git a/security/stunnel/pkg-plist b/security/stunnel/pkg-plist
index 99a2c705b6e4..20e0e5610640 100644
--- a/security/stunnel/pkg-plist
+++ b/security/stunnel/pkg-plist
@@ -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