diff options
author | Ryan Steinmetz <zi@FreeBSD.org> | 2014-10-21 12:17:39 +0000 |
---|---|---|
committer | Ryan Steinmetz <zi@FreeBSD.org> | 2014-10-21 12:17:39 +0000 |
commit | 7d3c1b946b47058973f4fc516c6abb2eb55cff7e (patch) | |
tree | cb2fb7099bde57efd4dbef941c1a1b7d17c3bd8a /security/stunnel | |
parent | 51bbcf978aa6056f68161919b0785f7f284d21ec (diff) | |
download | ports-7d3c1b946b47058973f4fc516c6abb2eb55cff7e.tar.gz ports-7d3c1b946b47058973f4fc516c6abb2eb55cff7e.zip |
Notes
Diffstat (limited to 'security/stunnel')
-rw-r--r-- | security/stunnel/Makefile | 2 | ||||
-rw-r--r-- | security/stunnel/distinfo | 4 | ||||
-rw-r--r-- | security/stunnel/pkg-plist | 8 |
3 files changed, 7 insertions, 7 deletions
diff --git a/security/stunnel/Makefile b/security/stunnel/Makefile index 05cab31f3c31..cd2c3e375af7 100644 --- a/security/stunnel/Makefile +++ b/security/stunnel/Makefile @@ -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%/ \ diff --git a/security/stunnel/distinfo b/security/stunnel/distinfo index 2231b58105e9..46eae1020b24 100644 --- a/security/stunnel/distinfo +++ b/security/stunnel/distinfo @@ -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 diff --git a/security/stunnel/pkg-plist b/security/stunnel/pkg-plist index 931847ff651c..cc434331044f 100644 --- a/security/stunnel/pkg-plist +++ b/security/stunnel/pkg-plist @@ -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 |