svn commit: r311837 - head

Bryan Drewery bdrewery at FreeBSD.org
Thu Feb 7 14:20:54 UTC 2013


Author: bdrewery
Date: Thu Feb  7 14:20:53 2013
New Revision: 311837
URL: http://svnweb.freebsd.org/changeset/ports/311837

Log:
  - portupgrade needs the -O flag here due to a
    bug in how it processes the missing tcl-modules
    dependency
  
  Reported by:	gahr

Modified:
  head/UPDATING

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Thu Feb  7 14:19:48 2013	(r311836)
+++ head/UPDATING	Thu Feb  7 14:20:53 2013	(r311837)
@@ -75,7 +75,7 @@ you update your ports collection, before
         portmaster -w -r <port>
 
   If you use portupgrade:
-        portupgrade -fr <origin/port>
+        portupgrade -Ofr <origin/port>
 
   If you use pkgng with binary packages:
         pkg install -fR <origin/port>


More information about the svn-ports-head mailing list