svn commit: r301548 - head

Baptiste Daroussin bapt at FreeBSD.org
Thu Jul 26 06:39:55 UTC 2012


Author: bapt
Date: Thu Jul 26 06:39:54 2012
New Revision: 301548
URL: http://svn.freebsd.org/changeset/ports/301548

Log:
  Swap portupgrade/portmaster arguments
  
  Reported by:	jgh

Modified:
  head/UPDATING

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Thu Jul 26 06:36:51 2012	(r301547)
+++ head/UPDATING	Thu Jul 26 06:39:54 2012	(r301548)
@@ -11,9 +11,9 @@ you update your ports collection, before
 
   devel/pkg-config has been replaced by devel/pkgconf
 
-  # portmaster -o devel/pkg-config devel/pkgconf
+  # portmaster -o devel/pkgconf devel/pkg-config
   or
-  # portupgrade -o devel/pkg-config devel/pkgconf
+  # portupgrade -o devel/pkgconf devel/pkg-config
 
 20120725:
   AFFECTS: users of chinese/fcitx



More information about the svn-ports-all mailing list