svn commit: r388060 - head/math/p5-Math-Algebra-Symbols
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sun May 31 13:09:18 UTC 2015
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>
More information about the svn-ports-head
mailing list