A bit messier than some of the others as I added my preferred space in
front of the = signs and add some additional TEST_DEPENDS to avoid
skipping tests.

Seems like mostly new tests, but also a couple of small changes.

Tests all pass and the one reverse dependency still passes its tests.

https://metacpan.org/changes/distribution/Data-Compare

OK?

(a few more OKs on these and I'll probably feel comfortable just to
commit these minor updates without involving ports@, but for now, I want
another set of eyes)

Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/p5-Data-Compare/Makefile,v
retrieving revision 1.4
diff -u -p -r1.4 Makefile
--- Makefile    20 Mar 2016 19:56:17 -0000      1.4
+++ Makefile    24 Nov 2016 20:15:31 -0000
@@ -1,18 +1,24 @@
 # $OpenBSD: Makefile,v 1.4 2016/03/20 19:56:17 naddy Exp $
 
-COMMENT=       compare perl data structures
+COMMENT =      compare perl data structures
 
-DISTNAME=      Data-Compare-1.22
-REVISION=      0
-CATEGORIES=    devel
+MODULES =      cpan
+PKG_ARCH =     *
+DISTNAME =     Data-Compare-1.25
+CATEGORIES =   devel
 
-MAINTAINER=    Andrew Fresh <afre...@openbsd.org>
+MAINTAINER =   Andrew Fresh <afre...@openbsd.org>
 
 # Same as Perl
-PERMIT_PACKAGE_CDROM=  Yes
+PERMIT_PACKAGE_CDROM = Yes
 
-MODULES=               cpan
-PKG_ARCH=              *
-RUN_DEPENDS=           devel/p5-File-Find-Rule
+RUN_DEPENDS =  devel/p5-File-Find-Rule>=0.1
+
+# Additional depends to avoid skipping tests
+TEST_DEPENDS +=        converters/p5-JSON \
+               devel/p5-Clone \
+               devel/p5-Test-Pod
+
+# Porting Scalar::Properties will enable more tests
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/p5-Data-Compare/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- distinfo    18 Jan 2015 03:13:23 -0000      1.2
+++ distinfo    24 Nov 2016 20:15:31 -0000
@@ -1,2 +1,2 @@
-SHA256 (Data-Compare-1.22.tar.gz) = 
zo8sfNjnqti/o4GCT0PA0q4O2KIUUIF7vrHZcbXC6K8=
-SIZE (Data-Compare-1.22.tar.gz) = 23483
+SHA256 (Data-Compare-1.25.tar.gz) = 
HUs221Rfqfus2MASYY9qeEYjjuEqtieidkz69FrU6nM=
+SIZE (Data-Compare-1.25.tar.gz) = 26249

Reply via email to