Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 May 2015 12:37:52 +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: r387949 - head/devel/p5-Test-Unit
Message-ID:  <201505301237.t4UCbqma067967@svn.freebsd.org>

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

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

Modified:
  head/devel/p5-Test-Unit/Makefile

Modified: head/devel/p5-Test-Unit/Makefile
==============================================================================
--- head/devel/p5-Test-Unit/Makefile	Sat May 30 12:37:20 2015	(r387948)
+++ head/devel/p5-Test-Unit/Makefile	Sat May 30 12:37:51 2015	(r387949)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Test-Unit
 PORTVERSION=	0.25
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -16,7 +16,9 @@ BUILD_DEPENDS=	p5-Class-Inner>=0:${PORTS
 		p5-Error>=0:${PORTSDIR}/lang/p5-Error
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-USES=		perl5
+USES=		perl5 shebangfix
+SHEBANG_FILES=	TestLister.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?201505301237.t4UCbqma067967>