[43934] trunk/base/src/macports1.0/macports.tcl
toby at macports.org
toby at macports.org
Wed Dec 17 16:21:34 PST 2008
Revision: 43934
http://trac.macports.org/changeset/43934
Author: toby at macports.org
Date: 2008-12-17 16:21:33 -0800 (Wed, 17 Dec 2008)
Log Message:
-----------
remove dport{info,sync} ... other dport* procs are still used, it would seem
Modified Paths:
--------------
trunk/base/src/macports1.0/macports.tcl
Modified: trunk/base/src/macports1.0/macports.tcl
===================================================================
--- trunk/base/src/macports1.0/macports.tcl 2008-12-18 00:20:27 UTC (rev 43933)
+++ trunk/base/src/macports1.0/macports.tcl 2008-12-18 00:21:33 UTC (rev 43934)
@@ -1416,14 +1416,6 @@
return [file join [macports::getsourcepath $source] PortIndex]
}
-# dportsync
-# Deprecated version of the new mportsync proc, listed here as backwards
-# compatibility glue for API clients that haven't updated to the new naming
-proc dportsync {} {
- ui_warn "The dportsync proc is deprecated and will be going away soon, please use mportsync in the future!"
- mportsync
-}
-
proc mportsync {{optionslist {}}} {
global macports::sources macports::portdbpath macports::rsync_options tcl_platform
global macports::portverbose
@@ -1668,14 +1660,6 @@
return $matches
}
-# dportinfo
-# Deprecated version of the new mportinfo proc, listed here as backwards
-# compatibility glue for API clients that haven't updated to the new naming
-proc dportinfo {mport} {
- ui_warn "The dportinfo proc is deprecated and will be going away soon, please use mportinfo in the future!"
- mport info $mport
-}
-
proc mportinfo {mport} {
set workername [ditem_key $mport workername]
return [$workername eval array get PortInfo]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081217/eeb9c94b/attachment.html>
More information about the macports-changes
mailing list