svn commit: r385680 - branches/2015Q2/devel/p5-SVN-Web

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu May 7 20:46:30 UTC 2015


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
 


More information about the svn-ports-all mailing list