Date: Wed, 22 Apr 2015 23:23:35 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r384542 - branches/2015Q2/net/p5-Phone-Info Message-ID: <201504222323.t3MNNZ9a036659@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Wed Apr 22 23:23:35 2015 New Revision: 384542 URL: https://svnweb.freebsd.org/changeset/ports/384542 Log: MFH: r384534 - Fix shebangs Approved by: portmgr blanket Approved by: ports-secteam (delphij) Modified: branches/2015Q2/net/p5-Phone-Info/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/net/p5-Phone-Info/Makefile ============================================================================== --- branches/2015Q2/net/p5-Phone-Info/Makefile Wed Apr 22 23:22:31 2015 (r384541) +++ branches/2015Q2/net/p5-Phone-Info/Makefile Wed Apr 22 23:23:35 2015 (r384542) @@ -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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504222323.t3MNNZ9a036659>