Date: Sun, 18 Nov 2018 21:54:55 +0000 (UTC) From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r485280 - head/devel/p5-App-SVN-Bisect Message-ID: <201811182154.wAILstYQ057026@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811182154.wAILstYQ057026>