git: 4044e4b541a9 - main - databases/libgda5-bdb: Mark DEPRECATED and set EXPIRATION_DATE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 18 Apr 2022 07:19:04 UTC
The branch main has been updated by yasu: URL: https://cgit.FreeBSD.org/ports/commit/?id=4044e4b541a9e5c299215d3bf08f5e7e14ac781d commit 4044e4b541a9e5c299215d3bf08f5e7e14ac781d Author: Yasuhiro Kimura <yasu@FreeBSD.org> AuthorDate: 2022-03-30 08:21:01 +0000 Commit: Yasuhiro Kimura <yasu@FreeBSD.org> CommitDate: 2022-04-18 07:17:55 +0000 databases/libgda5-bdb: Mark DEPRECATED and set EXPIRATION_DATE This port depends on databases/db5 which is marked DEPRECATED and set EXPIRATION_DATE to 2022-06-30. So also mark it as DEPRECATED and set EXPIRATION_DATE to same date of databases/db5. PR: 262929 Approved by: maintainer timeout --- databases/libgda5-bdb/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/databases/libgda5-bdb/Makefile b/databases/libgda5-bdb/Makefile index 44ff7bde6a97..f589e4ceaaac 100644 --- a/databases/libgda5-bdb/Makefile +++ b/databases/libgda5-bdb/Makefile @@ -12,6 +12,9 @@ BUILD_WRKSRC= ${WRKSRC}/providers/bdb/ INSTALL_WRKSRC= ${BUILD_WRKSRC} PLIST= ${.CURDIR}/pkg-plist +DEPRECATED= Depends on deprecated databases/db5 +EXPIRATION_DATE=2022-06-30 + LIBGDA5_SLAVE= bdb .include "${MASTERDIR}/Makefile"