[67269] trunk/base/src/port1.0

jmr at macports.org jmr at macports.org
Mon May 3 17:31:30 PDT 2010


Revision: 67269
          http://trac.macports.org/changeset/67269
Author:   jmr at macports.org
Date:     2010-05-03 17:31:27 -0700 (Mon, 03 May 2010)
Log Message:
-----------
list targets in execution order when calling target_requires

Modified Paths:
--------------
    trunk/base/src/port1.0/portactivate.tcl
    trunk/base/src/port1.0/portbuild.tcl
    trunk/base/src/port1.0/portconfigure.tcl
    trunk/base/src/port1.0/portdestroot.tcl
    trunk/base/src/port1.0/portinstall.tcl
    trunk/base/src/port1.0/porttest.tcl

Modified: trunk/base/src/port1.0/portactivate.tcl
===================================================================
--- trunk/base/src/port1.0/portactivate.tcl	2010-05-04 00:23:23 UTC (rev 67268)
+++ trunk/base/src/port1.0/portactivate.tcl	2010-05-04 00:31:27 UTC (rev 67269)
@@ -41,9 +41,9 @@
 target_state ${org.macports.activate} no
 target_provides ${org.macports.activate} activate
 if {[option portarchivemode] == "yes"} {
-    target_requires ${org.macports.activate} main archivefetch unarchive fetch extract checksum patch configure build destroot archive install
+    target_requires ${org.macports.activate} main archivefetch unarchive fetch checksum extract patch configure build destroot archive install
 } else {
-    target_requires ${org.macports.activate} main fetch extract checksum patch configure build destroot install
+    target_requires ${org.macports.activate} main fetch checksum extract patch configure build destroot install
 }
 target_prerun ${org.macports.activate} portactivate::activate_start
 

Modified: trunk/base/src/port1.0/portbuild.tcl
===================================================================
--- trunk/base/src/port1.0/portbuild.tcl	2010-05-04 00:23:23 UTC (rev 67268)
+++ trunk/base/src/port1.0/portbuild.tcl	2010-05-04 00:31:27 UTC (rev 67269)
@@ -35,7 +35,7 @@
 
 set org.macports.build [target_new org.macports.build portbuild::build_main]
 target_provides ${org.macports.build} build
-target_requires ${org.macports.build} main fetch extract checksum patch configure
+target_requires ${org.macports.build} main fetch checksum extract patch configure
 target_prerun ${org.macports.build} portbuild::build_start
 
 namespace eval portbuild {

Modified: trunk/base/src/port1.0/portconfigure.tcl
===================================================================
--- trunk/base/src/port1.0/portconfigure.tcl	2010-05-04 00:23:23 UTC (rev 67268)
+++ trunk/base/src/port1.0/portconfigure.tcl	2010-05-04 00:31:27 UTC (rev 67269)
@@ -36,7 +36,7 @@
 
 set org.macports.configure [target_new org.macports.configure portconfigure::configure_main]
 target_provides ${org.macports.configure} configure
-target_requires ${org.macports.configure} main fetch extract checksum patch
+target_requires ${org.macports.configure} main fetch checksum extract patch
 target_prerun ${org.macports.configure} portconfigure::configure_start
 
 namespace eval portconfigure {

Modified: trunk/base/src/port1.0/portdestroot.tcl
===================================================================
--- trunk/base/src/port1.0/portdestroot.tcl	2010-05-04 00:23:23 UTC (rev 67268)
+++ trunk/base/src/port1.0/portdestroot.tcl	2010-05-04 00:31:27 UTC (rev 67269)
@@ -36,7 +36,7 @@
 
 set org.macports.destroot [target_new org.macports.destroot portdestroot::destroot_main]
 target_provides ${org.macports.destroot} destroot
-target_requires ${org.macports.destroot} main fetch extract checksum patch configure build
+target_requires ${org.macports.destroot} main fetch checksum extract patch configure build
 target_prerun ${org.macports.destroot} portdestroot::destroot_start
 target_postrun ${org.macports.destroot} portdestroot::destroot_finish
 

Modified: trunk/base/src/port1.0/portinstall.tcl
===================================================================
--- trunk/base/src/port1.0/portinstall.tcl	2010-05-04 00:23:23 UTC (rev 67268)
+++ trunk/base/src/port1.0/portinstall.tcl	2010-05-04 00:31:27 UTC (rev 67269)
@@ -39,9 +39,9 @@
 target_provides ${org.macports.install} install
 target_runtype ${org.macports.install} always
 if {[option portarchivemode] == "yes"} {
-    target_requires ${org.macports.install} main archivefetch unarchive fetch extract checksum patch configure build destroot archive
+    target_requires ${org.macports.install} main archivefetch unarchive fetch checksum extract patch configure build destroot archive
 } else {
-    target_requires ${org.macports.install} main fetch extract checksum patch configure build destroot
+    target_requires ${org.macports.install} main fetch checksum extract patch configure build destroot
 }
 target_prerun ${org.macports.install} portinstall::install_start
 

Modified: trunk/base/src/port1.0/porttest.tcl
===================================================================
--- trunk/base/src/port1.0/porttest.tcl	2010-05-04 00:23:23 UTC (rev 67268)
+++ trunk/base/src/port1.0/porttest.tcl	2010-05-04 00:31:27 UTC (rev 67269)
@@ -7,7 +7,7 @@
 
 set org.macports.test [target_new org.macports.test porttest::test_main]
 target_provides ${org.macports.test} test
-target_requires ${org.macports.test} main fetch extract checksum patch configure build
+target_requires ${org.macports.test} main fetch checksum extract patch configure build
 target_prerun ${org.macports.test} porttest::test_start
 
 namespace eval porttest {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100503/91c0b99e/attachment-0001.html>


More information about the macports-changes mailing list