Date: Fri, 31 Oct 2014 13:33:54 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371821 - head/devel/p5-Chooser Message-ID: <201410311333.s9VDXspE028113@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Fri Oct 31 13:33:53 2014 New Revision: 371821 URL: https://svnweb.freebsd.org/changeset/ports/371821 QAT: https://qat.redports.org/buildarchive/r371821/ Log: Fix shebang. Sponsored by: Absolight Modified: head/devel/p5-Chooser/Makefile Modified: head/devel/p5-Chooser/Makefile ============================================================================== --- head/devel/p5-Chooser/Makefile Fri Oct 31 13:32:02 2014 (r371820) +++ head/devel/p5-Chooser/Makefile Fri Oct 31 13:33:53 2014 (r371821) @@ -3,6 +3,7 @@ PORTNAME= Chooser PORTVERSION= 2.0.0 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:VVELOX @@ -15,7 +16,8 @@ RUN_DEPENDS= p5-Net-CIDR-Lite>=0.21:${PO p5-IO-Socket-SSL>=1.74:${PORTSDIR}/security/p5-IO-Socket-SSL \ p5-Text-NeatTemplate>=0.10.01:${PORTSDIR}/textproc/p5-Text-NeatTemplate -USES= perl5 +USES= perl5 shebangfix USE_PERL5= configure +SHEBANG_FILES= bin/chooser .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410311333.s9VDXspE028113>