From 4dcc8c9765611fe60525d208d00e2d232db22a19 Mon Sep 17 00:00:00 2001 From: Peter Pentchev Date: Thu, 3 Jun 2004 11:38:01 +0000 Subject: And hot on the heels of the distsite update, here's the promised update to 4.05 :) --- security/stunnel/Makefile | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'security/stunnel/Makefile') 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 -- cgit v1.2.3