Date: Tue, 20 Feb 2018 13:11:22 +0000 (UTC) From: Ryan Steinmetz <zi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462395 - head/security/stunnel Message-ID: <201802201311.w1KDBMSb027120@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802201311.w1KDBMSb027120>