Hi, ports@:

   Here is a patch for devel/p5-DateTime-Format-ISO8601:
    i) Update to 0.15
    ii) Update DEPENDS
   It build well and pass all tests on amd64-current system.

   Two ports depends on it:
      databases/p5-Jifty-DBI
       net/p5-RPC-XML
   Both build well and pass all tests with yhis patch.


wen
Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/p5-DateTime-Format-ISO8601/Makefile,v
retrieving revision 1.15
diff -u -p -r1.15 Makefile
--- Makefile    3 Jul 2020 21:44:48 -0000       1.15
+++ Makefile    20 Jan 2021 02:21:55 -0000
@@ -4,20 +4,20 @@ COMMENT=      DateTime parser for ISO8601 da
 
 MODULES=       cpan 
 PKG_ARCH=      *
-DISTNAME=      DateTime-Format-ISO8601-0.08
+DISTNAME=      DateTime-Format-ISO8601-0.15
 CATEGORIES=    devel
 EPOCH =                0
-REVISION=      0
 
 # perl
 PERMIT_PACKAGE=        Yes
 
-TEST_DEPENDS = devel/p5-Test-Distribution \
-                       devel/p5-Test-Pod
-RUN_DEPENDS=           devel/p5-DateTime-Format-Builder
+TEST_DEPENDS =          devel/p5-Test2-Suite
+RUN_DEPENDS=            devel/p5-DateTime>=1.45 \
+                        devel/p5-DateTime-Format-Builder>=0.77 \
+                        devel/p5-Params-ValidationCompiler>=0.26 \
+                        devel/p5-Specio>=0.18 \
+                        devel/p5-namespace-autoclean
 
-CONFIGURE_STYLE=modbuild
-
-MAKE_ENV=TEST_POD=Yes
+MAKE_ENV=              TEST_POD=Yes
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/p5-DateTime-Format-ISO8601/distinfo,v
retrieving revision 1.5
diff -u -p -r1.5 distinfo
--- distinfo    22 Nov 2014 15:11:37 -0000      1.5
+++ distinfo    20 Jan 2021 02:21:55 -0000
@@ -1,2 +1,2 @@
-SHA256 (DateTime-Format-ISO8601-0.08.tar.gz) = 
s6Pu3n4ldugt5GsXP+VJ9MvYkXFWT3Q20pVTWRpmzOs=
-SIZE (DateTime-Format-ISO8601-0.08.tar.gz) = 21119
+SHA256 (DateTime-Format-ISO8601-0.15.tar.gz) = 
FJdow2i5134fJdM5bH8D4kKRAB/RTCxdq2p2JbKm2qk=
+SIZE (DateTime-Format-ISO8601-0.15.tar.gz) = 44826
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/devel/p5-DateTime-Format-ISO8601/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 PLIST
--- pkg/PLIST   12 Nov 2006 18:01:47 -0000      1.1.1.1
+++ pkg/PLIST   20 Jan 2021 02:21:55 -0000
@@ -1,4 +1,6 @@
 @comment $OpenBSD: PLIST,v 1.1.1.1 2006/11/12 18:01:47 espie Exp $
+${P5SITE}/DateTime/Format/ISO8601/
 ${P5SITE}/DateTime/Format/ISO8601.pm
-${P5SITE}/DateTime/Format/ISO8601.pod
+${P5SITE}/DateTime/Format/ISO8601/Types.pm
 @man man/man3p/DateTime::Format::ISO8601.3p
+@man man/man3p/DateTime::Format::ISO8601::Types.3p

Reply via email to