svn commit: r389785 - branches/2015Q2/math/p5-Math-Symbolic
Dmitry Marakasov
amdmi3 at FreeBSD.org
Tue Jun 16 00:44:47 UTC 2015
Author: amdmi3
Date: Tue Jun 16 00:44:46 2015
New Revision: 389785
URL: https://svnweb.freebsd.org/changeset/ports/389785
Log:
MFH: r387755
- Fix shebangs
- Add NO_ARCH
Approved by: portmgr blanket
Approved by: ports-secteam (shebang fix blanket)
Modified:
branches/2015Q2/math/p5-Math-Symbolic/Makefile
Directory Properties:
branches/2015Q2/ (props changed)
Modified: branches/2015Q2/math/p5-Math-Symbolic/Makefile
==============================================================================
--- branches/2015Q2/math/p5-Math-Symbolic/Makefile Tue Jun 16 00:44:01 2015 (r389784)
+++ branches/2015Q2/math/p5-Math-Symbolic/Makefile Tue Jun 16 00:44:46 2015 (r389785)
@@ -3,7 +3,7 @@
PORTNAME= Math-Symbolic
PORTVERSION= 0.612
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:SMUELLER
@@ -18,7 +18,9 @@ LICENSE_COMB= dual
BUILD_DEPENDS= p5-Parse-RecDescent>=0:${PORTSDIR}/devel/p5-Parse-RecDescent
RUN_DEPENDS:= ${BUILD_DEPENDS}
-USES= perl5
+USES= perl5 shebangfix
+SHEBANG_FILES= compile_yapp_parser.pl
USE_PERL5= configure
+NO_ARCH= yes
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list