git: f6ace9d5e0a8 - main - databases/mongodb44: deprecate
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 20 Mar 2024 20:52:07 UTC
The branch main has been updated by ronald:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f6ace9d5e0a8349042fd509379dd695b8206f0df
commit f6ace9d5e0a8349042fd509379dd695b8206f0df
Author: Ronald Klop <ronald@FreeBSD.org>
AuthorDate: 2024-03-20 20:46:20 +0000
Commit: Ronald Klop <ronald@FreeBSD.org>
CommitDate: 2024-03-20 20:51:49 +0000
databases/mongodb44: deprecate
End of Life as of February 2024
https://www.mongodb.com/legal/support-policy/lifecycles
---
databases/mongodb44/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/databases/mongodb44/Makefile b/databases/mongodb44/Makefile
index 56548e089a91..22c94ad946ec 100644
--- a/databases/mongodb44/Makefile
+++ b/databases/mongodb44/Makefile
@@ -17,6 +17,8 @@ LICENSE_NAME_SSPLv1= Server Side Public License Version 1
LICENSE_FILE_SSPLv1= ${WRKSRC}/LICENSE-Community.txt
LICENSE_PERMS_SSPLv1= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
+DEPRECATED= EOL as of February 2024, https://www.mongodb.com/legal/support-policy/lifecycles
+EXPIRATION_DATE=2024-07-31
ONLY_FOR_ARCHS= aarch64 amd64 powerpc64le
ONLY_FOR_ARCHS_REASON= only ported to amd64, aarch64, and powerpc64le on FreeBSD; upstream supports arm64, ppc64le, s390x, and x86-64