Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/p5-Devel-PartialDump/Makefile,v
retrieving revision 1.11
diff -u -p -u -p -r1.11 Makefile
--- Makefile 5 Dec 2017 16:25:45 -0000 1.11
+++ Makefile 3 Nov 2018 23:02:56 -0000
@@ -2,12 +2,12 @@
COMMENT= partial dumping of data structures
-DISTNAME = Devel-PartialDump-0.18
+DISTNAME= Devel-PartialDump-0.20
CATEGORIES= devel
FIX_EXTRACT_PERMISSIONS=Yes
# perl
-PERMIT_PACKAGE_CDROM= Yes
+PERMIT_PACKAGE_CDROM= Yes
MODULES= cpan
PKG_ARCH= *
@@ -21,6 +21,6 @@ TEST_DEPENDS= devel/p5-Devel-GlobalDest
devel/p5-Class-Load \
devel/p5-Module-Runtime \
devel/p5-MRO-Compat \
- devel/p5-Test-Warn
+ devel/p5-Test-Warnings
.include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/p5-Devel-PartialDump/distinfo,v
retrieving revision 1.3
diff -u -p -u -p -r1.3 distinfo
--- distinfo 11 May 2017 13:38:33 -0000 1.3
+++ distinfo 3 Nov 2018 23:02:56 -0000
@@ -1,2 +1,2 @@
-SHA256 (Devel-PartialDump-0.18.tar.gz) = eBS/V4y65a3ZcAcQM7NYUPxRWLmxH8vdRpBAEn2EM0Q=
-SIZE (Devel-PartialDump-0.18.tar.gz) = 30047
+SHA256 (Devel-PartialDump-0.20.tar.gz) = rvD/PqWalpGWfCiFEY/2ZxVghJVwicQ4j0nbZG/T2Qc=
+SIZE (Devel-PartialDump-0.20.tar.gz) = 31601
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/devel/p5-Devel-PartialDump/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -u -p -r1.1.1.1 PLIST
--- pkg/PLIST 12 Jan 2010 09:41:53 -0000 1.1.1.1
+++ pkg/PLIST 3 Nov 2018 23:02:56 -0000
@@ -1,4 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/01/12 09:41:53 jasper Exp $
-${P5SITE}/Devel/
${P5SITE}/Devel/PartialDump.pm
@man man/man3p/Devel::PartialDump.3p
I'm proposing here an update for Devel::PartialDump.
What's new upstream [1]:
- remove use of Test::Warn in tests
- fix tests on Carp <1.25 (we're not impacted as we use 1.40)
What's new in the port:
- use now Test::Warnings for tests
- fixed a bad indent in the Makefile
Testing:
- 'make test' passes
- There are 2 consumers for which 'make test' passes as well [2]:
devel/p5-MooseX-Types-Structured and devel/p5-POE-Component-Supervisor
Any comments?
Charlène.
[1] https://metacpan.org/changes/distribution/Devel-PartialDump
[2] https://transfer.sh/S1Pky/p5-Devel-PartialDump.tgz
No comments:
Post a Comment