summaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authordirk <dirk@FreeBSD.org>1999-06-23 19:04:20 +0000
committerdirk <dirk@FreeBSD.org>1999-06-23 19:04:20 +0000
commit7b2c1721fb927c12a12c24486bd98fd719485e64 (patch)
treea12c01116cc3a7af43e72a86bac12bc8ad9d9227 /security
parent95a51f523d2dc9a828eb168971c4c814b311a3e8 (diff)
downloadFreeBSD-ports-7b2c1721fb927c12a12c24486bd98fd719485e64.zip
FreeBSD-ports-7b2c1721fb927c12a12c24486bd98fd719485e64.tar.gz
Upgrade to version 3.3.
PR: ports/12318: Submitted by: Martti Kuparinen <martti.kuparinen@ericsson.com> (maintainer)
Diffstat (limited to 'security')
-rw-r--r--security/stunnel/Makefile7
-rw-r--r--security/stunnel/distinfo2
-rw-r--r--security/stunnel/files/patch-ac13
3 files changed, 4 insertions, 18 deletions
diff --git a/security/stunnel/Makefile b/security/stunnel/Makefile
index 4b4c275..986ee6b 100644
--- a/security/stunnel/Makefile
+++ b/security/stunnel/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: stunnel
-# Version required: 3.2
+# Version required: 3.3
# Date created: Mon Jan 11 11:53:54 EET 1999
# Whom: Martti Kuparinen <martti.kuparinen@ericsson.com>
#
-# $Id: Makefile,v 1.4 1999/05/03 02:10:08 steve Exp $
+# $Id: Makefile,v 1.5 1999/06/06 16:54:51 steve Exp $
#
-DISTNAME= stunnel-3.2
+DISTNAME= stunnel-3.3
CATEGORIES= security
MASTER_SITES= http://mike.daewoo.com.pl/computer/stunnel/ \
http://opensores.thebunker.net/pub/mirrors/stunnel/ \
@@ -27,7 +27,6 @@ MAKE_ENV+= EXTRA_SSL_LIBS="-lRSAglue -lrsaref"
.endif
GNU_CONFIGURE= yes
-WRKSRC= ${WRKDIR}/stunnel
MAN8= stunnel.8
cert:
diff --git a/security/stunnel/distinfo b/security/stunnel/distinfo
index 27bde30..554fd35 100644
--- a/security/stunnel/distinfo
+++ b/security/stunnel/distinfo
@@ -1 +1 @@
-MD5 (stunnel-3.2.tar.gz) = 16efa198ba58561fc835dc1b4bfdd63c
+MD5 (stunnel-3.3.tar.gz) = b11b3e9793af43b6fa938ffb28e65eae
diff --git a/security/stunnel/files/patch-ac b/security/stunnel/files/patch-ac
deleted file mode 100644
index a502f71..0000000
--- a/security/stunnel/files/patch-ac
+++ /dev/null
@@ -1,13 +0,0 @@
-*** configure.in.orig Tue Apr 27 18:38:28 1999
---- configure.in Thu Jun 3 11:24:20 1999
-***************
-*** 16,21 ****
---- 16,23 ----
- SSLDIR="/usr/local/ssl"
- test -f $SSLDIR/include/ssl.h || SSLDIR="/usr/lib/ssl"
- test -f $SSLDIR/include/ssl.h || SSLDIR="/usr"
-+ test -f $SSLDIR/include/ssl.h || SSLDIR="/usr/local"
-+ test -f $SSLDIR/include/openssl/ssl.h || SSLDIR="/usr/local"
- AC_MSG_RESULT($SSLDIR)
- AC_SUBST(SSLDIR)
- AC_DEFINE_UNQUOTED(SSLDIR, "$SSLDIR")
OpenPOWER on IntegriCloud