diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-03-07 15:30:26 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-03-07 15:30:26 +0800 |
commit | e0850f658ad15e5d1ba2d3d7556cc7a04563bfe5 (patch) | |
tree | 106d4d11021f25b7ee27662c4184ebcd9ec2988b /math | |
parent | 15bb7442134958d55575a92a3b344cf084cba249 (diff) | |
download | freebsd-ports-gnome-e0850f658ad15e5d1ba2d3d7556cc7a04563bfe5.tar.gz freebsd-ports-gnome-e0850f658ad15e5d1ba2d3d7556cc7a04563bfe5.tar.zst freebsd-ports-gnome-e0850f658ad15e5d1ba2d3d7556cc7a04563bfe5.zip |
- Update to 2.010808
- Use MAKE_CMD
- Silence patch and clean messages
Changes: http://search.cpan.org/dist/Math-Pari/Changes
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 |