minor update, tests pass on amd64.  ok?

Index: Makefile
===================================================================
RCS file: /cvs/ports/math/p5-Math-GMPf/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:16 -0000
@@ -3,9 +3,8 @@
 COMMENT =      perl interface to GMP floating point functions
 
 MODULES =      cpan
-DISTNAME =     Math-GMPf-0.43
+DISTNAME =     Math-GMPf-0.44
 CATEGORIES =   math
-REVISION =     0
 
 # Perl
 PERMIT_PACKAGE=        Yes
Index: distinfo
===================================================================
RCS file: /cvs/ports/math/p5-Math-GMPf/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -u -r1.1.1.1 distinfo
--- distinfo    18 May 2019 18:12:22 -0000      1.1.1.1
+++ distinfo    12 Sep 2021 20:28:16 -0000
@@ -1,2 +1,2 @@
-SHA256 (Math-GMPf-0.43.tar.gz) = 39hKwX70kGPW4+9wC6C8K4gANCviL51PN4ZxT5DhpaY=
-SIZE (Math-GMPf-0.43.tar.gz) = 54284
+SHA256 (Math-GMPf-0.44.tar.gz) = PtoEq0QSIzE6CrVRN8y+FCbrtafGKphEJ0ov7swWzWs=
+SIZE (Math-GMPf-0.44.tar.gz) = 55068
Index: patches/patch-Makefile_PL
===================================================================
RCS file: /cvs/ports/math/p5-Math-GMPf/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:12:22 -0000      1.1.1.1
+++ patches/patch-Makefile_PL   12 Sep 2021 20:28:16 -0000
@@ -1,9 +1,9 @@
-$OpenBSD: patch-Makefile_PL,v 1.1.1.1 2019/05/18 18:12:22 steven Exp $
+$OpenBSD$
 
 Index: Makefile.PL
 --- Makefile.PL.orig
 +++ Makefile.PL
-@@ -62,9 +62,8 @@ my %options = (
+@@ -63,9 +63,8 @@ my %options = (
    AUTHOR => 'Sisyphus (sisyphus at (@) cpan dot (.) org)',
    ABSTRACT => 'Perl interface to the GMP floating point functions',
    DEFINE   => $defines,
Index: patches/patch-Random_Makefile_PL
===================================================================
RCS file: /cvs/ports/math/p5-Math-GMPf/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:12:22 -0000      1.1.1.1
+++ patches/patch-Random_Makefile_PL    12 Sep 2021 20:28:16 -0000
@@ -1,9 +1,9 @@
-$OpenBSD: patch-Random_Makefile_PL,v 1.1.1.1 2019/05/18 18:12:22 steven Exp $
+$OpenBSD$
 
 Index: Random/Makefile.PL
 --- Random/Makefile.PL.orig
 +++ Random/Makefile.PL
-@@ -5,8 +5,8 @@ my %options = %{
+@@ -10,8 +10,8 @@ my %options = %{
      '../typemap'
    ],
    'NAME' => 'Math::GMPf::Random',
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/math/p5-Math-GMPf/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -u -r1.1.1.1 PLIST
--- pkg/PLIST   18 May 2019 18:12:22 -0000      1.1.1.1
+++ pkg/PLIST   12 Sep 2021 20:28:16 -0000
@@ -1,16 +1,17 @@
-@comment $OpenBSD: PLIST,v 1.1.1.1 2019/05/18 18:12:22 steven Exp $
+@comment $OpenBSD: PLIST,v$
 ${P5ARCH}/
 ${P5ARCH}/Math/
 ${P5ARCH}/Math/GMPf/
 ${P5ARCH}/Math/GMPf.pm
+${P5ARCH}/Math/GMPf.pod
 ${P5ARCH}/Math/GMPf/Random.pm
 ${P5ARCH}/Math/GMPf/V.pm
 ${P5ARCH}/auto/
 ${P5ARCH}/auto/Math/
 ${P5ARCH}/auto/Math/GMPf/
-${P5ARCH}/auto/Math/GMPf/GMPf.so
+@so ${P5ARCH}/auto/Math/GMPf/GMPf.so
 ${P5ARCH}/auto/Math/GMPf/Random/
-${P5ARCH}/auto/Math/GMPf/Random/Random.so
+@so ${P5ARCH}/auto/Math/GMPf/Random/Random.so
 ${P5ARCH}/auto/Math/GMPf/V/
-${P5ARCH}/auto/Math/GMPf/V/V.so
+@so ${P5ARCH}/auto/Math/GMPf/V/V.so
 @man man/man3p/Math::GMPf.3p

Reply via email to