svn commit: r387014 - head/www/p5-Selenium-Remote-Driver
Dmitry Marakasov
amdmi3 at FreeBSD.org
Fri May 22 10:25:44 UTC 2015
Author: amdmi3
Date: Fri May 22 10:25:43 2015
New Revision: 387014
URL: https://svnweb.freebsd.org/changeset/ports/387014
Log:
- Fix shebangs
Approved by: portmgr blanket
MFH: 2015Q2
Modified:
head/www/p5-Selenium-Remote-Driver/Makefile
Modified: head/www/p5-Selenium-Remote-Driver/Makefile
==============================================================================
--- head/www/p5-Selenium-Remote-Driver/Makefile Fri May 22 10:23:28 2015 (r387013)
+++ head/www/p5-Selenium-Remote-Driver/Makefile Fri May 22 10:25:43 2015 (r387014)
@@ -2,6 +2,7 @@
PORTNAME= Selenium-Remote-Driver
PORTVERSION= 0.2300
+PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:GEMPESAW
@@ -26,7 +27,8 @@ BUILD_DEPENDS= p5-Archive-Extract>=0.74:
p5-namespace-clean>=0.25:${PORTSDIR}/devel/p5-namespace-clean
RUN_DEPENDS:= ${BUILD_DEPENDS}
-USES= perl5
+USES= perl5 shebangfix
+SHEBANG_FILES= driver-example.pl
USE_PERL5= configure
NO_ARCH= yes
More information about the svn-ports-all
mailing list