Date: Sun, 16 Apr 2023 23:13:21 GMT From: Ronald Klop <ronald@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 7d045a0c3650 - main - databases/mongodb42: deprecate Message-ID: <202304162313.33GNDLKj039641@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by ronald: URL: https://cgit.FreeBSD.org/ports/commit/?id=7d045a0c3650e3b93b24898245a31ce31e82598e commit 7d045a0c3650e3b93b24898245a31ce31e82598e Author: Ronald Klop <ronald@FreeBSD.org> AuthorDate: 2023-04-16 23:09:29 +0000 Commit: Ronald Klop <ronald@FreeBSD.org> CommitDate: 2023-04-16 23:09:29 +0000 databases/mongodb42: deprecate Upstream expires soon: https://www.mongodb.com/support-policy/lifecycles. Expire the port after 2023Q3 is branched to notify quarterly users. --- databases/mongodb42-tools/Makefile | 2 ++ databases/mongodb42/Makefile | 2 ++ 2 files changed, 4 insertions(+) diff --git a/databases/mongodb42-tools/Makefile b/databases/mongodb42-tools/Makefile index dfb4cb5f7c75..4eac3941fd16 100644 --- a/databases/mongodb42-tools/Makefile +++ b/databases/mongodb42-tools/Makefile @@ -11,6 +11,8 @@ WWW= https://github.com/mongodb/mongo-tools LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.md +DEPRECATED= Upstream EOL reached on 2023-04-30 +EXPIRATION_DATE= 2023-09-30 ONLY_FOR_ARCHS= aarch64 amd64 armv7 i386 riscv64 ONLY_FOR_ARCHS_REASON= not yet ported to other architectures diff --git a/databases/mongodb42/Makefile b/databases/mongodb42/Makefile index 0643fdf3c811..166a77c1736f 100644 --- a/databases/mongodb42/Makefile +++ b/databases/mongodb42/Makefile @@ -21,6 +21,8 @@ LICENSE_NAME_SSPLv1= Server Side Public License LICENSE_FILE_SSPLv1= ${WRKSRC}/LICENSE-Community.txt LICENSE_PERMS_SSPLv1= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +DEPRECATED= Upstream EOL reached on 2023-04-30 +EXPIRATION_DATE= 2023-09-30 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304162313.33GNDLKj039641>