Bring Test-Deep current, to make portroach happy

Actual new features (obj_isa) in this release.  Plus, as always it
seems, improved documentation.

https://metacpan.org/source/RJBS/Test-Deep-0.113/Changes

(I assume the Changelog means 2014, not 2004, although I wouldn't put it
past rjbs to have a time machine)

And take maintainership as the maintainer's email bounces.

OK?

Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/p5-Test-Deep/Makefile,v
retrieving revision 1.13
diff -u -p -r1.13 Makefile
--- Makefile    11 Mar 2013 10:50:22 -0000      1.13
+++ Makefile    10 Nov 2014 01:00:44 -0000
@@ -1,16 +1,17 @@
 # $OpenBSD: Makefile,v 1.13 2013/03/11 10:50:22 espie Exp $
 
-COMMENT=        flexible deep comparison
+COMMENT =      flexible deep comparison
 
-MODULES=       cpan
-DISTNAME=      Test-Deep-0.110
-CATEGORIES=     devel
+DISTNAME =     Test-Deep-0.113
+CATEGORIES =   devel
+MODULES =      cpan
 
-MAINTAINER=    Simon Bertrang <si...@openbsd.org>
+MAINTAINER =   Andrew Fresh <and...@afresh1.com>
 
 # perl
-PERMIT_PACKAGE_CDROM=  Yes
+PERMIT_PACKAGE_CDROM = Yes
 
-RUN_DEPENDS=   devel/p5-Test-NoWarnings
+RUN_DEPENDS =  devel/p5-Test-NoWarnings>=0.02 \
+               devel/p5-Test-Tester>=0.04
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/p5-Test-Deep/distinfo,v
retrieving revision 1.6
diff -u -p -r1.6 distinfo
--- distinfo    25 Jan 2013 16:27:10 -0000      1.6
+++ distinfo    10 Nov 2014 01:00:44 -0000
@@ -1,2 +1,2 @@
-SHA256 (Test-Deep-0.110.tar.gz) = BRKcoopa4PuWn5lBafHaeP3KaEqF+esLMuicaqdLLYs=
-SIZE (Test-Deep-0.110.tar.gz) = 35504
+SHA256 (Test-Deep-0.113.tar.gz) = Hyj5bjvjUgiWX/W5JpaM/r0mvsDM4Xqkj9sWAsSXNmg=
+SIZE (Test-Deep-0.113.tar.gz) = 36713
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/devel/p5-Test-Deep/pkg/PLIST,v
retrieving revision 1.4
diff -u -p -r1.4 PLIST
--- pkg/PLIST   25 Jan 2013 16:27:15 -0000      1.4
+++ pkg/PLIST   10 Nov 2014 01:00:44 -0000
@@ -28,6 +28,7 @@ ${P5SITE}/Test/Deep/MM.pm
 ${P5SITE}/Test/Deep/Methods.pm
 ${P5SITE}/Test/Deep/NoTest.pm
 ${P5SITE}/Test/Deep/Number.pm
+${P5SITE}/Test/Deep/Obj.pm
 ${P5SITE}/Test/Deep/Ref.pm
 ${P5SITE}/Test/Deep/RefType.pm
 ${P5SITE}/Test/Deep/Regexp.pm

Reply via email to