Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 May 2015 10:25:44 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r387014 - head/www/p5-Selenium-Remote-Driver
Message-ID:  <201505221025.t4MAPir5035114@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505221025.t4MAPir5035114>