From bb40f76da8b41aeb98e14c8839b3a29f08e083bf Mon Sep 17 00:00:00 2001 From: Ryan Steinmetz Date: Tue, 20 Feb 2018 13:11:22 +0000 Subject: [PATCH] - Resolve pid issue at startup due to conf.d parsing order - Bump PORTREVISION PR: 221822 Reported by: Kamil Choudhury --- security/stunnel/Makefile | 3 ++- security/stunnel/pkg-plist | 2 +- 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