- update p5-Math-BigInt-GMP to 1.24

maintainer drops maintainership
This commit is contained in:
jasper 2008-10-29 11:39:36 +00:00
parent fbe28cc361
commit d450b9f67f
3 changed files with 14 additions and 17 deletions

View File

@ -1,17 +1,14 @@
# $OpenBSD: Makefile,v 1.5 2008/10/02 20:38:08 simon Exp $
# $OpenBSD: Makefile,v 1.6 2008/10/29 11:39:36 jasper Exp $
SHARED_ONLY= Yes
COMMENT= use the GMP library for Math::BigInt routines
MODULES= cpan
DISTNAME= Math-BigInt-GMP-1.18
PKGNAME= p5-${DISTNAME}p0
DISTNAME= Math-BigInt-GMP-1.24
CATEGORIES= math
MAINTAINER= Chris Humphries <chris@niroze.net>
# same as perl
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes

View File

@ -1,5 +1,5 @@
MD5 (Math-BigInt-GMP-1.18.tar.gz) = zRevp+nn6RkkV/aWjVOPPw==
RMD160 (Math-BigInt-GMP-1.18.tar.gz) = yKu/kj1WFE1G46o6FtSdYYKl/8Y=
SHA1 (Math-BigInt-GMP-1.18.tar.gz) = VsQUxvb2uJAIsk0rFG7L/XHnUk4=
SHA256 (Math-BigInt-GMP-1.18.tar.gz) = aUgRf5bMl1S9vFPZLEi8oC8t6ESicaUnsKJwZfzQbSQ=
SIZE (Math-BigInt-GMP-1.18.tar.gz) = 36835
MD5 (Math-BigInt-GMP-1.24.tar.gz) = 3lu1SPno4iVFZZJu7B0Vsg==
RMD160 (Math-BigInt-GMP-1.24.tar.gz) = pq5qoFVJ/CSaD4KRYT38xaJUd0M=
SHA1 (Math-BigInt-GMP-1.24.tar.gz) = ydmxT8+cjpYcZuAD0P+2xRvQYsc=
SHA256 (Math-BigInt-GMP-1.24.tar.gz) = PwD7AZG0NDdFuZ8QSlD1Ckn6dCT+cMwALwAEZRYajrQ=
SIZE (Math-BigInt-GMP-1.24.tar.gz) = 43131

View File

@ -1,11 +1,11 @@
$OpenBSD: patch-Makefile_PL,v 1.1.1.1 2006/07/10 15:33:58 steven Exp $
--- Makefile.PL.orig Sun Apr 10 12:20:17 2005
+++ Makefile.PL Mon Jul 10 16:57:51 2006
@@ -35,5 +35,6 @@ WriteMakefile(
Math::BigInt => 1.76,
$OpenBSD: patch-Makefile_PL,v 1.2 2008/10/29 11:39:36 jasper Exp $
--- Makefile.PL.orig Wed Jul 25 20:13:12 2007
+++ Makefile.PL Wed Oct 29 11:34:58 2008
@@ -49,5 +49,6 @@ WriteMakefile(
Math::BigInt => 1.87,
XSLoader => 0.02,
},
- 'LIBS' => ['-lgmp'], # e.g., '-lm'
- 'LIBS' => ['-lgmp'],
+ 'LIBS' => ["$ENV{LDFLAGS} -lgmp"], # e.g., '-lm'
+ 'INC' => "$ENV{CPPFLAGS}",
);