Bug 188418 - [PATCH] security/stunnel: Add 'USES=shebangfix' to fix 'stunnel3' script.
Summary: [PATCH] security/stunnel: Add 'USES=shebangfix' to fix 'stunnel3' script.
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Ryan Steinmetz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-10 10:40 UTC by Yasuhiro Kimura
Modified: 2014-04-10 22:50 UTC (History)
1 user (show)

See Also:


Attachments
stunnel-5.01.patch (1012 bytes, patch)
2014-04-10 10:40 UTC, Yasuhiro Kimura
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yasuhiro Kimura freebsd_committer freebsd_triage 2014-04-10 10:40:00 UTC
- 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)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-04-10 10:40:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->zi

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-04-10 22:46:34 UTC
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"
Comment 3 Ryan Steinmetz freebsd_committer freebsd_triage 2014-04-10 22:46:39 UTC
State Changed
From-To: open->closed

Committed. Thanks!