From owner-svn-ports-head@FreeBSD.ORG Thu Jan 10 23:56:34 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 8E568946; Thu, 10 Jan 2013 23:56:34 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 7DB241D2; Thu, 10 Jan 2013 23:56:34 +0000 (UTC) Received: from svn.freebsd.org (svn.FreeBSD.org [8.8.178.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r0ANuY3P079589; Thu, 10 Jan 2013 23:56:34 GMT (envelope-from wblock@svn.freebsd.org) Received: (from wblock@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r0ANuYDl079587; Thu, 10 Jan 2013 23:56:34 GMT (envelope-from wblock@svn.freebsd.org) Message-Id: <201301102356.r0ANuYDl079587@svn.freebsd.org> From: Warren Block Date: Thu, 10 Jan 2013 23:56:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r310211 - 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.14 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, 10 Jan 2013 23:56:34 -0000 Author: wblock (doc committer) Date: Thu Jan 10 23:56:33 2013 New Revision: 310211 URL: http://svnweb.freebsd.org/changeset/ports/310211 Log: The looming asteroid of obsolescence is fast approaching the planet of CVSup. Warn the population. Reviewed by: eadler Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Thu Jan 10 23:42:53 2013 (r310210) +++ head/UPDATING Thu Jan 10 23:56:33 2013 (r310211) @@ -5,6 +5,20 @@ 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. +20130110: + AFFECTS: everyone using csup(1), net/cvsup, or cvs(1) to update the + ports tree + AUTHOR: wblock@FreeBSD.org + + On February 28, 2013, the CVSup and CVS services will end: + http://lists.freebsd.org/pipermail/freebsd-ports-announce/2012-September/000026.html + + csup(1), net/cvsup, and cvs(1) will no longer be able to update the + ports tree. Please switch to one of the alternate update methods of + portsnap(8) or devel/subversion before that time. The Handbook has + information on using these update methods: + http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports-using.html + 20130108: AFFECTS: users of devel/libvanessa_socket, mail/perdition AUTHOR: jhale@FreeBSD.org