Hi, ports@: Here is a patch for devel/ruby-uuid: i) Update to 2.3.9 ii) Add missing TEST_DEPENDS
It build well and pass all tests on amd64-6.8 system. One port depends on it : net/ruby-agcaldav, it build well with this patch and no test defined. wen
Index: Makefile =================================================================== RCS file: /cvs/ports/devel/ruby-uuid/Makefile,v retrieving revision 1.6 diff -u -p -r1.6 Makefile --- Makefile 12 Jul 2019 20:46:00 -0000 1.6 +++ Makefile 30 Dec 2020 08:49:50 -0000 @@ -2,7 +2,7 @@ COMMENT= UUID generator -DISTNAME= uuid-2.3.8 +DISTNAME= uuid-2.3.9 CATEGORIES= devel HOMEPAGE= https://github.com/assaf/uuid @@ -16,6 +16,7 @@ CONFIGURE_STYLE= gem BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= net/ruby-macaddr,${MODRUBY_FLAVOR} +TEST_DEPENDS= devel/ruby-mocha,${MODRUBY_FLAVOR} MODRUBY_TEST= rake Index: distinfo =================================================================== RCS file: /cvs/ports/devel/ruby-uuid/distinfo,v retrieving revision 1.2 diff -u -p -r1.2 distinfo --- distinfo 19 Jun 2015 14:09:20 -0000 1.2 +++ distinfo 30 Dec 2020 08:49:50 -0000 @@ -1,2 +1,2 @@ -SHA256 (uuid-2.3.8.gem) = ewQB4PxL7/AIM7c+Uo30VQDM037VGB8vB2jQI16vIj8= -SIZE (uuid-2.3.8.gem) = 14848 +SHA256 (uuid-2.3.9.gem) = rsDPWSBTzW4HwTwe+UxECrpwXyLrHudns5Yx8nYBJNc= +SIZE (uuid-2.3.9.gem) = 14848
