Date: Wed, 10 Dec 2014 11:37:45 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374447 - head/devel/p5-ZConf-GUI Message-ID: <201412101137.sBABbjP7026998@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412101137.sBABbjP7026998>