From owner-svn-ports-head@FreeBSD.ORG Sun Jul 15 22:28:52 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 5BE06106566B; Sun, 15 Jul 2012 22:28:52 +0000 (UTC) (envelope-from beat@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 471F48FC08; Sun, 15 Jul 2012 22:28:52 +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 q6FMSqog079030; Sun, 15 Jul 2012 22:28:52 GMT (envelope-from beat@svn.freebsd.org) Received: (from beat@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q6FMSqlI079028; Sun, 15 Jul 2012 22:28:52 GMT (envelope-from beat@svn.freebsd.org) Message-Id: <201207152228.q6FMSqlI079028@svn.freebsd.org> From: Beat Gaetzi Date: Sun, 15 Jul 2012 22:28:52 +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: r300903 - 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: Sun, 15 Jul 2012 22:28:52 -0000 Author: beat Date: Sun Jul 15 22:28:51 2012 New Revision: 300903 URL: http://svn.freebsd.org/changeset/ports/300903 Log: - Add a note about the switch from CVS to Subversion Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Sun Jul 15 22:09:45 2012 (r300902) +++ head/UPDATING Sun Jul 15 22:28:51 2012 (r300903) @@ -5,6 +5,13 @@ 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. +20120716: + AFFECTS: Nobody + AUTHOR: beat@FreeBSD.org + + The FreeBSD ports tree switched from CVS to Subversion. A Subversion + to CVS exporter is in place to continue the support of CVSup. + 20120709: AFFECTS: users of math/metis AUTHOR: bf@FreeBSD.org