svn commit: r385345 - head/deskutils/p5-ZConf-BGSet
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sun May 3 20:33:44 UTC 2015
Author: amdmi3
Date: Sun May 3 20:33:43 2015
New Revision: 385345
URL: https://svnweb.freebsd.org/changeset/ports/385345
Log:
- Fix shebangs
Approved by: portmgr blanket
MFH: 2015Q2
Modified:
head/deskutils/p5-ZConf-BGSet/Makefile
Modified: head/deskutils/p5-ZConf-BGSet/Makefile
==============================================================================
--- head/deskutils/p5-ZConf-BGSet/Makefile Sun May 3 20:31:56 2015 (r385344)
+++ head/deskutils/p5-ZConf-BGSet/Makefile Sun May 3 20:33:43 2015 (r385345)
@@ -3,7 +3,7 @@
PORTNAME= ZConf-BGSet
PORTVERSION= 1.0.0
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= deskutils perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:VVELOX
@@ -20,7 +20,8 @@ BUILD_DEPENDS= p5-Image-Size-FillFullSel
p5-String-ShellQuote>=1.04:${PORTSDIR}/textproc/p5-String-ShellQuote
RUN_DEPENDS:= ${BUILD_DEPENDS}
-USES= perl5
+USES= perl5 shebangfix
+SHEBANG_FILES= bin/zbgset-admin bin/zbgset bin/zbgset-pt
USE_PERL5= configure
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list