svn commit: r395840 - branches/2015Q3/devel/mingw32-openssl
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed Sep 2 13:58:15 UTC 2015
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
More information about the svn-ports-all
mailing list