Tuesday, December 04, 2018

[UPDATE] databases/p5-DBM-Deep 2.0014 -> 2.0016

Index: Makefile
===================================================================
RCS file: /cvs/ports/databases/p5-DBM-Deep/Makefile,v
retrieving revision 1.13
diff -u -p -u -p -r1.13 Makefile
--- Makefile 27 Apr 2018 14:52:53 -0000 1.13
+++ Makefile 2 Nov 2018 21:27:46 -0000
@@ -2,7 +2,7 @@

COMMENT= perl multi-level hash/array DBM that supports transactions

-DISTNAME = DBM-Deep-2.0014
+DISTNAME = DBM-Deep-2.0016

CATEGORIES= databases

@@ -15,6 +15,7 @@ PKG_ARCH= *
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= devel/p5-Test-Deep \
devel/p5-Test-Warn
+TEST_DEPENDS= devel/p5-Test-Exception

MAKE_ENV= TEST_POD=Yes

Index: distinfo
===================================================================
RCS file: /cvs/ports/databases/p5-DBM-Deep/distinfo,v
retrieving revision 1.6
diff -u -p -u -p -r1.6 distinfo
--- distinfo 27 Apr 2018 14:52:53 -0000 1.6
+++ distinfo 2 Nov 2018 21:27:46 -0000
@@ -1,2 +1,2 @@
-SHA256 (DBM-Deep-2.0014.tar.gz) = 0HUSupLIlLBhYsPIKZsiWy/uxcZQQ0eJWcfFlWI07B4=
-SIZE (DBM-Deep-2.0014.tar.gz) = 180196
+SHA256 (DBM-Deep-2.0016.tar.gz) = kCp8eqBIjY0KDops89oOlrQJOuRx5rdy8MbViY5HDk0=
+SIZE (DBM-Deep-2.0016.tar.gz) = 180410
Hi ports,

Here is an update for DBM::Deep, a multi hash/array DBM with
transactions support.

What's new upstream [1]:

- Only test fixes for Perl 5.26+

What's new in port:

- Added a new test depends as required by the fixed tests
- I have let the long tests disabled, is it fine like this?

Testing:

- 'make test' passes
- There are only one reverse dependency: devel/p5-Moose as a
TEST_DEPENDS, and there are no new failures with that update.

Any feedback/comments?

Charlène.

[1] https://metacpan.org/changes/distribution/DBM-Deep

No comments:

Post a Comment