diff options
author | sno <sno@pkgsrc.org> | 2009-05-03 18:07:08 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-05-03 18:07:08 +0000 |
commit | b99425f88ea042bf8d59d3dc6223a836680ed044 (patch) | |
tree | 70fe4657d779daf13af81522b756d30c6331a858 /math | |
parent | 88309afa166f3d89d07c8405ae85a04c821552b0 (diff) | |
download | pkgsrc-b99425f88ea042bf8d59d3dc6223a836680ed044.tar.gz |
PkgSrc changes:
- Updating package for p5 module Math::BigInt::GMP from 1.23 to 1.24
- Setting license to gnu-gpl-v2
Upstream changes:
2007-07-31 v1.24 Tels 5530 tests
* apply patch for warnings about ptr size mismatch under Cygwin (thanx Reini Urban!)
* make it work under 5.6.x again by defining SvUOK() (Thanx Marcus Holland-Moritz
and Reini Urban!)
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-BigInt-GMP/Makefile | 5 | ||||
-rw-r--r-- | math/p5-Math-BigInt-GMP/distinfo | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/math/p5-Math-BigInt-GMP/Makefile b/math/p5-Math-BigInt-GMP/Makefile index 4c265be8bf8..9749e4a0e48 100644 --- a/math/p5-Math-BigInt-GMP/Makefile +++ b/math/p5-Math-BigInt-GMP/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/03/07 02:19:33 hubertf Exp $ +# $NetBSD: Makefile,v 1.2 2009/05/03 18:07:08 sno Exp $ # -DISTNAME= Math-BigInt-GMP-1.23 +DISTNAME= Math-BigInt-GMP-1.24 PKGNAME= p5-${DISTNAME} CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/} @@ -9,6 +9,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Math-BigInt-GMP/ COMMENT= Perl 5 module for arbitrary size integer math via the GMP library +LICENSE= gnu-gpl-v2 # OR artistic PKG_DESTDIR_SUPPORT= user-destdir diff --git a/math/p5-Math-BigInt-GMP/distinfo b/math/p5-Math-BigInt-GMP/distinfo index 714d69f0138..3a0aa0fa590 100644 --- a/math/p5-Math-BigInt-GMP/distinfo +++ b/math/p5-Math-BigInt-GMP/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2009/03/07 02:19:33 hubertf Exp $ +$NetBSD: distinfo,v 1.2 2009/05/03 18:07:08 sno Exp $ -SHA1 (Math-BigInt-GMP-1.23.tar.gz) = cd6a783df0b49f4091a122e68318e5aab838756a -RMD160 (Math-BigInt-GMP-1.23.tar.gz) = 4c9d530246ebbb69c35c13cf1bd4d8ab2b4c77e3 -Size (Math-BigInt-GMP-1.23.tar.gz) = 42945 bytes +SHA1 (Math-BigInt-GMP-1.24.tar.gz) = c9d9b14fcf9c8e961c66e003d0ffb6c51bd062c7 +RMD160 (Math-BigInt-GMP-1.24.tar.gz) = a6ae6aa05549fc249a0f8291613dfcc5a2547743 +Size (Math-BigInt-GMP-1.24.tar.gz) = 43131 bytes SHA1 (patch-aa) = 4a861fd398b19938345fad1b781ef34f2408c770 |