mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Resolve pid issue at startup due to conf.d parsing order
- Bump PORTREVISION PR: 221822 Reported by: Kamil Choudhury
This commit is contained in:
parent
d7c1dd0a50
commit
bb40f76da8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=462395
2 changed files with 3 additions and 2 deletions
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= stunnel
|
PORTNAME= stunnel
|
||||||
PORTVERSION= 5.44
|
PORTVERSION= 5.44
|
||||||
|
PORTREVISION= 1
|
||||||
PORTEPOCH= 1
|
PORTEPOCH= 1
|
||||||
CATEGORIES= security
|
CATEGORIES= security
|
||||||
MASTER_SITES= https://www.stunnel.org/downloads/%SUBDIR%/ \
|
MASTER_SITES= https://www.stunnel.org/downloads/%SUBDIR%/ \
|
||||||
|
@ -110,7 +111,7 @@ post-build:
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
${MKDIR} ${STAGEDIR}${ETCDIR}/conf.d/
|
${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:
|
cert:
|
||||||
@${ECHO} ""
|
@${ECHO} ""
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
bin/stunnel
|
bin/stunnel
|
||||||
bin/stunnel3
|
bin/stunnel3
|
||||||
%%ETCDIR%%/stunnel.conf-sample
|
%%ETCDIR%%/stunnel.conf-sample
|
||||||
%%ETCDIR%%/conf.d/pid.conf
|
%%ETCDIR%%/conf.d/00-pid.conf
|
||||||
lib/stunnel/libstunnel.a
|
lib/stunnel/libstunnel.a
|
||||||
lib/stunnel/libstunnel.so
|
lib/stunnel/libstunnel.so
|
||||||
man/man8/stunnel.8.gz
|
man/man8/stunnel.8.gz
|
||||||
|
|
Loading…
Add table
Reference in a new issue