diff options
author | roam <roam@FreeBSD.org> | 2001-01-02 23:01:40 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2001-01-02 23:01:40 +0800 |
commit | 16cb9a9665b1733a3205a6732c7a733ae45359a7 (patch) | |
tree | 5ec67b8d7edd5a4fb025c04a6018c2f105b340f7 | |
parent | e7c7e8fc92615c262903fa90b04dbef3cd22d3cc (diff) | |
download | freebsd-ports-gnome-16cb9a9665b1733a3205a6732c7a733ae45359a7.tar.gz freebsd-ports-gnome-16cb9a9665b1733a3205a6732c7a733ae45359a7.tar.zst freebsd-ports-gnome-16cb9a9665b1733a3205a6732c7a733ae45359a7.zip |
Update to 3.11 and mark as interactive (prompts for information while
generating a certificate).
PR: 23901 with my mods
Submitted by: Joseph Scott <joseph@randomnetworks.com>
Silence by: maintainer
-rw-r--r-- | security/stunnel/Makefile | 3 | ||||
-rw-r--r-- | security/stunnel/distinfo | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/security/stunnel/Makefile b/security/stunnel/Makefile index 8b41f3b2f710..71e2e1d48f1e 100644 --- a/security/stunnel/Makefile +++ b/security/stunnel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= stunnel -PORTVERSION= 3.10 +PORTVERSION= 3.11 CATEGORIES= security MASTER_SITES= http://www.stunnel.org/download/stunnel/src/ \ ftp://opensores.thebunker.net/pub/mirrors/stunnel/ \ @@ -16,6 +16,7 @@ MASTER_SITES= http://www.stunnel.org/download/stunnel/src/ \ MAINTAINER= martti.kuparinen@ericsson.com USE_OPENSSL= YES +IS_INTERACTIVE= YES # prompts for information while generating certificate USE_AUTOCONF= yes CONFIGURE_ARGS= --localstatedir=/var/run diff --git a/security/stunnel/distinfo b/security/stunnel/distinfo index c3b0b8329ed8..34b4309f6dc2 100644 --- a/security/stunnel/distinfo +++ b/security/stunnel/distinfo @@ -1 +1 @@ -MD5 (stunnel-3.10.tar.gz) = eca047987da225a6e4e7bd705a81f2aa +MD5 (stunnel-3.11.tar.gz) = 950b08220c12588e490dcb0609b7d668 |