svn commit: r388083 - head/graphics/p5-Imager-Plot

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun May 31 13:23:04 UTC 2015


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>


More information about the svn-ports-all mailing list