svn commit: r466239 - head/www/node4
Bradley T. Hughes
bhughes at FreeBSD.org
Mon Apr 2 17:48:49 UTC 2018
Author: bhughes
Date: Mon Apr 2 17:48:48 2018
New Revision: 466239
URL: https://svnweb.freebsd.org/changeset/ports/466239
Log:
www/node4: Mark as deprecated and set expiration date
The Node.js project has set v4.x end-of-life date to 2018-04-30.
MFH: 2018Q2
Modified:
head/www/node4/Makefile
Modified: head/www/node4/Makefile
==============================================================================
--- head/www/node4/Makefile Mon Apr 2 17:41:26 2018 (r466238)
+++ head/www/node4/Makefile Mon Apr 2 17:48:48 2018 (r466239)
@@ -10,6 +10,8 @@ PKGNAMESUFFIX= 4
MAINTAINER= bhughes at FreeBSD.org
COMMENT= V8 JavaScript for client and server (4.x LTS)
+DEPRECATED= Node.js v4.x reaches end-of-life on 2018-04-30, see https://github.com/nodejs/Release
+EXPIRATION_DATE= 2018-04-30
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
More information about the svn-ports-all
mailing list