git: bd45f2720f69 - 2022Q1 - databases/db5: change DEPRECATED text
Date: Wed, 26 Jan 2022 23:38:34 UTC
The branch 2022Q1 has been updated by mandree: URL: https://cgit.FreeBSD.org/ports/commit/?id=bd45f2720f6946f40940d587d49dfcea5ad7910b commit bd45f2720f6946f40940d587d49dfcea5ad7910b Author: Matthias Andree <mandree@FreeBSD.org> AuthorDate: 2022-01-26 23:36:59 +0000 Commit: Matthias Andree <mandree@FreeBSD.org> CommitDate: 2022-01-26 23:38:30 +0000 databases/db5: change DEPRECATED text (cherry picked from commit e13b62b96a86e3d41a1fc9fce3e84b734b1dcc50) --- databases/db5/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/databases/db5/Makefile b/databases/db5/Makefile index 9c8e8d0f84fd..98be08e9dc54 100644 --- a/databases/db5/Makefile +++ b/databases/db5/Makefile @@ -11,7 +11,7 @@ PKGNAMEPREFIX?= DISTNAME= db-${PORTVERSION} DIST_SUBDIR= bdb -DEPRECATED= EOLd, upstream hiding patches, potential security issues +DEPRECATED= EOLd, potential security issues, maybe use db18 instead EXPIRATION_DATE=2022-06-30 MAINTAINER= ports@FreeBSD.org