svn commit: r387949 - head/devel/p5-Test-Unit

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat May 30 12:37:52 UTC 2015


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>


More information about the svn-ports-all mailing list