Hi, ports@: Here is a patch for databases/py-minidb to update to 2.0.4. It build well and pass all tests. One port depends on databases/py-minidb: www/urlwatch. It build well , 3 tests failed in all 85 tests. But the failure was not caused by this patch, it was caused by some python module for tests had not been imported into portstree.
Cheers ! wen
Index: Makefile =================================================================== RCS file: /cvs/ports/databases/py-minidb/Makefile,v retrieving revision 1.10 diff -u -p -r1.10 Makefile --- Makefile 3 Jul 2020 21:12:36 -0000 1.10 +++ Makefile 27 Sep 2020 07:24:04 -0000 @@ -2,10 +2,9 @@ COMMENT = simple SQLite3 store for Python objects -MODPY_EGG_VERSION = 2.0.2 +MODPY_EGG_VERSION = 2.0.4 DISTNAME = minidb-${MODPY_EGG_VERSION} PKGNAME = py-minidb-${MODPY_EGG_VERSION} -REVISION = 2 CATEGORIES = databases Index: distinfo =================================================================== RCS file: /cvs/ports/databases/py-minidb/distinfo,v retrieving revision 1.2 diff -u -p -r1.2 distinfo --- distinfo 17 Feb 2018 09:28:20 -0000 1.2 +++ distinfo 27 Sep 2020 07:24:04 -0000 @@ -1,2 +1,2 @@ -SHA256 (minidb-2.0.2.tar.gz) = Q9WSMVVuntQ9iMjB/8yjCIa022Q2YlWZ7usiu590qys= -SIZE (minidb-2.0.2.tar.gz) = 13928 +SHA256 (minidb-2.0.4.tar.gz) = wcYr4Hah5Lud2IBQTdgaPn4Ce3ZX6KVKg8Wicn8JUgo= +SIZE (minidb-2.0.4.tar.gz) = 14104