Hi, ports@:

   Here is a patch for databases/p5-DBM-Deep:
   i) Update to 2.0019
   ii) Remove the unneeded BUILD_D
   iii) Change the RUN_D to TEST_D, p5-Test-Deep and 
databases/p5-DBM-Deep are only for test, not RUN_D.

   It build well and pass all tests on amd64-current system.

   Any comments?


Regards,
wen
Index: Makefile
===================================================================
RCS file: /cvs/ports/databases/p5-DBM-Deep/Makefile,v
retrieving revision 1.17
diff -u -p -r1.17 Makefile
--- Makefile    11 Mar 2022 18:31:31 -0000      1.17
+++ Makefile    21 Nov 2023 02:44:03 -0000
@@ -1,7 +1,6 @@
 COMMENT=       perl multi-level hash/array DBM that supports transactions
 
-DISTNAME =     DBM-Deep-2.0016
-REVISION =     0
+DISTNAME =     DBM-Deep-2.0019
 
 CATEGORIES=    databases
 
@@ -11,10 +10,9 @@ PERMIT_PACKAGE =             Yes
 MODULES=       cpan
 PKG_ARCH=      *
 
-BUILD_DEPENDS= ${RUN_DEPENDS}
-RUN_DEPENDS=   devel/p5-Test-Deep \
+TEST_DEPENDS=  devel/p5-Test-Deep \
+               devel/p5-Test-Exception \
                devel/p5-Test-Warn
-TEST_DEPENDS=  devel/p5-Test-Exception
 
 MAKE_ENV=      LONG_TESTS=Yes \
                TEST_POD=Yes
Index: distinfo
===================================================================
RCS file: /cvs/ports/databases/p5-DBM-Deep/distinfo,v
retrieving revision 1.7
diff -u -p -r1.7 distinfo
--- distinfo    4 Dec 2018 19:21:58 -0000       1.7
+++ distinfo    21 Nov 2023 02:44:03 -0000
@@ -1,2 +1,2 @@
-SHA256 (DBM-Deep-2.0016.tar.gz) = kCp8eqBIjY0KDops89oOlrQJOuRx5rdy8MbViY5HDk0=
-SIZE (DBM-Deep-2.0016.tar.gz) = 180410
+SHA256 (DBM-Deep-2.0019.tar.gz) = XWGl5rTkr8FtM+UpDVJIsEpPxO5MCn38f91iWWj7o0A=
+SIZE (DBM-Deep-2.0019.tar.gz) = 181482

Reply via email to