svn commit: r381388 - head/deskutils/p5-ZConf-Runner
Dmitry Marakasov
amdmi3 at FreeBSD.org
Mon Mar 16 14:01:52 UTC 2015
Author: amdmi3
Date: Mon Mar 16 14:01:51 2015
New Revision: 381388
URL: https://svnweb.freebsd.org/changeset/ports/381388
QAT: https://qat.redports.org/buildarchive/r381388/
Log:
- Fix shebangs
Approved by: portmgr blanket
Modified:
head/deskutils/p5-ZConf-Runner/Makefile
Modified: head/deskutils/p5-ZConf-Runner/Makefile
==============================================================================
--- head/deskutils/p5-ZConf-Runner/Makefile Mon Mar 16 13:20:28 2015 (r381387)
+++ head/deskutils/p5-ZConf-Runner/Makefile Mon Mar 16 14:01:51 2015 (r381388)
@@ -3,7 +3,7 @@
PORTNAME= ZConf-Runner
PORTVERSION= 2.1.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= deskutils perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:VVELOX
@@ -19,7 +19,8 @@ BUILD_DEPENDS= p5-ZConf>=6.1.0:${PORTSDI
p5-String-ShellQuote>=1.04:${PORTSDIR}/textproc/p5-String-ShellQuote
RUN_DEPENDS:= ${BUILD_DEPENDS}
-USES= perl5
+USES= perl5 shebangfix
+SHEBANG_FILES= bin/zcrunner
USE_PERL5= configure
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list