diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-02-26 05:18:45 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-02-28 23:40:41 +0000 |
commit | e5963086dcc918258be1e05670c5223bb272f361 (patch) | |
tree | e878fae6c3172a4b8c4bfb5c0d53fa7a1e7d8dcb | |
parent | 5ea1e5b4bbefd1ac2eef64f71f70ffe3ceaab55e (diff) | |
download | ports-e5963086dcc918258be1e05670c5223bb272f361.tar.gz ports-e5963086dcc918258be1e05670c5223bb272f361.zip |
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
-rw-r--r-- | science/gramps/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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} \ |