svn commit: r384534 - head/net/p5-Phone-Info
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed Apr 22 22:57:45 UTC 2015
Author: amdmi3
Date: Wed Apr 22 22:57:44 2015
New Revision: 384534
URL: https://svnweb.freebsd.org/changeset/ports/384534
Log:
- Fix shebangs
MFH: 2015Q2
Approved by: portmgr blanket
Modified:
head/net/p5-Phone-Info/Makefile
Modified: head/net/p5-Phone-Info/Makefile
==============================================================================
--- head/net/p5-Phone-Info/Makefile Wed Apr 22 22:57:18 2015 (r384533)
+++ head/net/p5-Phone-Info/Makefile Wed Apr 22 22:57:44 2015 (r384534)
@@ -3,7 +3,7 @@
PORTNAME= Phone-Info
PORTVERSION= 0.0.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:VVELOX
@@ -14,7 +14,8 @@ COMMENT= Provides a nicer CLI interface
RUN_DEPENDS= p5-Net-WhitePages>=0:${PORTSDIR}/net/p5-Net-WhitePages
-USES= perl5
+USES= perl5 shebangfix
+SHEBANG_FILES= bin/phoneinfo
USE_PERL5= configure
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list