From owner-svn-ports-head@FreeBSD.ORG Thu Aug 16 15:47:34 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8DE68106566C; Thu, 16 Aug 2012 15:47:34 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 25EE18FC12; Thu, 16 Aug 2012 15:47:34 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q7GFlYBr035113; Thu, 16 Aug 2012 15:47:34 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q7GFlXc9035110; Thu, 16 Aug 2012 15:47:33 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201208161547.q7GFlXc9035110@svn.freebsd.org> From: Glen Barber Date: Thu, 16 Aug 2012 15:47:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r302646 - head X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 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, 16 Aug 2012 15:47:34 -0000 Author: gjb Date: Thu Aug 16 15:47:33 2012 New Revision: 302646 URL: http://svn.freebsd.org/changeset/ports/302646 Log: Document the recent renaming of the sysutils/cfengine* ports. Discussed with: cy Approved by: eadler (mentor) Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Thu Aug 16 15:40:57 2012 (r302645) +++ head/UPDATING Thu Aug 16 15:47:33 2012 (r302646) @@ -5,6 +5,24 @@ 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. +20120816: + AFFECTS: users of sysutils/cfengine* + AUTHOR: gjb@FreeBSD.org + + The sysutils/cfengine* ports have been renamed as follows: + + o sysutils/cfengine -> sysutils/cfengine22 + o sysutils/cfengine3-legacy -> sysutils/cfengine32 + o sysutils/cfengine3 -> sysutils/cfengine33 + + Users are reminded to update the port origins, for example: + + # portmaster -o sysutils/cfengine22 sysutils/cfengine + or + # portupgrade -fo sysutils/cfengine22 sysutils/cfengine + or + # pkg set -o sysutils/cfengine:sysutils/cfengine22 + 20120815: AFFECTS: users of lang/erlang AUTHOR: olgeni@FreeBSD.org