Date: Thu, 7 May 2015 20:46:30 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r385680 - branches/2015Q2/devel/p5-SVN-Web Message-ID: <201505072046.t47KkUKd060533@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Thu May 7 20:46:29 2015 New Revision: 385680 URL: https://svnweb.freebsd.org/changeset/ports/385680 Log: MFH: r385350 - Fix shebangs Approved by: portmgr blanket Approved by: ports-secteam (delphij) Modified: branches/2015Q2/devel/p5-SVN-Web/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/devel/p5-SVN-Web/Makefile ============================================================================== --- branches/2015Q2/devel/p5-SVN-Web/Makefile Thu May 7 20:45:28 2015 (r385679) +++ branches/2015Q2/devel/p5-SVN-Web/Makefile Thu May 7 20:46:29 2015 (r385680) @@ -2,7 +2,7 @@ PORTNAME= SVN-Web PORTVERSION= 0.63 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -35,7 +35,8 @@ BUILD_DEPENDS:= ${RUN_DEPENDS} \ p5-Test-HTML-Tidy>=0:${PORTSDIR}/devel/p5-Test-HTML-Tidy \ p5-Test-WWW-Mechanize>=0:${PORTSDIR}/devel/p5-Test-WWW-Mechanize -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= bin/svnweb-install USE_PERL5= configure CONFIGURE_ARGS= --skip_questions
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505072046.t47KkUKd060533>