diff options
author | Benjamin Takacs <nimaje+fbz@bureaucracy.de> | 2022-06-23 08:03:51 +0200 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2022-06-23 17:39:59 +0200 |
commit | f8c049d638e6a9b00ad054f5afaf9083fa1c6581 (patch) | |
tree | 5871935a0891fd3fea2878371eded174924d691c /UPDATING | |
parent | 95299192d7e94b6fcb1e345c36d85ad989f6c42d (diff) | |
download | freebsd-ports-f8c049d638e6a9b00ad054f5afaf9083fa1c6581.zip |
science/gramps: Optional dependency on py-bsddb3
databases/py-bsddb3 is deprecated. Make science/gramps use py-bsddb3 as an
option to facilitate the migration and remove the DEPRECATE note since it does
not apply anymore.
Add UPDATING note with instructions for the migration.
While here pet linters.
PR: 264529
Reported by: nimaje+fbz@bureaucracy.de
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -5,6 +5,16 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20220623: +AFFECTS: users of science/gramps + AUTHOR: fernape@FreeBSD.org + + databases/py-bsddb3 is deprecated and will be removed in the future. With that + gramps will lose the ability to load family trees using Berkeley DB. + It is suggested to migrate all family trees using Berkeley DB by exporting + them to gramps xml and import that gramps xml into a family tree using sqlite + as database. + 20220620: AFFECTS: users of www/selenium AUTHOR: fernape@FreeBSD.org |