Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Sep 2015 13:58:14 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r395840 - branches/2015Q3/devel/mingw32-openssl
Message-ID:  <201509021358.t82DwEuC032904@repo.freebsd.org>

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

Log:
  MFH: r395838
  
  - Fix shebangs
  
  Approved by:	portmgr blanket
  Approved by:	ports-secteam shebang fix blanket

Modified:
  branches/2015Q3/devel/mingw32-openssl/Makefile
Directory Properties:
  branches/2015Q3/   (props changed)

Modified: branches/2015Q3/devel/mingw32-openssl/Makefile
==============================================================================
--- branches/2015Q3/devel/mingw32-openssl/Makefile	Wed Sep  2 13:57:58 2015	(r395839)
+++ branches/2015Q3/devel/mingw32-openssl/Makefile	Wed Sep  2 13:58:13 2015	(r395840)
@@ -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?201509021358.t82DwEuC032904>