Hi ports, Jasper,
Here is an update for Class::Container. It includes fixes that
will allow running tests with the future Perl 5.28 and some
distribution changes [1].
What's new in the port:
- Enabled author testing and added dependencies accordingly.
Testing:
- 'make test' passes
- There are consumers, and this update introduces no new failures
in textproc/p5-Syntax-Highlight-Mason [2].
Comments/feedback are welcome!
Charlène.
[1] https://metacpan.org/changes/distribution/Class-Container
[2] https://transfer.sh/DwKNa/p5-Class-Container.tgz
Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/p5-Class-Container/Makefile,v
retrieving revision 1.17
diff -u -p -u -p -r1.17 Makefile
--- Makefile 20 Mar 2016 19:56:15 -0000 1.17
+++ Makefile 27 Dec 2018 18:17:32 -0000
@@ -4,8 +4,7 @@ COMMENT= validate method/function parame
MODULES= cpan
PKG_ARCH= *
-DISTNAME= Class-Container-0.12
-REVISION= 1
+DISTNAME= Class-Container-0.13
CATEGORIES= devel
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
@@ -15,5 +14,8 @@ PERMIT_PACKAGE_CDROM= Yes
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= devel/p5-Params-Validate>=0.23
+TEST_DEPENDS= devel/p5-Test-Perl-Critic
+
+MAKE_ENV += AUTHOR_TESTING=Yes
.include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/p5-Class-Container/distinfo,v
retrieving revision 1.8
diff -u -p -u -p -r1.8 distinfo
--- distinfo 18 Jan 2015 03:13:21 -0000 1.8
+++ distinfo 27 Dec 2018 18:17:32 -0000
@@ -1,2 +1,2 @@
-SHA256 (Class-Container-0.12.tar.gz) = dxIG8repFs4N+5PYIgBHK+rrkQJISCc0F5vzaAjkhrE=
-SIZE (Class-Container-0.12.tar.gz) = 19401
+SHA256 (Class-Container-0.13.tar.gz) = 9dSVsd+4JtXAxF0DtNDmtgR8uwbNv2vhX9TckCrutws=
+SIZE (Class-Container-0.13.tar.gz) = 25768
No comments:
Post a Comment