svn commit: r374447 - head/devel/p5-ZConf-GUI

Mathieu Arnold mat at FreeBSD.org
Wed Dec 10 11:37:45 UTC 2014


Author: mat
Date: Wed Dec 10 11:37:44 2014
New Revision: 374447
URL: https://svnweb.freebsd.org/changeset/ports/374447
QAT: https://qat.redports.org/buildarchive/r374447/

Log:
  Fix shebangs.
  
  Sponsored by:	Absolight

Modified:
  head/devel/p5-ZConf-GUI/Makefile

Modified: head/devel/p5-ZConf-GUI/Makefile
==============================================================================
--- head/devel/p5-ZConf-GUI/Makefile	Wed Dec 10 11:27:37 2014	(r374446)
+++ head/devel/p5-ZConf-GUI/Makefile	Wed Dec 10 11:37:44 2014	(r374447)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ZConf-GUI
 PORTVERSION=	1.1.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:VVELOX
@@ -21,7 +21,8 @@ BUILD_DEPENDS=	p5-ZConf>=6.1.0:${PORTSDI
 		${LOCALBASE}/bin/xhost:${PORTSDIR}/x11/xhost
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-USES=		perl5
+USES=		perl5 shebangfix
 USE_PERL5=	configure
+SHEBANG_FILES=	bin/*
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list