Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/p5-Config-Std/Makefile,v
retrieving revision 1.4
diff -u -p -u -p -r1.4 Makefile
--- Makefile 20 Mar 2016 19:56:17 -0000 1.4
+++ Makefile 3 Nov 2018 19:24:35 -0000
@@ -4,7 +4,7 @@ COMMENT= use standard configuration fil
MODULES= cpan
PKG_ARCH= *
-DISTNAME= Config-Std-0.901
+DISTNAME= Config-Std-0.903
CATEGORIES= devel
# Perl
@@ -13,7 +13,8 @@ PERMIT_PACKAGE_CDROM= Yes
RUN_DEPENDS= devel/p5-Class-Std
BUILD_DEPENDS= ${RUN_DEPENDS}
-TEST_DEPENDS= devel/p5-Test-Distribution \
- devel/p5-Test-Pod-Coverage>=1.04
+TEST_DEPENDS= devel/p5-Test-Distribution
+
+MAKE_ENV= TEST_POD=Yes
.include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/p5-Config-Std/distinfo,v
retrieving revision 1.2
diff -u -p -u -p -r1.2 distinfo
--- distinfo 24 Mar 2014 07:55:05 -0000 1.2
+++ distinfo 3 Nov 2018 19:24:35 -0000
@@ -1,2 +1,2 @@
-SHA256 (Config-Std-0.901.tar.gz) = xcV+uCo3zEHqFSCY/I5VSKz+qIYRQPusj8O+zLsJwkM=
-SIZE (Config-Std-0.901.tar.gz) = 21940
+SHA256 (Config-Std-0.903.tar.gz) = t3Cf9mO9J50mSrnC9R6elYhHmjNnqMTPwYZZwqEUgP4=
+SIZE (Config-Std-0.903.tar.gz) = 21667
Here is an update for Config::Std.
What's new upstream [1]:
- Fixed tests for Perl>=5.25
- Code cleanup
What's new in the port:
- Removed Test::Pod::Coverage as a TEST_DEPENDS, using TEST_POD=Yes
instead.
Testing:
- 'make test' passes
- There are no consumers
Any comments/feedback?
Charlène.
[1] https://metacpan.org/changes/distribution/Config-Std
No comments:
Post a Comment