diff options
author | Ryan Steinmetz <zi@FreeBSD.org> | 2013-03-03 20:19:08 +0000 |
---|---|---|
committer | Ryan Steinmetz <zi@FreeBSD.org> | 2013-03-03 20:19:08 +0000 |
commit | f529fe4fe67f22cfda722b261817377491ec4c48 (patch) | |
tree | 37b1fe5a33cc0ecf21ba3889fa4b15a18268d1de /security/stunnel | |
parent | d450ab3a4a55858e8c26570fc9f74a8b5759ba60 (diff) | |
download | ports-f529fe4fe67f22cfda722b261817377491ec4c48.tar.gz ports-f529fe4fe67f22cfda722b261817377491ec4c48.zip |
Notes
Diffstat (limited to 'security/stunnel')
-rw-r--r-- | security/stunnel/Makefile | 18 | ||||
-rw-r--r-- | security/stunnel/distinfo | 4 |
2 files changed, 9 insertions, 13 deletions
diff --git a/security/stunnel/Makefile b/security/stunnel/Makefile index eafd4bf94e23..0dd9f3a655fe 100644 --- a/security/stunnel/Makefile +++ b/security/stunnel/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: stunnel -# Date created: Mon Jan 11 11:53:54 EET 1999 -# Whom: Martti Kuparinen <martti.kuparinen@ericsson.com> -# +# Created by: Martti Kuparinen <martti.kuparinen@ericsson.com> # $FreeBSD$ -# PORTNAME= stunnel -PORTVERSION= 4.54 +PORTVERSION= 4.55 CATEGORIES= security MASTER_SITES= ftp://ftp.stunnel.org/stunnel/%SUBDIR%/ \ http://mirrors.zerg.biz/stunnel/%SUBDIR%/ \ @@ -34,10 +30,6 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var/tmp \ --enable-static --disable-fips -.if !defined(NOPORTDOCS) -MAN8= stunnel.8 stunnel.fr.8 stunnel.pl.8 -.endif - OPTIONS_DEFINE= IPV6 LIBWRAP SSL_PORT OPTIONS_SINGLE= THREAD OPTIONS_SINGLE_THREAD= FORK PTHREAD UCONTEXT @@ -56,6 +48,10 @@ STUNNEL_GROUP?= stunnel USERS= ${STUNNEL_USER} GROUPS= ${STUNNEL_GROUP} +.if ${PORT_OPTIONS:MDOCS} +MAN8= stunnel.8 stunnel.fr.8 stunnel.pl.8 +.endif + .if ${PORT_OPTIONS:MSSL_PORT} USE_OPENSSL= YES WITH_OPENSSL_PORT= yes @@ -102,7 +98,7 @@ post-patch: @${FIND} ${WRKSRC} -type f -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -E -e 's,@(ACLOCAL|AUTO(MAKE|CONF|HEADER))@,/usr/bin/true,' @${REINPLACE_CMD} -E -e 's|install-confDATA install-data-local|install-confDATA|g' \ ${WRKSRC}/tools/Makefile.in -.ifdef(NOPORTDOCS) +.if empty(PORT_OPTIONS:MDOCS) @${REINPLACE_CMD} -E -e 's/ install-docDATA/ /; s/^(SUBDIRS.+)doc/\1/' \ ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -E -e 's/([^n])install-examplesDATA/\1/' \ diff --git a/security/stunnel/distinfo b/security/stunnel/distinfo index fdf087ef7c7d..058ddc70cdcd 100644 --- a/security/stunnel/distinfo +++ b/security/stunnel/distinfo @@ -1,2 +1,2 @@ -SHA256 (stunnel-4.54.tar.gz) = b7e1b9e63569574dbdabee8af90b8ab88db3fe13dcb1268d59a1408c56e6de7b -SIZE (stunnel-4.54.tar.gz) = 535202 +SHA256 (stunnel-4.55.tar.gz) = 5a4acecfabd454415c727435acdfca7dc46aa542998fb278293f494a6d36d37a +SIZE (stunnel-4.55.tar.gz) = 538408 |