Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Oct 2012 16:08:58 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r305919 - head
Message-ID:  <201210151608.q9FG8wMx023577@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210151608.q9FG8wMx023577>