Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/p5-Class-Base/Makefile,v
retrieving revision 1.10
diff -u -p -u -p -r1.10 Makefile
--- Makefile 2 Sep 2016 22:52:44 -0000 1.10
+++ Makefile 3 Nov 2018 16:17:50 -0000
@@ -4,10 +4,12 @@ COMMENT= abstract class for constructin
MODULES= cpan
PKG_ARCH= *
-DISTNAME = Class-Base-0.08
+DISTNAME= Class-Base-0.09
CATEGORIES= devel
# Artistic
PERMIT_PACKAGE_CDROM= Yes
+
+RUN_DEPENDS= devel/p5-Clone
.include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/p5-Class-Base/distinfo,v
retrieving revision 1.4
diff -u -p -u -p -r1.4 distinfo
--- distinfo 2 Sep 2016 22:52:44 -0000 1.4
+++ distinfo 3 Nov 2018 16:17:50 -0000
@@ -1,2 +1,2 @@
-SHA256 (Class-Base-0.08.tar.gz) = ZmlkzET6hg2H4f38/1T1Z64wo9oL3rZPrtiK7BygDfE=
-SIZE (Class-Base-0.08.tar.gz) = 15890
+SHA256 (Class-Base-0.09.tar.gz) = 4aW93lJQWAJmSpEIpRXJ6OUCy3IppJ3pT0CBsbKu7YQ=
+SIZE (Class-Base-0.09.tar.gz) = 33597
I'm proposing here an update for Class::Base.
What's new upstream [1]:
- Refactoring, also now uses Clone so it deep clones
- Pod fixes
What's new in the port:
- Now requires devel/p5-Clone
- Fixed a spacing inconsistency
Testing:
- 'make test' passes
- There are no consumers
Any comments?
Charlène.
[1] https://metacpan.org/changes/distribution/Class-Base
No comments:
Post a Comment