diff options
author | roam <roam@FreeBSD.org> | 2004-06-03 19:38:01 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2004-06-03 19:38:01 +0800 |
commit | d3cf802e7db15e9b23847d12d60cd28194dded3f (patch) | |
tree | 18191b0daa04a19fa75f498df67ab4b0dc0438ab /security | |
parent | f91070f1190692052160cc81e2b387539f0ad9b3 (diff) | |
download | freebsd-ports-gnome-d3cf802e7db15e9b23847d12d60cd28194dded3f.tar.gz freebsd-ports-gnome-d3cf802e7db15e9b23847d12d60cd28194dded3f.tar.zst freebsd-ports-gnome-d3cf802e7db15e9b23847d12d60cd28194dded3f.zip |
And hot on the heels of the distsite update, here's the promised update
to 4.05 :)
Diffstat (limited to 'security')
-rw-r--r-- | security/stunnel/Makefile | 13 | ||||
-rw-r--r-- | security/stunnel/distinfo | 6 | ||||
-rw-r--r-- | security/stunnel/pkg-plist | 2 |
3 files changed, 9 insertions, 12 deletions
diff --git a/security/stunnel/Makefile b/security/stunnel/Makefile index 6abdf59855eb..b9547521cb0c 100644 --- a/security/stunnel/Makefile +++ b/security/stunnel/Makefile @@ -6,19 +6,14 @@ # PORTNAME= stunnel -PORTVERSION= 4.04 -PORTREVISION= 2 +PORTVERSION= 4.05 CATEGORIES= security MASTER_SITES= http://www.stunnel.org/download/stunnel/src/ \ ftp://stunnel.mirt.net/stunnel/OBSOLETE/ \ ftp://opensores.thebunker.net/pub/mirrors/stunnel/download/stunnel/src/ MAINTAINER= roam@FreeBSD.org -COMMENT= "SSL encryption wrapper for standard network daemons" - -PATCHFILES= blinding-4.x_bri-rev2.patch -PATCH_SITES= http://people.FreeBSD.org/~roam/ports/patches/security/stunnel/ -PATCH_DIST_STRIP= -p1 +COMMENT= SSL encryption wrapper for standard network daemons USE_OPENSSL= YES USE_REINPLACE= YES @@ -27,7 +22,9 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var/tmp --with-pem-dir=${PEM_DIR} \ --enable-static -MAN8= stunnel.8 stunnel.pl.8 +.if !defined(NOPORTDOCS) +MAN8= stunnel.8 stunnel.fr.8 stunnel.pl.8 +.endif PEM_DIR?= ${PREFIX}/etc diff --git a/security/stunnel/distinfo b/security/stunnel/distinfo index fd8e99ae88b6..6e8663323626 100644 --- a/security/stunnel/distinfo +++ b/security/stunnel/distinfo @@ -1,4 +1,2 @@ -MD5 (stunnel-4.04.tar.gz) = 2fcdf0311a0ab8a3223293c706a84e97 -SIZE (stunnel-4.04.tar.gz) = 309072 -MD5 (blinding-4.x_bri-rev2.patch) = 30caf544b92b421e00be82395bacbe8a -SIZE (blinding-4.x_bri-rev2.patch) = 2644 +MD5 (stunnel-4.05.tar.gz) = e28a03cf694a43a7f144ec3d5c064456 +SIZE (stunnel-4.05.tar.gz) = 341191 diff --git a/security/stunnel/pkg-plist b/security/stunnel/pkg-plist index 68f75462d948..05b0567c6baf 100644 --- a/security/stunnel/pkg-plist +++ b/security/stunnel/pkg-plist @@ -5,11 +5,13 @@ lib/libstunnel.la lib/libstunnel.a sbin/stunnel %%PORTDOCS%%share/doc/stunnel/stunnel.html +%%PORTDOCS%%share/doc/stunnel/stunnel.fr.html %%PORTDOCS%%share/doc/stunnel/stunnel.pl.html %%PORTDOCS%%share/doc/stunnel/examples/ca.html %%PORTDOCS%%share/doc/stunnel/examples/ca.pl %%PORTDOCS%%share/doc/stunnel/examples/importCA.html %%PORTDOCS%%share/doc/stunnel/examples/importCA.sh +%%PORTDOCS%%share/doc/stunnel/examples/script.sh %%PORTDOCS%%share/doc/stunnel/examples/stunnel.spec %%PORTDOCS%%share/doc/stunnel/examples/stunnel.init %%PORTDOCS%%share/doc/stunnel/AUTHORS |