This updates strictures to version 2, required for Moo 2 which is
required for p5-DBIx-Class which is one of my eventual goals.

Anyway, as with the recent p5-Role-Tiny update, this update to version
2 makes warnings less fatal as some warnings cannot be safely made
fatal or are just inappropriate.

https://metacpan.org/changes/distribution/strictures

No reverse dependency test changes.

OK?

Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/p5-strictures/Makefile,v
retrieving revision 1.2
diff -u -p -r1.2 Makefile
--- Makefile    6 Nov 2014 10:23:38 -0000       1.2
+++ Makefile    5 Apr 2015 23:32:49 -0000
@@ -3,7 +3,7 @@
 COMMENT =      turn on strict and make all warnings fatal
 
 MODULES =      cpan
-DISTNAME =     strictures-1.005005
+DISTNAME =     strictures-2.000000
 CATEGORIES =   devel
 
 MAINTAINER =    Sergey Bronnikov <este...@gmail.com>
@@ -13,6 +13,8 @@ CPAN_AUTHOR = HAARG
 # Perl
 PERMIT_PACKAGE_CDROM = Yes
 
+# Upstream recommends this
+# plus bareword::filehandles and multidimensional
 RUN_DEPENDS =  devel/p5-indirect
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/p5-strictures/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- distinfo    6 Nov 2014 10:23:38 -0000       1.2
+++ distinfo    5 Apr 2015 23:32:49 -0000
@@ -1,2 +1,2 @@
-SHA256 (strictures-1.005005.tar.gz) = 
qfw2m3EYYti/104GACES1QriB4adDCMdDWzJlDnat64=
-SIZE (strictures-1.005005.tar.gz) = 10443
+SHA256 (strictures-2.000000.tar.gz) = 
b5L6bgZL8LDW0Vl8rVYweE5LPaVdXYqTc3Q4dqnJyn4=
+SIZE (strictures-2.000000.tar.gz) = 12389
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/devel/p5-strictures/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 PLIST
--- pkg/PLIST   5 Apr 2014 15:09:04 -0000       1.1.1.1
+++ pkg/PLIST   5 Apr 2015 23:32:49 -0000
@@ -1,3 +1,6 @@
 @comment $OpenBSD: PLIST,v 1.1.1.1 2014/04/05 15:09:04 afresh1 Exp $
+${P5SITE}/strictures/
 ${P5SITE}/strictures.pm
+${P5SITE}/strictures/extra.pm
 @man man/man3p/strictures.3p
+@man man/man3p/strictures::extra.3p

Reply via email to