From owner-svn-ports-head@freebsd.org Tue Feb 20 13:11:23 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4227AF001CB; Tue, 20 Feb 2018 13:11:23 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E87AB7660D; Tue, 20 Feb 2018 13:11:22 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E361B1CF7; Tue, 20 Feb 2018 13:11:22 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1KDBMSq027122; Tue, 20 Feb 2018 13:11:22 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1KDBMSb027120; Tue, 20 Feb 2018 13:11:22 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201802201311.w1KDBMSb027120@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Tue, 20 Feb 2018 13:11:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462395 - head/security/stunnel X-SVN-Group: ports-head X-SVN-Commit-Author: zi X-SVN-Commit-Paths: head/security/stunnel X-SVN-Commit-Revision: 462395 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Feb 2018 13:11:23 -0000 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