svn commit: r384531 - head/astro/p5-ZConf-Weather
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed Apr 22 22:56:17 UTC 2015
Author: amdmi3
Date: Wed Apr 22 22:56:16 2015
New Revision: 384531
URL: https://svnweb.freebsd.org/changeset/ports/384531
Log:
- Fix shebangs
MFH: 2015Q2
Approved by: portmgr blanket
Modified:
head/astro/p5-ZConf-Weather/Makefile
Modified: head/astro/p5-ZConf-Weather/Makefile
==============================================================================
--- head/astro/p5-ZConf-Weather/Makefile Wed Apr 22 22:56:05 2015 (r384530)
+++ head/astro/p5-ZConf-Weather/Makefile Wed Apr 22 22:56:16 2015 (r384531)
@@ -3,7 +3,7 @@
PORTNAME= ZConf-Weather
PORTVERSION= 1.0.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= astro perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:VVELOX
@@ -17,7 +17,8 @@ BUILD_DEPENDS= p5-ZConf>=6.1.0:${PORTSDI
p5-Weather-Underground>=3.03:${PORTSDIR}/astro/p5-Weather-Underground
RUN_DEPENDS:= ${BUILD_DEPENDS}
-USES= perl5
+USES= perl5 shebangfix
+SHEBANG_FILES= bin/zcweather
USE_PERL5= configure
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list