Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Mar 2020 05:35:11 +0000 (UTC)
From:      "Bradley T. Hughes" <bhughes@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r528143 - head/www/node8
Message-ID:  <202003100535.02A5ZBcu095576@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bhughes
Date: Tue Mar 10 05:35:11 2020
New Revision: 528143
URL: https://svnweb.freebsd.org/changeset/ports/528143

Log:
  www/node8: add deprecation notice and expiration date
  
  Node.js 8.x reached end-of-life on 2019-12-31.
  
  Sponsored by:	Miles AS

Modified:
  head/www/node8/Makefile

Modified: head/www/node8/Makefile
==============================================================================
--- head/www/node8/Makefile	Tue Mar 10 01:38:10 2020	(r528142)
+++ head/www/node8/Makefile	Tue Mar 10 05:35:11 2020	(r528143)
@@ -13,6 +13,8 @@ COMMENT=	V8 JavaScript for client and server (8.x LTS)
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+DEPRECATED=		Node.js 8.x has reached end-of-life, see https://github.com/nodejs/Release
+EXPIRATION_DATE=	2019-12-31
 BROKEN_SSL=		libressl libressl-devel
 BROKEN_SSL_REASON=	Node.js 8.x LTS requires OpenSSL >= 1.0.2 or the BUNDLED_SSL option enabled
 ONLY_FOR_ARCHS=		aarch64 amd64 armv6 armv7 i386 powerpc64



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