update to 0.51
ok afresh1@
This commit is contained in:
parent
402faf5a4c
commit
48d103b901
@ -1,11 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2020/07/03 21:45:28 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2021/10/27 17:07:25 steven Exp $
|
||||
|
||||
COMMENT = perl interface to GMP integer functions
|
||||
|
||||
MODULES = cpan
|
||||
DISTNAME = Math-GMPz-0.48
|
||||
DISTNAME = Math-GMPz-0.51
|
||||
CATEGORIES = math
|
||||
REVISION = 0
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (Math-GMPz-0.48.tar.gz) = 9EWe0y+5u3k+JQT9RCxRX9RopKNNKh+Y5GykHidcc8s=
|
||||
SIZE (Math-GMPz-0.48.tar.gz) = 78036
|
||||
SHA256 (Math-GMPz-0.51.tar.gz) = TOoaA+UAvzWooMxiVFCxe0R34bzyurE331Zwv7UUY1M=
|
||||
SIZE (Math-GMPz-0.51.tar.gz) = 90329
|
||||
|
@ -1,17 +1,17 @@
|
||||
$OpenBSD: patch-Makefile_PL,v 1.1.1.1 2019/05/18 18:11:10 steven Exp $
|
||||
$OpenBSD: patch-Makefile_PL,v 1.2 2021/10/27 17:07:25 steven Exp $
|
||||
|
||||
Index: Makefile.PL
|
||||
--- Makefile.PL.orig
|
||||
+++ Makefile.PL
|
||||
@@ -68,9 +68,8 @@ my %options = (
|
||||
AUTHOR => 'Sisyphus (sisyphus at (@) cpan dot (.) org)',
|
||||
@@ -74,9 +74,8 @@ my %options = (
|
||||
ABSTRACT => 'Perl interface to the GMP integer functions',
|
||||
DEFINE => $defines,
|
||||
|
||||
- LIBS => [
|
||||
- '-lgmp'
|
||||
- ],
|
||||
+ INC => "$ENV{CPPFLAGS}",
|
||||
+ LIBS => ["$ENV{LDFLAGS} -lgmp"],
|
||||
|
||||
LICENSE => 'perl',
|
||||
VERSION_FROM => 'GMPz.pm',
|
||||
PREREQ_PM => {'Exporter' => '5.58'}, # avoid test failures on pre perl-5.8.4
|
||||
|
@ -1,9 +1,9 @@
|
||||
$OpenBSD: patch-Random_Makefile_PL,v 1.1.1.1 2019/05/18 18:11:10 steven Exp $
|
||||
$OpenBSD: patch-Random_Makefile_PL,v 1.2 2021/10/27 17:07:25 steven Exp $
|
||||
|
||||
Index: Random/Makefile.PL
|
||||
--- Random/Makefile.PL.orig
|
||||
+++ Random/Makefile.PL
|
||||
@@ -6,7 +6,8 @@ my %options = %{
|
||||
@@ -10,7 +10,8 @@ my %options = %{
|
||||
'../typemap'
|
||||
],
|
||||
'NAME' => 'Math::GMPz::Random',
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2019/05/18 18:11:10 steven Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2021/10/27 17:07:25 steven Exp $
|
||||
${P5ARCH}/
|
||||
${P5ARCH}/Math/
|
||||
${P5ARCH}/Math/GMPz/
|
||||
@ -9,9 +9,9 @@ ${P5ARCH}/Math/GMPz/V.pm
|
||||
${P5ARCH}/auto/
|
||||
${P5ARCH}/auto/Math/
|
||||
${P5ARCH}/auto/Math/GMPz/
|
||||
${P5ARCH}/auto/Math/GMPz/GMPz.so
|
||||
@so ${P5ARCH}/auto/Math/GMPz/GMPz.so
|
||||
${P5ARCH}/auto/Math/GMPz/Random/
|
||||
${P5ARCH}/auto/Math/GMPz/Random/Random.so
|
||||
@so ${P5ARCH}/auto/Math/GMPz/Random/Random.so
|
||||
${P5ARCH}/auto/Math/GMPz/V/
|
||||
${P5ARCH}/auto/Math/GMPz/V/V.so
|
||||
@so ${P5ARCH}/auto/Math/GMPz/V/V.so
|
||||
@man man/man3p/Math::GMPz.3p
|
||||
|
Loading…
Reference in New Issue
Block a user