Thursday, December 06, 2018

[UPDATE] devel/p5-Class-C3 0.33 -> 0.34

Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/p5-Class-C3/Makefile,v
retrieving revision 1.25
diff -u -p -u -p -r1.25 Makefile
--- Makefile 6 May 2017 15:09:01 -0000 1.25
+++ Makefile 3 Nov 2018 18:48:56 -0000
@@ -1,23 +1,23 @@
# $OpenBSD: Makefile,v 1.25 2017/05/06 15:09:01 benoit Exp $

-COMMENT= pragma to use the C3 method resolution order algorithm
+COMMENT = pragma to use the C3 method resolution order algorithm

MODULES = cpan
PKG_ARCH = *
-DISTNAME = Class-C3-0.33
+DISTNAME = Class-C3-0.34
CATEGORIES = devel

# Artistic
-PERMIT_PACKAGE_CDROM= Yes
+PERMIT_PACKAGE_CDROM = Yes

-RUN_DEPENDS= devel/p5-Algorithm-C3>=0.06 \
+RUN_DEPENDS = devel/p5-Algorithm-C3>=0.06 \
devel/p5-Test-Exception
-BUILD_DEPENDS= ${RUN_DEPENDS}
-TEST_DEPENDS= devel/p5-MRO-Compat \
+BUILD_DEPENDS = ${RUN_DEPENDS}
+TEST_DEPENDS = devel/p5-MRO-Compat \
devel/p5-Sub-Name

MAKE_ENV += TEST_POD=1

-CONFIGURE_STYLE= modinst
+CONFIGURE_STYLE = modinst

.include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/p5-Class-C3/distinfo,v
retrieving revision 1.12
diff -u -p -u -p -r1.12 distinfo
--- distinfo 6 May 2017 15:09:01 -0000 1.12
+++ distinfo 3 Nov 2018 18:48:56 -0000
@@ -1,2 +1,2 @@
-SHA256 (Class-C3-0.33.tar.gz) = rv9dE2GYDn1uh4BZxsPR201SaHUoyw6mUMvOJMFMYbA=
-SIZE (Class-C3-0.33.tar.gz) = 27163
+SHA256 (Class-C3-0.34.tar.gz) = TYtQ5ZEt44QQW3H2OS4nS4enCjvxNw1NrFyWHQZbkbU=
+SIZE (Class-C3-0.34.tar.gz) = 24819
Hi ports,

Here is an update for Class::C3.

What's new upstream [1]:

- update bundled ExtUtils::HasCompiler to 0.021
- fix some examples in pod

What's new in the port:

- There was a lot of spacing inconsistencies in this one, so i've taken
the decision to use a space before '=' for everything.

Testing:

- 'make test' passes
- No new issues found in the consumer tests [2]

Comments and feedback are welcome,

Charlène.

[1] https://metacpan.org/changes/distribution/Class-C3
[2] https://transfer.sh/BqnGL/p5-Class-C3.tgz

No comments:

Post a Comment