svn commit: r428091 - head

Adam Weinberger adamw at FreeBSD.org
Thu Dec 8 00:00:10 UTC 2016


Author: adamw
Date: Thu Dec  8 00:00:09 2016
New Revision: 428091
URL: https://svnweb.freebsd.org/changeset/ports/428091

Log:
  Add an entry to UPDATING about www/node becoming v7, and switching
  to www/node6 to stay on that LTS version.
  
  PR:		213948
  Submitted by:	maintainer (Bradley T. Hughes)

Modified:
  head/UPDATING

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Wed Dec  7 23:56:56 2016	(r428090)
+++ head/UPDATING	Thu Dec  8 00:00:09 2016	(r428091)
@@ -5,6 +5,21 @@ they are unavoidable.
 You should get into the habit of checking this file for changes each time
 you update your ports collection, before attempting any port upgrades.
 
+20161207:
+  AFFECTS: users of www/node
+  AUTHOR: bradleythughes at fastmail.fm
+
+  The www/node port has been updated to node.js v7.2.0, the latest
+  upstream release. A new port, www/node6, has been created for the
+  v6.x LTS branch. Users wanting to stay on v6.x can replace www/node
+  with www/node6 with one of the following commands:
+
+  # pkg set -o www/node:www/node6
+    or
+  # portmaster -o www/node6 www/node
+    or
+  # portupgrade -o www/node6 www/node
+
 20161202:
   AFFECTS: Users of textproc/p5-Search-Elasticsearch
   AUTHOR: tj at FreeBSD.org


More information about the svn-ports-head mailing list