- Add 'USES=shebangfix' to fix perl path of 'stunnel3' script. - Strip shared library. - Bump PORTREVISION because script file and shared library changed. Port maintainer (zi@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 1.00.2014.03.23 (mode: change, diff: SVN)
Responsible Changed From-To: freebsd-ports-bugs->zi Over to maintainer (via the GNATS Auto Assign Tool)
Author: zi Date: Thu Apr 10 21:46:30 2014 New Revision: 350859 URL: http://svnweb.freebsd.org/changeset/ports/350859 QAT: https://qat.redports.org/buildarchive/r350859/ Log: - Add 'USES=shebangfix' to fix perl path of 'stunnel3' script - Strip shared library - Bump PORTREVISION PR: ports/188418 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Modified: head/security/stunnel/Makefile Modified: head/security/stunnel/Makefile ============================================================================== --- head/security/stunnel/Makefile Thu Apr 10 21:33:33 2014 (r350858) +++ head/security/stunnel/Makefile Thu Apr 10 21:46:30 2014 (r350859) @@ -3,6 +3,7 @@ PORTNAME= stunnel PORTVERSION= 5.01 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= https://www.stunnel.org/downloads/%SUBDIR%/ \ http://mirrors.zerg.biz/stunnel/%SUBDIR%/ \ @@ -25,12 +26,14 @@ COMMENT= SSL encryption wrapper for stan LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual +USES= shebangfix USE_AUTOTOOLS= libtool USE_RC_SUBR= stunnel USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var/tmp --enable-static +SHEBANG_FILES= src/stunnel3.in OPTIONS_DEFINE= IPV6 LIBWRAP SSL_PORT FIPS OPTIONS_SINGLE= THREAD @@ -102,6 +105,9 @@ post-patch: @${REINPLACE_CMD} -E -e 's|\$$\(docdir\)/examples|${EXAMPLESDIR}|g' ${WRKSRC}/tools/Makefile.in .endif +post-build: + @${STRIP_CMD} ${WRKSRC}/src/.libs/libstunnel.so + cert: @${ECHO} "" @${ECHO} "**************************************************************************" _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!