Summary: | [PATCH] security/stunnel: Add 'USES=shebangfix' to fix 'stunnel3' script. | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Yasuhiro Kimura <yasu> | ||||
Component: | Individual Port(s) | Assignee: | Ryan Steinmetz <zi> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | zi | ||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Yasuhiro Kimura
![]() ![]() 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! |