Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Oct 2019 05:27:02 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r516129 - head/databases/mongodb34
Message-ID:  <201910310527.x9V5R2Sb091135@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Thu Oct 31 05:27:01 2019
New Revision: 516129
URL: https://svnweb.freebsd.org/changeset/ports/516129

Log:
  databases/mongodb34: set deprecated and expiration_date
  
  - Upstream goes EOL in January 2020.
    See https://www.mongodb.com/support-policy
  - There are no dependencies in the ports tree.
  - Give people some slack before expiration/removal of the port.
  - Newer version of MongoDB have ports and are actively maintained.
  
  PR:		241585
  Submitted by:	Ronald Klop <ronald-lists@klop.ws> (maintainer)

Modified:
  head/databases/mongodb34/Makefile

Modified: head/databases/mongodb34/Makefile
==============================================================================
--- head/databases/mongodb34/Makefile	Thu Oct 31 04:57:06 2019	(r516128)
+++ head/databases/mongodb34/Makefile	Thu Oct 31 05:27:01 2019	(r516129)
@@ -17,6 +17,9 @@ COMMENT=	Distributed document-oriented "NoSQL" databas
 LICENSE=	AGPLv3 APACHE20
 LICENSE_COMB=	multi
 
+DEPRECATED=	EOL January 2020; See https://www.mongodb.com/support-policy
+EXPIRATION_DATE=	2020-03-31
+
 ONLY_FOR_ARCHS=	aarch64 amd64
 ONLY_FOR_ARCHS_REASON=	"Only supported on amd64 and aarch64 (i386 deprecated in v3)"
 



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