From owner-svn-ports-all@FreeBSD.ORG Tue May 28 15:54:10 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 2557A6A8; Tue, 28 May 2013 15:54:10 +0000 (UTC) (envelope-from swills@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 18AC239C; Tue, 28 May 2013 15:54:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4SFs9kC035451; Tue, 28 May 2013 15:54:09 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4SFs9Z9035450; Tue, 28 May 2013 15:54:09 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201305281554.r4SFs9Z9035450@svn.freebsd.org> From: Steve Wills Date: Tue, 28 May 2013 15:54:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r319317 - 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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 May 2013 15:54:10 -0000 Author: swills Date: Tue May 28 15:54:09 2013 New Revision: 319317 URL: http://svnweb.freebsd.org/changeset/ports/319317 Log: - Hopefully final update to the note about ruby, this way seems to work better Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Tue May 28 15:15:05 2013 (r319316) +++ head/UPDATING Tue May 28 15:54:09 2013 (r319317) @@ -19,10 +19,7 @@ you update your ports collection, before If you use portupgrade: # portupgrade -f lang/ruby18 # portupgrade -f lang/ruby19 # if you have it installed - # make -C /usr/ports/ports-mgmt/portupgrade build deinstall install clean - # rm -f /var/db/pkg/pkgdb.db /usr/ports/INDEX*.db - # pkgdb -uf - # portsdb -uf + # portupgrade -f ports-mgmt/portupgrade # portupgrade -x ruby-1.8.\* -fr lang/ruby18 After these steps are complete, you can pkg_delete ruby 1.8 if you