svn commit: r305919 - head

Bryan Drewery bdrewery at FreeBSD.org
Mon Oct 15 16:08:58 UTC 2012


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 at 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 at FreeBSD.org


More information about the svn-ports-all mailing list