[88666] trunk/base/src/port/port.tcl

raimue at macports.org raimue at macports.org
Sat Jan 7 03:14:16 PST 2012


Revision: 88666
          http://trac.macports.org/changeset/88666
Author:   raimue at macports.org
Date:     2012-01-07 03:14:16 -0800 (Sat, 07 Jan 2012)
Log Message:
-----------
Run rev-upgrade after install as dependencies might have been upgraded

Modified Paths:
--------------
    trunk/base/src/port/port.tcl

Modified: trunk/base/src/port/port.tcl
===================================================================
--- trunk/base/src/port/port.tcl	2012-01-07 11:13:28 UTC (rev 88665)
+++ trunk/base/src/port/port.tcl	2012-01-07 11:14:16 UTC (rev 88666)
@@ -3915,6 +3915,11 @@
     
     if {$status != 0} {
         print_tickets_url
+    } elseif {$action == "install"} {
+        array set options $opts
+        if {![info exists options(ports_nodeps)] && ![info exists options(ports_install_no-rev-upgrade)]} {
+            set status [action_revupgrade $action $portlist $opts]
+        }
     }
     
     return $status
@@ -4154,6 +4159,7 @@
     space       {{units 1}}
     activate    {no-exec}
     deactivate  {no-exec}
+    install     {no-rev-upgrade}
     uninstall   {follow-dependents follow-dependencies no-exec}
     variants    {index}
     clean       {all dist work logs}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120107/e7b3910d/attachment.html>


More information about the macports-changes mailing list