[127845] trunk/base/src/port1.0/portinstall.tcl

jmr at macports.org jmr at macports.org
Wed Nov 5 00:14:43 PST 2014


Revision: 127845
          https://trac.macports.org/changeset/127845
Author:   jmr at macports.org
Date:     2014-11-05 00:14:43 -0800 (Wed, 05 Nov 2014)
Log Message:
-----------
remove unused global declarations in portinstall

Modified Paths:
--------------
    trunk/base/src/port1.0/portinstall.tcl

Modified: trunk/base/src/port1.0/portinstall.tcl
===================================================================
--- trunk/base/src/port1.0/portinstall.tcl	2014-11-05 06:39:28 UTC (rev 127844)
+++ trunk/base/src/port1.0/portinstall.tcl	2014-11-05 08:14:43 UTC (rev 127845)
@@ -78,10 +78,9 @@
 
 proc portinstall::create_archive {location archive.type} {
     global workpath destpath portpath subport version revision portvariants \
-           epoch os.platform PortInfo installPlist \
+           epoch PortInfo installPlist \
            archive.env archive.cmd archive.pre_args archive.args \
-           archive.post_args archive.dir \
-           depends_fetch depends_extract depends_build depends_lib depends_run
+           archive.post_args archive.dir depends_lib depends_run
     set archive.env {}
     set archive.cmd {}
     set archive.pre_args {}
@@ -309,10 +308,8 @@
 }
 
 proc portinstall::install_main {args} {
-    global subport version portpath categories description long_description \
-    homepage depends_run package-install workdir workpath \
-    worksrcdir UI_PREFIX destroot revision maintainers user_options \
-    portvariants negated_variants targets depends_lib PortInfo epoch license \
+    global subport version portpath depends_run revision user_options \
+    portvariants negated_variants depends_lib PortInfo epoch \
     os.platform os.major portarchivetype installPlist registry.path porturl
 
     set oldpwd [pwd]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141105/77d9cea2/attachment-0001.html>


More information about the macports-changes mailing list