aboutsummaryrefslogtreecommitdiff
path: root/security/stunnel/Makefile
diff options
context:
space:
mode:
authorPeter Pentchev <roam@FreeBSD.org>2004-06-03 11:38:01 +0000
committerPeter Pentchev <roam@FreeBSD.org>2004-06-03 11:38:01 +0000
commit4dcc8c9765611fe60525d208d00e2d232db22a19 (patch)
treee0fbd5f85cf51f44e651f203c4ef535972c98c21 /security/stunnel/Makefile
parent1fbd517a5c31b5f0b194128edd903131a2615341 (diff)
downloadports-4dcc8c9765611fe60525d208d00e2d232db22a19.tar.gz
ports-4dcc8c9765611fe60525d208d00e2d232db22a19.zip
Notes
Diffstat (limited to 'security/stunnel/Makefile')
-rw-r--r--security/stunnel/Makefile13
1 files changed, 5 insertions, 8 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