diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-03-07 07:30:26 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-03-07 07:30:26 +0000 |
commit | 99f0da536c5c4ca6de9aedad9b0ce7341945330d (patch) | |
tree | 106d4d11021f25b7ee27662c4184ebcd9ec2988b /math | |
parent | fc0f4b0c72f99bdcd16d2bf6b6db98d01903a964 (diff) | |
download | ports-99f0da536c5c4ca6de9aedad9b0ce7341945330d.tar.gz ports-99f0da536c5c4ca6de9aedad9b0ce7341945330d.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-Pari/Makefile | 10 | ||||
-rw-r--r-- | math/p5-Math-Pari/distinfo | 4 |
2 files changed, 7 insertions, 7 deletions
diff --git a/math/p5-Math-Pari/Makefile b/math/p5-Math-Pari/Makefile index d7230d59fee2..90db583a4c4c 100644 --- a/math/p5-Math-Pari/Makefile +++ b/math/p5-Math-Pari/Makefile @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= Math-Pari -PORTVERSION= 2.01080607 -PORTREVISION= 1 +PORTVERSION= 2.01080800 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-${PORTVERSION:C/00$//} MAINTAINER= perl@FreeBSD.org COMMENT= PARI - numerical/scientific/number-theoretic calculations @@ -14,16 +14,16 @@ COMMENT= PARI - numerical/scientific/number-theoretic calculations BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/math/pari:configure LIB_DEPENDS= libpari.so:${PORTSDIR}/math/pari -USES= perl5 +USES= perl5 zip USE_PERL5= configure CONFIGURE_ARGS= parilib="-L${LOCALBASE}/lib -lpari" \ paridir=`${MAKE} -C ${PORTSDIR}/math/pari -V WRKSRC` post-patch: - ${REINPLACE_CMD} -e 's/2001004/2003000/' ${WRKSRC}/Makefile.PL + @${REINPLACE_CMD} -e 's|2001007|2003000|' ${WRKSRC}/Makefile.PL post-clean: - ${MAKE} -C ${PORTSDIR}/math/pari -DBATCH clean + @${MAKE_CMD} -C ${PORTSDIR}/math/pari -DBATCH clean .include <bsd.port.mk> diff --git a/math/p5-Math-Pari/distinfo b/math/p5-Math-Pari/distinfo index d058578e857d..3a658e9b22f2 100644 --- a/math/p5-Math-Pari/distinfo +++ b/math/p5-Math-Pari/distinfo @@ -1,2 +1,2 @@ -SHA256 (Math-Pari-2.01080607.tar.gz) = 1968a4158cac1009b706cc53f28654625be5eaa1607f3d6ad0550745d3ea0561 -SIZE (Math-Pari-2.01080607.tar.gz) = 125016 +SHA256 (Math-Pari-2.010808.zip) = 543633b2984a71e8adee2a6130f740cc1e22aefb95ca3e886338aee9e1ae3c06 +SIZE (Math-Pari-2.010808.zip) = 153838 |