Date: Sun, 31 May 2015 13:09:18 +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: r388060 - head/math/p5-Math-Algebra-Symbols Message-ID: <201505311309.t4VD9IM0032824@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Sun May 31 13:09:17 2015 New Revision: 388060 URL: https://svnweb.freebsd.org/changeset/ports/388060 Log: - Fix shebangs - Add NO_ARCH Approved by: portmgr blanket MFH: 2015Q2 Modified: head/math/p5-Math-Algebra-Symbols/Makefile Modified: head/math/p5-Math-Algebra-Symbols/Makefile ============================================================================== --- head/math/p5-Math-Algebra-Symbols/Makefile Sun May 31 13:08:43 2015 (r388059) +++ head/math/p5-Math-Algebra-Symbols/Makefile Sun May 31 13:09:17 2015 (r388060) @@ -3,7 +3,7 @@ PORTNAME= Math-Algebra-Symbols PORTVERSION= 1.21 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -17,7 +17,10 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= symbols.pl +perl_OLD_CMD= perl 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?201505311309.t4VD9IM0032824>