Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Jul 2021 01:16:03 GMT
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 58f1f25fd7b9 - main - databases/mongodb49: Mark deprecated
Message-ID:  <202107280116.16S1G3h4052813@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by lwhsu:

URL: https://cgit.FreeBSD.org/ports/commit/?id=58f1f25fd7b9cc9f02c6c31f4b39811807b7d738

commit 58f1f25fd7b9cc9f02c6c31f4b39811807b7d738
Author:     Ronald Klop <ronald-lists@klop.ws>
AuthorDate: 2021-07-28 01:14:04 +0000
Commit:     Li-Wen Hsu <lwhsu@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.
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107280116.16S1G3h4052813>