git: e5963086dcc9 - main - science/gramps: Mark DEPRECATED
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 28 Feb 2022 23:41:00 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e5963086dcc918258be1e05670c5223bb272f361
commit e5963086dcc918258be1e05670c5223bb272f361
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2022-02-26 05:18:45 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2022-02-28 23:40:41 +0000
science/gramps: Mark DEPRECATED
- Requires py-bsddb3 which depends on upstream EOLd db5 which is set to
expire on 2022-06-30 in the tree.
- If you want this port to stay chase upstream to use py-berkeleydb from
https://www.jcea.es/programacion/pybsddb.htm which is already in the
tree.
PR: 262136
---
science/gramps/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/science/gramps/Makefile b/science/gramps/Makefile
index 4cfd90282149..8d1db6f386a0 100644
--- a/science/gramps/Makefile
+++ b/science/gramps/Makefile
@@ -11,6 +11,9 @@ COMMENT= GTK3-based genealogy program
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
+DEPRECATED= Requires py-bsddb3 which requires upstream EOLd db5
+EXPIRATION_DATE= 2022-06-30
+
LIB_DEPENDS= libgeocode-glib.so:net/geocode-glib \
libosmgpsmap-1.0.so:x11-toolkits/osm-gps-map
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bsddb3>0:databases/py-bsddb3@${PY_FLAVOR} \