svn commit: r516129 - head/databases/mongodb34

Kurt Jaeger pi at FreeBSD.org
Thu Oct 31 05:27:02 UTC 2019


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 at 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)"
 


More information about the svn-ports-head mailing list