Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jun 2015 00:46:11 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r389786 - branches/2015Q2/textproc/p5-SVG
Message-ID:  <201506160046.t5G0kB3i087024@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Jun 16 00:46:11 2015
New Revision: 389786
URL: https://svnweb.freebsd.org/changeset/ports/389786

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

Modified:
  branches/2015Q2/textproc/p5-SVG/Makefile
Directory Properties:
  branches/2015Q2/   (props changed)

Modified: branches/2015Q2/textproc/p5-SVG/Makefile
==============================================================================
--- branches/2015Q2/textproc/p5-SVG/Makefile	Tue Jun 16 00:44:46 2015	(r389785)
+++ branches/2015Q2/textproc/p5-SVG/Makefile	Tue Jun 16 00:46:11 2015	(r389786)
@@ -3,6 +3,7 @@
 
 PORTNAME=	SVG
 PORTVERSION=	2.63
+PORTREVISION=	1
 CATEGORIES=	textproc graphics perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -15,8 +16,10 @@ LICENSE_COMB=	dual
 
 OPTIONS_DEFINE=	EXAMPLES
 
-USES=		perl5 dos2unix
+USES=		dos2unix perl5 shebangfix
+SHEBANG_FILES=	examples/*.pl examples/*.cgi examples/*.psgi
 USE_PERL5=	configure
+NO_ARCH=	yes
 
 PORTEXAMPLES=	*
 



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