diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2022-01-26 23:36:59 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2022-01-26 23:38:05 +0000 |
commit | e13b62b96a86e3d41a1fc9fce3e84b734b1dcc50 (patch) | |
tree | 72fff148068736dcab2db8bf44d0260b4feef652 | |
parent | 74dbe14a24247812a08799c1914484315c6b6dc6 (diff) |
databases/db5: change DEPRECATED text
-rw-r--r-- | databases/db5/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |