svn commit: r305995 - head

Bryan Drewery bdrewery at FreeBSD.org
Tue Oct 16 23:57:53 UTC 2012


Author: bdrewery
Date: Tue Oct 16 23:57:52 2012
New Revision: 305995
URL: http://svn.freebsd.org/changeset/ports/305995

Log:
  - Clarify portupgrade/portmaster pkgng conversion entries
  
  Feature safe:	yes

Modified:
  head/UPDATING

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Tue Oct 16 23:09:10 2012	(r305994)
+++ head/UPDATING	Tue Oct 16 23:57:52 2012	(r305995)
@@ -14,6 +14,9 @@ you update your ports collection, before
   database. Also see UPDATING entry 20121010 if you are on a recent CURRENT
   and do not want to use pkg.
 
+  This is optional and not currently required.
+
+  # make -C /usr/ports/ports-mgmt/pkg install clean
   # make -C /usr/ports/ports-mgmt/portmaster config build deinstall install clean
   # echo 'WITH_PKGNG=yes' >> /etc/make.conf
   # pkg2ng
@@ -25,6 +28,9 @@ you update your ports collection, before
   Portupgrade now supports pkgng. To use pkgng, enable it in your make.conf,
   and convert your databases.
 
+  This is optional and not currently required.
+
+  # make -C /usr/ports/ports-mgmt/pkg install clean
   # echo 'WITH_PKGNG=yes' >> /etc/make.conf
   # pkg2ng
   # pkgdb -fu


More information about the svn-ports-all mailing list