git: 58f1f25fd7b9 - main - databases/mongodb49: Mark deprecated
Li-Wen Hsu
lwhsu at FreeBSD.org
Wed Jul 28 01:16:04 UTC 2021
The branch main has been updated by lwhsu:
URL: https://cgit.FreeBSD.org/ports/commit/?id=58f1f25fd7b9cc9f02c6c31f4b39811807b7d738
commit 58f1f25fd7b9cc9f02c6c31f4b39811807b7d738
Author: Ronald Klop <ronald-lists at klop.ws>
AuthorDate: 2021-07-28 01:14:04 +0000
Commit: Li-Wen Hsu <lwhsu at FreeBSD.org>
CommitDate: 2021-07-28 01:15:50 +0000
databases/mongodb49: Mark deprecated
This port was a temporary development version.
It is superseded by the release of mongodb 5.0.
PR: 257216
---
databases/mongodb49/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/databases/mongodb49/Makefile b/databases/mongodb49/Makefile
index fd046449ef9c..9cf1864b1941 100644
--- a/databases/mongodb49/Makefile
+++ b/databases/mongodb49/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= This was a developer version which became MongoDB 5.0.
+EXPIRATION_DATE=2021-08-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.
More information about the dev-commits-ports-all
mailing list