diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/stunnel/Makefile | 11 | ||||
-rw-r--r-- | security/stunnel/distinfo | 2 | ||||
-rw-r--r-- | security/stunnel/pkg-plist | 3 |
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 |