From owner-svn-ports-head@FreeBSD.ORG Tue Oct 21 12:17:40 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8CCE339A; Tue, 21 Oct 2014 12:17:40 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5F26F304; Tue, 21 Oct 2014 12:17:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9LCHe3n035135; Tue, 21 Oct 2014 12:17:40 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9LCHd6V035130; Tue, 21 Oct 2014 12:17:39 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201410211217.s9LCHd6V035130@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Tue, 21 Oct 2014 12:17:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371319 - head/security/stunnel X-SVN-Group: ports-head 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.18-1 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, 21 Oct 2014 12:17:40 -0000 Author: zi Date: Tue Oct 21 12:17:39 2014 New Revision: 371319 URL: https://svnweb.freebsd.org/changeset/ports/371319 QAT: https://qat.redports.org/buildarchive/r371319/ Log: - Update to 5.06 Modified: head/security/stunnel/Makefile head/security/stunnel/distinfo head/security/stunnel/pkg-plist Modified: head/security/stunnel/Makefile ============================================================================== --- head/security/stunnel/Makefile Tue Oct 21 12:06:11 2014 (r371318) +++ head/security/stunnel/Makefile Tue Oct 21 12:17:39 2014 (r371319) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= stunnel -PORTVERSION= 5.04 +PORTVERSION= 5.06 CATEGORIES= security MASTER_SITES= https://www.stunnel.org/downloads/%SUBDIR%/ \ http://mirrors.zerg.biz/stunnel/%SUBDIR%/ \ Modified: head/security/stunnel/distinfo ============================================================================== --- head/security/stunnel/distinfo Tue Oct 21 12:06:11 2014 (r371318) +++ head/security/stunnel/distinfo Tue Oct 21 12:17:39 2014 (r371319) @@ -1,2 +1,2 @@ -SHA256 (stunnel-5.04.tar.gz) = ee9702e073cb8d5940a1310ae171a38d3264f1ce3b087160728bbbcf5710cec1 -SIZE (stunnel-5.04.tar.gz) = 592939 +SHA256 (stunnel-5.06.tar.gz) = 098c2b6db0793ea4fa5b6767ce6ef1853e9f6cc2f32133024be55f6a460b1a40 +SIZE (stunnel-5.06.tar.gz) = 595550 Modified: head/security/stunnel/pkg-plist ============================================================================== --- head/security/stunnel/pkg-plist Tue Oct 21 12:06:11 2014 (r371318) +++ head/security/stunnel/pkg-plist Tue Oct 21 12:17:39 2014 (r371319) @@ -17,7 +17,7 @@ man/man8/stunnel.pl.8.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/stunnel.init %%PORTEXAMPLES%%%%EXAMPLESDIR%%/stunnel.service %%PORTEXAMPLES%%%%EXAMPLESDIR%%/stunnel.spec -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% +%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%% %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/BUGS %%PORTDOCS%%%%DOCSDIR%%/ChangeLog @@ -31,7 +31,7 @@ man/man8/stunnel.pl.8.gz %%PORTDOCS%%%%DOCSDIR%%/PORTS %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/TODO -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm lib/stunnel -@dirrmtry etc/stunnel +%%PORTDOCS%%@dir %%DOCSDIR%% +@dir lib/stunnel +@dir etc/stunnel @unexec if [ -d %D/etc/stunnel ]; then echo "If you are permanently removing this port, you should run ``rm -rf %D/etc/stunnel`` to remove any configuration files left."; fi