git: 425a716acffc - main - science/gramps: remove option for expired py-bsddb3

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Sat, 02 Jul 2022 09:31:36 UTC
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=425a716acffc8f3a8e14187b1c4f6e705ee93a22

commit 425a716acffc8f3a8e14187b1c4f6e705ee93a22
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2022-07-02 09:23:02 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2022-07-02 09:31:15 +0000

    science/gramps: remove option for expired py-bsddb3
---
 science/gramps/Makefile | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/science/gramps/Makefile b/science/gramps/Makefile
index 58bc4677b7e3..c0aef62a5569 100644
--- a/science/gramps/Makefile
+++ b/science/gramps/Makefile
@@ -3,7 +3,7 @@
 PORTNAME=	gramps
 PORTVERSION=	5.1.5
 DISTVERSIONPREFIX=	v
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	science gnome python
 
 MAINTAINER=	ports@FreeBSD.org
@@ -29,16 +29,14 @@ CONFIGURE_ARGS=	--disable-mime-install
 
 NO_ARCH=	yes
 
-OPTIONS_DEFINE=		BDB GEXIV GTKSPELL PIL RCS TTFFREEFONT
-OPTIONS_DEFAULT=	BDB GEXIV GTKSPELL
-BDB_DESC=		Install py-bsddb3 to support family trees using Berkeley DB (DEPRECATED)
+OPTIONS_DEFINE=		GEXIV GTKSPELL PIL RCS TTFFREEFONT
+OPTIONS_DEFAULT=	GEXIV GTKSPELL
 GEXIV_DESC=		Manage Exif metadata embedded in media
 GTKSPELL_DESC=		Spell checking support via gtkspell
 PIL_DESC=		Crop/convert images with Python Imaging Library (Pillow)
 RCS_DESC=		Manage revisions of family trees with with GNU RCS
 TTFFREEFONT_DESC=	More font support in reports
 
-BDB_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}bsddb3>0:databases/py-bsddb3@${PY_FLAVOR}
 GEXIV_LIB_DEPENDS=	libgexiv2.so:graphics/gexiv2
 GTKSPELL_LIB_DEPENDS=	libgtkspell3-3.so:textproc/gtkspell3
 PIL_RUN_DEPENDS=	${PY_PILLOW}