svn commit: r414582 - in head/www: node010 node012

Kurt Jaeger pi at FreeBSD.org
Wed May 4 05:45:56 UTC 2016


Author: pi
Date: Wed May  4 05:45:55 2016
New Revision: 414582
URL: https://svnweb.freebsd.org/changeset/ports/414582

Log:
  www/node010: deprecate, expires at 2016-10-01
  www/node012: deprecate, expires at 2017-04-01
  
  Upstream signals that those will run out of support:
    https://nodejs.org/en/blog/release/v6.0.0/#what-about-node-js-v0-10-and-v0-12
  Dates taken from long-term support schedule:
    https://github.com/nodejs/LTS#lts_schedule
  
  PR:		209214
  Submitted by:	Bradley T. Hughes <bradleythughes at fastmail.fm> (maintainer)

Modified:
  head/www/node010/Makefile
  head/www/node012/Makefile

Modified: head/www/node010/Makefile
==============================================================================
--- head/www/node010/Makefile	Wed May  4 05:34:57 2016	(r414581)
+++ head/www/node010/Makefile	Wed May  4 05:45:55 2016	(r414582)
@@ -10,6 +10,8 @@ PKGNAMESUFFIX=	010
 
 MAINTAINER=	bradleythughes at fastmail.fm
 COMMENT=	V8 JavaScript for client and server
+DEPRECATED=	Upstream has placed 0.10.x in maintenance mode, see https://github.com/nodejs/LTS#lts_schedule
+EXPIRATION_DATE=	2016-10-01
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE

Modified: head/www/node012/Makefile
==============================================================================
--- head/www/node012/Makefile	Wed May  4 05:34:57 2016	(r414581)
+++ head/www/node012/Makefile	Wed May  4 05:45:55 2016	(r414582)
@@ -10,6 +10,8 @@ PKGNAMESUFFIX=	012
 
 MAINTAINER=	bradleythughes at fastmail.fm
 COMMENT=	V8 JavaScript for client and server
+DEPRECATED=	Upstream has placed 0.12.x in maintenance mode, see https://github.com/nodejs/LTS#lts_schedule
+EXPIRATION_DATE=	2017-04-01
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE


More information about the svn-ports-head mailing list