Date: Sun, 31 May 2015 13:23:04 +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: r388083 - head/graphics/p5-Imager-Plot Message-ID: <201505311323.t4VDN4Yh044448@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Sun May 31 13:23:03 2015 New Revision: 388083 URL: https://svnweb.freebsd.org/changeset/ports/388083 Log: - Fix shebangs - Add NO_ARCH Approved by: portmgr blanket MFH: 2015Q2 Modified: head/graphics/p5-Imager-Plot/Makefile Modified: head/graphics/p5-Imager-Plot/Makefile ============================================================================== --- head/graphics/p5-Imager-Plot/Makefile Sun May 31 13:22:34 2015 (r388082) +++ head/graphics/p5-Imager-Plot/Makefile Sun May 31 13:23:03 2015 (r388083) @@ -3,7 +3,7 @@ PORTNAME= Imager-Plot PORTVERSION= 0.09 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -17,7 +17,9 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-Imager>=0:${PORTSDIR}/graphics/p5-Imager RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= plot.pl USE_PERL5= configure +NO_ARCH= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505311323.t4VDN4Yh044448>