From owner-svn-ports-head@freebsd.org Thu Dec 8 00:00:10 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 38B28C6C52F; Thu, 8 Dec 2016 00:00:10 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0881A1EB5; Thu, 8 Dec 2016 00:00:09 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uB8009Mk038583; Thu, 8 Dec 2016 00:00:09 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uB8009tO038582; Thu, 8 Dec 2016 00:00:09 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201612080000.uB8009tO038582@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Thu, 8 Dec 2016 00:00:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428091 - head X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Dec 2016 00:00:10 -0000 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@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@FreeBSD.org