Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Mar 2019 22:57:26 +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: r495982 - head/www/node6
Message-ID:  <201903162257.x2GMvQNP010283@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bhughes
Date: Sat Mar 16 22:57:25 2019
New Revision: 495982
URL: https://svnweb.freebsd.org/changeset/ports/495982

Log:
  www/node6: add deprecation notice
  
  Node.js 6.x LTS reaches end-of-life on 2019-04-30, see
  https://github.com/nodejs/Release
  
  Sponsored by:	Miles AS

Modified:
  head/www/node6/Makefile

Modified: head/www/node6/Makefile
==============================================================================
--- head/www/node6/Makefile	Sat Mar 16 22:55:26 2019	(r495981)
+++ head/www/node6/Makefile	Sat Mar 16 22:57:25 2019	(r495982)
@@ -15,6 +15,8 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BROKEN_SSL=		openssl111 libressl libressl-devel
 BROKEN_SSL_REASON=	Node.js 6.x LTS requires OpenSSL 1.0.2 or the BUNDLED_SSL option enabled
+DEPRECATED=		Node.js 6.x LTS reaches end-of-life on 2019-04-30, see https://github.com/nodejs/Release
+EXPIRATION_DATE=	2019-04-30
 ONLY_FOR_ARCHS=		amd64 armv6 armv7 i386 powerpc64
 
 OPTIONS_DEFINE=		BUNDLED_SSL DOCS NLS DTRACE



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