svn commit: r313376 - head/security/stunnel

Ryan Steinmetz zi at FreeBSD.org
Sun Mar 3 20:19:09 UTC 2013


Author: zi
Date: Sun Mar  3 20:19:08 2013
New Revision: 313376
URL: http://svnweb.freebsd.org/changeset/ports/313376

Log:
  - Update to 4.55
  - Update to new 'created by' header
  - Eliminate references to NOPORTDOCS
  
  Security:	c97219b6-843d-11e2-b131-000c299b62e1

Modified:
  head/security/stunnel/Makefile
  head/security/stunnel/distinfo

Modified: head/security/stunnel/Makefile
==============================================================================
--- head/security/stunnel/Makefile	Sun Mar  3 20:17:59 2013	(r313375)
+++ head/security/stunnel/Makefile	Sun Mar  3 20:19:08 2013	(r313376)
@@ -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 at ericsson.com>
-#
+# Created by: Martti Kuparinen <martti.kuparinen at 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/' \

Modified: head/security/stunnel/distinfo
==============================================================================
--- head/security/stunnel/distinfo	Sun Mar  3 20:17:59 2013	(r313375)
+++ head/security/stunnel/distinfo	Sun Mar  3 20:19:08 2013	(r313376)
@@ -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


More information about the svn-ports-head mailing list