svn commit: r485280 - head/devel/p5-App-SVN-Bisect

Muhammad Moinur Rahman bofh at FreeBSD.org
Sun Nov 18 21:54:56 UTC 2018


Author: bofh
Date: Sun Nov 18 21:54:55 2018
New Revision: 485280
URL: https://svnweb.freebsd.org/changeset/ports/485280

Log:
  devel/p5-App-SVN-Bisect: Add LICENSE_FILE
  
  - Mark No_ARCH
  - Use shebangfix
  
  PR:		233276
  Submitted by:	yasu at utahime.org

Modified:
  head/devel/p5-App-SVN-Bisect/Makefile

Modified: head/devel/p5-App-SVN-Bisect/Makefile
==============================================================================
--- head/devel/p5-App-SVN-Bisect/Makefile	Sun Nov 18 21:41:32 2018	(r485279)
+++ head/devel/p5-App-SVN-Bisect/Makefile	Sun Nov 18 21:54:55 2018	(r485280)
@@ -3,7 +3,7 @@
 
 PORTNAME=	App-SVN-Bisect
 PORTVERSION=	1.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -12,6 +12,7 @@ MAINTAINER=	bofh at FreeBSD.org
 COMMENT=	Binary search through svn revisions
 
 LICENSE=	ART20
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-IO-All>0:devel/p5-IO-All \
@@ -21,6 +22,9 @@ TEST_DEPENDS=	p5-Test-Exception>=0:devel/p5-Test-Excep
 		p5-Test-Output>=0:devel/p5-Test-Output
 
 USES=		perl5
-USE_PERL5=	configure
+USE_PERL5=	configure shebangfix
+
+NO_ARCH=	yes
+SHEBANNG_FILES=	bin/svn-bisect
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list