svn commit: r528143 - head/www/node8

Bradley T. Hughes bhughes at FreeBSD.org
Tue Mar 10 05:35:14 UTC 2020


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


More information about the svn-ports-all mailing list