Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 May 2015 12:33:03 +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: r387941 - head/textproc/p5-XML-STX
Message-ID:  <201505301233.t4UCX3bb066448@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sat May 30 12:33:02 2015
New Revision: 387941
URL: https://svnweb.freebsd.org/changeset/ports/387941

Log:
  - Fix shebangs
  - Add NO_ARCH
  
  Approved by:	portmgr blanket
  MFH:		2015Q2

Modified:
  head/textproc/p5-XML-STX/Makefile

Modified: head/textproc/p5-XML-STX/Makefile
==============================================================================
--- head/textproc/p5-XML-STX/Makefile	Sat May 30 12:31:59 2015	(r387940)
+++ head/textproc/p5-XML-STX/Makefile	Sat May 30 12:33:02 2015	(r387941)
@@ -3,7 +3,7 @@
 
 PORTNAME=	XML-STX
 PORTVERSION=	0.43
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -16,8 +16,10 @@ BUILD_DEPENDS=	p5-XML-SAX>=0:${PORTSDIR}
 		p5-XML-NamespaceSupport>=0:${PORTSDIR}/textproc/p5-XML-NamespaceSupport
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-USES=		perl5
+USES=		perl5 shebangfix
+SHEBANG_FILES=	examples/tester.pl examples/stx-filter.pl
 USE_PERL5=	configure patch
+NO_ARCH=	yes
 
 OPTIONS_DEFINE=	DOCS EXAMPLES
 



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