svn commit: r388406 - branches/2015Q2/www/p5-Selenium-Remote-Driver

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jun 2 23:32:03 UTC 2015


Author: amdmi3
Date: Tue Jun  2 23:32:03 2015
New Revision: 388406
URL: https://svnweb.freebsd.org/changeset/ports/388406

Log:
  MFH: r387014
  
  - Fix shebangs
  
  Approved by:	portmgr blanket
  Approved by:	ports-secteam (shebang fix blanket)

Modified:
  branches/2015Q2/www/p5-Selenium-Remote-Driver/Makefile
Directory Properties:
  branches/2015Q2/   (props changed)

Modified: branches/2015Q2/www/p5-Selenium-Remote-Driver/Makefile
==============================================================================
--- branches/2015Q2/www/p5-Selenium-Remote-Driver/Makefile	Tue Jun  2 23:30:55 2015	(r388405)
+++ branches/2015Q2/www/p5-Selenium-Remote-Driver/Makefile	Tue Jun  2 23:32:03 2015	(r388406)
@@ -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-branches mailing list