diff options
author | adam <adam@pkgsrc.org> | 2011-08-06 20:49:25 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2011-08-06 20:49:25 +0000 |
commit | cfbd59a390ba0c1c8cd6ecca5edd8c0ba4d6e5b4 (patch) | |
tree | 27e4693e63ef4eeb8f756dc15b0c080a7e8e76f2 /math/p5-Math-Pari | |
parent | 665300e724116b64033c0cd9b2f49ad2848305f5 (diff) | |
download | pkgsrc-cfbd59a390ba0c1c8cd6ecca5edd8c0ba4d6e5b4.tar.gz |
Changes 2.01080605:
* p5p in its infinite wisdom removed (automatically generated) defines for
PERL_POLLUTE... Now every extension needs to add them back by hand...
Diffstat (limited to 'math/p5-Math-Pari')
-rw-r--r-- | math/p5-Math-Pari/Makefile | 31 | ||||
-rw-r--r-- | math/p5-Math-Pari/distinfo | 8 |
2 files changed, 16 insertions, 23 deletions
diff --git a/math/p5-Math-Pari/Makefile b/math/p5-Math-Pari/Makefile index 939ab8ba81d..cc292a524ed 100644 --- a/math/p5-Math-Pari/Makefile +++ b/math/p5-Math-Pari/Makefile @@ -1,22 +1,15 @@ -# $NetBSD: Makefile,v 1.40 2010/08/21 16:35:12 seb Exp $ -# - -DISTNAME= Math-Pari-2.01080604 -PKGNAME= p5-${DISTNAME:S/01080604/010806.04/} -PKGREVISION= 2 -SVR4_PKGNAME= p5mpa -CATEGORIES+= perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/} - -#DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ - ${PARI_DISTNAME}${PARI_SUFX} - -#SITES.${PARI_DISTNAME}${PARI_SUFX}= ${PARI_SITES} - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://search.cpan.org/dist/Math-Pari/ -COMMENT= Perl5 interface to the pari math library -LICENSE= gnu-gpl-v2 +# $NetBSD: Makefile,v 1.41 2011/08/06 20:49:25 adam Exp $ + +DISTNAME= Math-Pari-2.01080605 +PKGNAME= p5-${DISTNAME:S/01080605/010806.05/} +SVR4_PKGNAME= p5mpa +CATEGORIES+= perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Math-Pari/ +COMMENT= Perl5 interface to the pari math library +LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir #MAKE_PARAMS+= paridir=${WRKDIR}/${PARI_DISTNAME} diff --git a/math/p5-Math-Pari/distinfo b/math/p5-Math-Pari/distinfo index d3fe68a6f97..2f91e203794 100644 --- a/math/p5-Math-Pari/distinfo +++ b/math/p5-Math-Pari/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.18 2010/03/13 21:48:38 schmonz Exp $ +$NetBSD: distinfo,v 1.19 2011/08/06 20:49:25 adam Exp $ -SHA1 (Math-Pari-2.01080604.tar.gz) = 547474a4ba2c2bb0ca89d34e85ad1e58f2b64873 -RMD160 (Math-Pari-2.01080604.tar.gz) = 05a9ea99adf21a1011c37d0fd4e5caa58b981150 -Size (Math-Pari-2.01080604.tar.gz) = 122339 bytes +SHA1 (Math-Pari-2.01080605.tar.gz) = 95a46ba418bf14584925dfae971d598af4214894 +RMD160 (Math-Pari-2.01080605.tar.gz) = 2cc1e02f9666873999379f8130262da68a8801b9 +Size (Math-Pari-2.01080605.tar.gz) = 122627 bytes SHA1 (patch-aa) = 3a145ca9bd4bbcbae910a85dd38d985c69b89b17 SHA1 (patch-ab) = 32ddc27824bbb5ac88adc0dece0f436044b8d9c7 |