Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Feb 2013 14:20:54 +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: r311837 - head
Message-ID:  <201302071420.r17EKsXS077664@svn.freebsd.org>

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



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