minor update, tests pass on amd64.  ok?

Index: Makefile
===================================================================
RCS file: /cvs/ports/math/p5-Math-GMPz/Makefile,v
retrieving revision 1.3
diff -u -p -u -r1.3 Makefile
--- Makefile    3 Jul 2020 21:45:28 -0000       1.3
+++ Makefile    12 Sep 2021 20:28:26 -0000
@@ -3,9 +3,8 @@
 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
Index: distinfo
===================================================================
RCS file: /cvs/ports/math/p5-Math-GMPz/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -u -r1.1.1.1 distinfo
--- distinfo    18 May 2019 18:11:10 -0000      1.1.1.1
+++ distinfo    12 Sep 2021 20:28:26 -0000
@@ -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
Index: patches/patch-Makefile_PL
===================================================================
RCS file: /cvs/ports/math/p5-Math-GMPz/patches/patch-Makefile_PL,v
retrieving revision 1.1.1.1
diff -u -p -u -r1.1.1.1 patch-Makefile_PL
--- patches/patch-Makefile_PL   18 May 2019 18:11:10 -0000      1.1.1.1
+++ patches/patch-Makefile_PL   12 Sep 2021 20:28:26 -0000
@@ -1,17 +1,17 @@
-$OpenBSD: patch-Makefile_PL,v 1.1.1.1 2019/05/18 18:11:10 steven Exp $
+$OpenBSD$
 
 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
Index: patches/patch-Random_Makefile_PL
===================================================================
RCS file: /cvs/ports/math/p5-Math-GMPz/patches/patch-Random_Makefile_PL,v
retrieving revision 1.1.1.1
diff -u -p -u -r1.1.1.1 patch-Random_Makefile_PL
--- patches/patch-Random_Makefile_PL    18 May 2019 18:11:10 -0000      1.1.1.1
+++ patches/patch-Random_Makefile_PL    12 Sep 2021 20:28:26 -0000
@@ -1,9 +1,9 @@
-$OpenBSD: patch-Random_Makefile_PL,v 1.1.1.1 2019/05/18 18:11:10 steven Exp $
+$OpenBSD$
 
 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',
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/math/p5-Math-GMPz/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -u -r1.1.1.1 PLIST
--- pkg/PLIST   18 May 2019 18:11:10 -0000      1.1.1.1
+++ pkg/PLIST   12 Sep 2021 20:28:26 -0000
@@ -1,4 +1,4 @@
-@comment $OpenBSD: PLIST,v 1.1.1.1 2019/05/18 18:11:10 steven Exp $
+@comment $OpenBSD: PLIST,v$
 ${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

Reply via email to