svn commit: r385351 - head/sysutils/p5-ZConf-Cron
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sun May 3 20:45:48 UTC 2015
Author: amdmi3
Date: Sun May 3 20:45:47 2015
New Revision: 385351
URL: https://svnweb.freebsd.org/changeset/ports/385351
Log:
- Fix shebangs
Approved by: portmgr blanket
MFH: 2015Q2
Modified:
head/sysutils/p5-ZConf-Cron/Makefile
Modified: head/sysutils/p5-ZConf-Cron/Makefile
==============================================================================
--- head/sysutils/p5-ZConf-Cron/Makefile Sun May 3 20:45:34 2015 (r385350)
+++ head/sysutils/p5-ZConf-Cron/Makefile Sun May 3 20:45:47 2015 (r385351)
@@ -3,7 +3,7 @@
PORTNAME= ZConf-Cron
PORTVERSION= 1.1.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= sysutils perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:VVELOX
@@ -23,7 +23,8 @@ RUN_DEPENDS:= p5-DateTime-Event-Cron>=0:
p5-ZConf-GUI>=0:${PORTSDIR}/devel/p5-ZConf-GUI \
p5-ZConf>=0:${PORTSDIR}/net/p5-ZConf
-USES= perl5
+USES= perl5 shebangfix
+SHEBANG_FILES= bin/gzccrontab bin/zccrontab bin/zccron
USE_PERL5= configure
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list