Monday, December 03, 2018

[UPDATE] devel/p5-B-Keywords 1.15 -> 1.19

Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/p5-B-Keywords/Makefile,v
retrieving revision 1.16
diff -u -p -u -p -r1.16 Makefile
--- Makefile 20 Mar 2016 19:56:13 -0000 1.16
+++ Makefile 3 Nov 2018 14:38:13 -0000
@@ -2,7 +2,7 @@

COMMENT = lists of Perl keywords for use in backend modules

-DISTNAME = B-Keywords-1.15
+DISTNAME = B-Keywords-1.19
CATEGORIES = devel

# perl
@@ -10,5 +10,12 @@ PERMIT_PACKAGE_CDROM = Yes

MODULES = cpan
PKG_ARCH = *
+
+TEST_DEPENDS= devel/p5-Test-CPAN-Meta
+
+MAKE_ENV= TEST_POD=Yes
+# This would require Perl::MinimumVersion, Test::MinimumVersion and
+# Test::Kwalitee that we don't ship.
+TEST_ENV= IS_MAINTAINER=No

.include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/p5-B-Keywords/distinfo,v
retrieving revision 1.13
diff -u -p -u -p -r1.13 distinfo
--- distinfo 12 Nov 2015 09:21:33 -0000 1.13
+++ distinfo 3 Nov 2018 14:38:13 -0000
@@ -1,2 +1,2 @@
-SHA256 (B-Keywords-1.15.tar.gz) = ZdLvjjz0o3+/LaB+bKodoV4zoVXjSeW5pcl40Cq9Ddo=
-SIZE (B-Keywords-1.15.tar.gz) = 10140
+SHA256 (B-Keywords-1.19.tar.gz) = ietMYvM3FrNVlP3XDNzdv4ggrtgu2oWSjDVjq2eDv80=
+SIZE (B-Keywords-1.19.tar.gz) = 10805
Hi ports!

Here is an update for B::Keywords.

What's new upstream [1]:

- More keywords in the list for newer Perl versions
- Some keywords introduction versions fixed

What's new in the port:

- More tests have been enabled by adding new TEST_DEPENDS. We can't run
them all because there are modules we don't ship, even though they're
"maintainer only" tests.

Testing:

- 'make test' passes
- There are reverse dependencies: devel/p5-B-Deobfuscate and
devel/p5-Perl-Critic. The two passes 'make test'.

Any comments?

Charlène.


[1] https://metacpan.org/changes/release/RURBAN/B-Keywords-1.19

No comments:

Post a Comment