From owner-svn-ports-head@FreeBSD.ORG Mon Oct 15 16:08:58 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 51846324; Mon, 15 Oct 2012 16:08:58 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 38A698FC0C; Mon, 15 Oct 2012 16:08:58 +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 q9FG8wVl023579; Mon, 15 Oct 2012 16:08:58 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9FG8wMx023577; Mon, 15 Oct 2012 16:08:58 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201210151608.q9FG8wMx023577@svn.freebsd.org> From: Bryan Drewery Date: Mon, 15 Oct 2012 16:08:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305919 - 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: Mon, 15 Oct 2012 16:08:58 -0000 Author: bdrewery Date: Mon Oct 15 16:08:57 2012 New Revision: 305919 URL: http://svn.freebsd.org/changeset/ports/305919 Log: Add note on rebuilding pkgdb for portupgrade+pkgng Feature safe: yes Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Mon Oct 15 16:02:12 2012 (r305918) +++ head/UPDATING Mon Oct 15 16:08:57 2012 (r305919) @@ -5,6 +5,17 @@ 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. +20121015: + AFFECTS: users of ports-mgmt/portupgrade + AUTHOR: bdrewery@FreeBSD.org + + Portupgrade now support pkgng. To use pkgng, enable it in your make.conf, + and convert your databases. + + # echo 'WITH_PKGNG=yes' >> /etc/make.conf + # pkg2ng + # pkgdb -fu + 20121010: AFFECTS: users of mail/enigmail* AUTHOR: gecko@FreeBSD.org