Date: Sat, 30 May 2015 12:24:46 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r387932 - head/deskutils/p5-Goo Message-ID: <201505301224.t4UCOk9q060732@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Sat May 30 12:24:46 2015 New Revision: 387932 URL: https://svnweb.freebsd.org/changeset/ports/387932 Log: - Fix shebangs - Add NO_ARCH Approved by: portmgr blanket MFH: 2015Q2 Modified: head/deskutils/p5-Goo/Makefile Modified: head/deskutils/p5-Goo/Makefile ============================================================================== --- head/deskutils/p5-Goo/Makefile Sat May 30 12:12:02 2015 (r387931) +++ head/deskutils/p5-Goo/Makefile Sat May 30 12:24:46 2015 (r387932) @@ -3,7 +3,7 @@ PORTNAME= Goo PORTVERSION= 0.09 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= deskutils sysutils perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -27,7 +27,9 @@ BUILD_DEPENDS= p5-Config-Auto>=0:${PORTS p5-Text-FormatTable>=0:${PORTSDIR}/textproc/p5-Text-FormatTable RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= lib/Goo/Thing/*/*.pl USE_PERL5= configure +NO_ARCH= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505301224.t4UCOk9q060732>