aboutsummaryrefslogtreecommitdiff
path: root/security/stunnel/Makefile
diff options
context:
space:
mode:
authorPeter Pentchev <roam@FreeBSD.org>2005-11-01 00:18:03 +0000
committerPeter Pentchev <roam@FreeBSD.org>2005-11-01 00:18:03 +0000
commitc824644e825ae5b0ea7d6ee6a75aabab6bf8cf76 (patch)
tree4c1b979940bc1780c4b1420918f0ad13c4116fd8 /security/stunnel/Makefile
parent01408def1b030d1fcb240f2b9f1e5cbc15fc8e2a (diff)
downloadports-c824644e825ae5b0ea7d6ee6a75aabab6bf8cf76.tar.gz
ports-c824644e825ae5b0ea7d6ee6a75aabab6bf8cf76.zip
Notes
Diffstat (limited to 'security/stunnel/Makefile')
-rw-r--r--security/stunnel/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/security/stunnel/Makefile b/security/stunnel/Makefile
index e452b5b87851..dc28cc1d8e5c 100644
--- a/security/stunnel/Makefile
+++ b/security/stunnel/Makefile
@@ -6,9 +6,10 @@
#
PORTNAME= stunnel
-PORTVERSION= 4.11
+PORTVERSION= 4.13
CATEGORIES= security
MASTER_SITES= http://www.stunnel.org/download/stunnel/src/ \
+ ftp://stunnel.mirt.net/stunnel/ \
ftp://stunnel.mirt.net/stunnel/OBSOLETE/ \
ftp://opensores.thebunker.net/pub/mirrors/stunnel/download/stunnel/src/
@@ -60,7 +61,7 @@ CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} ${PTHREAD_CFLAGS}" LDFLAGS="${LDFLAGS} ${PT
.endif
post-patch:
-# place files under /var/tmp so that this can be run by an unprivileged user
+# place files under /var/tmp so that this can be run by an unprivileged
# user stunnel and group stunnel
@${REINPLACE_CMD} -E -e 's|\@prefix\@/var/run/stunnel/|/var/tmp/stunnel|; \
s|nobody|stunnel|;s|nogroup|stunnel|' \