Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Sep 2015 13:56:19 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r395838 - head/devel/mingw32-openssl
Message-ID:  <201509021356.t82DuJa0032435@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Sep  2 13:56:19 2015
New Revision: 395838
URL: https://svnweb.freebsd.org/changeset/ports/395838

Log:
  - Fix shebangs
  
  Approved by:	portmgr blanket
  MFH:		2015Q3 (blanket)

Modified:
  head/devel/mingw32-openssl/Makefile

Modified: head/devel/mingw32-openssl/Makefile
==============================================================================
--- head/devel/mingw32-openssl/Makefile	Wed Sep  2 13:55:49 2015	(r395837)
+++ head/devel/mingw32-openssl/Makefile	Wed Sep  2 13:56:19 2015	(r395838)
@@ -3,6 +3,7 @@
 
 PORTNAME=	openssl
 PORTVERSION=	1.0.2d
+PORTREVISION=	1
 CATEGORIES=	devel security
 MASTER_SITES=	http://www.openssl.org/source/ \
 		ftp://ftp.openssl.org/source/ \
@@ -18,7 +19,8 @@ BUILD_DEPENDS=	makedepend:${PORTSDIR}/de
 		${LOCALBASE}/mingw32/include/stdlib.h:${PORTSDIR}/devel/${PKGNAMEPREFIX}bin-msvcrt \
 		${LOCALBASE}/mingw32/lib/libz.a:${PORTSDIR}/devel/mingw32-zlib
 
-USES=		perl5
+USES=		perl5 shebangfix
+SHEBANG_FILES=	apps/tsget
 USE_PERL5=	build
 MAKE_JOBS_UNSAFE=	yes
 CONFIGURE_PREFIX=	${PREFIX}/mingw32



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509021356.t82DuJa0032435>