Date: Tue, 21 Oct 2014 12:17:39 +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: r371319 - head/security/stunnel Message-ID: <201410211217.s9LCHd6V035130@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410211217.s9LCHd6V035130>