summaryrefslogtreecommitdiff
path: root/security/stunnel
diff options
context:
space:
mode:
authorPeter Pentchev <roam@FreeBSD.org>2003-01-09 09:54:54 +0000
committerPeter Pentchev <roam@FreeBSD.org>2003-01-09 09:54:54 +0000
commite9d65ec173277b6810eeb27a6cbb9dc55a6d340c (patch)
tree51258fc5ce73142fe606afc6bad5bd41e01252e2 /security/stunnel
parentUpdate to 0.0.11. (diff)
Update to 4.03.
'make cert' fix submitted by: Krzysztof Stryjek <wtp@mud.pl>
Notes
Notes: svn path=/head/; revision=72795
Diffstat (limited to 'security/stunnel')
-rw-r--r--security/stunnel/Makefile11
-rw-r--r--security/stunnel/distinfo2
-rw-r--r--security/stunnel/pkg-plist3
3 files changed, 8 insertions, 8 deletions
diff --git a/security/stunnel/Makefile b/security/stunnel/Makefile
index 4ebe76f177e2..edd62721ca78 100644
--- a/security/stunnel/Makefile
+++ b/security/stunnel/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= stunnel
-PORTVERSION= 4.00
+PORTVERSION= 4.03
CATEGORIES= security
MASTER_SITES= http://www.stunnel.org/download/stunnel/src/ \
ftp://stunnel.mirt.net/stunnel/ \
@@ -19,9 +19,10 @@ USE_OPENSSL= YES
USE_REINPLACE= YES
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --localstatedir=/var/tmp --with-pem-dir=${PEM_DIR}
+CONFIGURE_ARGS= --localstatedir=/var/tmp --with-pem-dir=${PEM_DIR} \
+ --enable-static
-MAN8= stunnel.8
+MAN8= stunnel.8 stunnel.pl.8
PEM_DIR?= ${PREFIX}/etc
@@ -59,7 +60,7 @@ cert:
@${ECHO} "The new certificate will be saved into ${PREFIX}/etc/stunnel.pem"
@${ECHO} "**************************************************************************"
@${ECHO} ""
- @(cd ${WRKSRC}; make cert)
- ${INSTALL} -m 600 ${WRKSRC}/stunnel.pem ${PEM_DIR}/
+ @(cd ${WRKSRC}/tools/; make stunnel.pem)
+ ${INSTALL} -m 600 ${WRKSRC}/tools/stunnel.pem ${PEM_DIR}/
.include <bsd.port.mk>
diff --git a/security/stunnel/distinfo b/security/stunnel/distinfo
index 924de9f92802..badc0ad2318e 100644
--- a/security/stunnel/distinfo
+++ b/security/stunnel/distinfo
@@ -1 +1 @@
-MD5 (stunnel-4.00.tar.gz) = 5da49496d516aa2716405a6defac0b0d
+MD5 (stunnel-4.03.tar.gz) = 79dddf4174f3c2f7a83202bd8c9c6794
diff --git a/security/stunnel/pkg-plist b/security/stunnel/pkg-plist
index 770d8603d862..68f75462d948 100644
--- a/security/stunnel/pkg-plist
+++ b/security/stunnel/pkg-plist
@@ -1,11 +1,11 @@
etc/rc.d/stunnel.sh.sample
etc/stunnel/stunnel.conf-sample
-lib/libstunnel.so.0
lib/libstunnel.so
lib/libstunnel.la
lib/libstunnel.a
sbin/stunnel
%%PORTDOCS%%share/doc/stunnel/stunnel.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
@@ -18,7 +18,6 @@ sbin/stunnel
%%PORTDOCS%%share/doc/stunnel/COPYING
%%PORTDOCS%%share/doc/stunnel/COPYRIGHT.GPL
%%PORTDOCS%%share/doc/stunnel/CREDITS
-%%PORTDOCS%%share/doc/stunnel/FAQ
%%PORTDOCS%%share/doc/stunnel/INSTALL
%%PORTDOCS%%share/doc/stunnel/INSTALL.W32
%%PORTDOCS%%share/doc/stunnel/NEWS