git: 6be95302dafb - main - net/nsscache: expire on 2022-09-30 for databases/py-bsddb3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 02 Jul 2022 09:31:37 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=6be95302dafbab02fa8bd1e1701a3e17d6e07a88 commit 6be95302dafbab02fa8bd1e1701a3e17d6e07a88 Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2022-07-02 09:26:00 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2022-07-02 09:31:15 +0000 net/nsscache: expire on 2022-09-30 for databases/py-bsddb3 --- net/nsscache/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net/nsscache/Makefile b/net/nsscache/Makefile index 300ae395548c..8332c36cf160 100644 --- a/net/nsscache/Makefile +++ b/net/nsscache/Makefile @@ -11,6 +11,9 @@ COMMENT= Python utility to create a local cache of directory services LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Depends on expired databases/py-bsddb3 +EXPIRATION_DATE=2022-09-30 + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boto3>0:www/py-boto3@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}bsddb3>0:databases/py-bsddb3@${PY_FLAVOR} \