[46960] trunk/base/portmgr/packaging/dpkgall.tcl

ryandesign at macports.org ryandesign at macports.org
Wed Feb 18 02:37:46 PST 2009


Revision: 46960
          http://trac.macports.org/changeset/46960
Author:   ryandesign at macports.org
Date:     2009-02-18 02:37:46 -0800 (Wed, 18 Feb 2009)
Log Message:
-----------
dpkgall.tcl: We're called MacPorts now.

Modified Paths:
--------------
    trunk/base/portmgr/packaging/dpkgall.tcl

Modified: trunk/base/portmgr/packaging/dpkgall.tcl
===================================================================
--- trunk/base/portmgr/packaging/dpkgall.tcl	2009-02-18 10:34:47 UTC (rev 46959)
+++ trunk/base/portmgr/packaging/dpkgall.tcl	2009-02-18 10:37:46 UTC (rev 46960)
@@ -44,7 +44,7 @@
 # A tar file containing full /${portprefix} directory tree, stored in:
 #	$pkgrepo/$architecture/root.tar.gz
 # The /${portprefix} directory tree must contain:
-#	DarwinPorts installation
+#	MacPorts installation
 #	dpkg
 #
 # Configuration:
@@ -85,7 +85,7 @@
 	variable logfd
 }
 
-# DarwinPorts UI Event Callbacks
+# MacPorts UI Event Callbacks
 proc ui_prefix {priority} {
     switch $priority {
         debug {
@@ -516,7 +516,7 @@
 			continue
 		}
 
-		# Re-open the port. DarwinPorts doesn't play well with multiple targets, apparently
+		# Re-open the port. MacPorts doesn't play well with multiple targets, apparently
 		dportclose $workername
 		if {[catch {set workername [dportopen $portinfo(porturl) [array get options] [array get variations] yes]} result] || $result == 1} {
 			global errorInfo
@@ -907,7 +907,7 @@
 	set pkgpath [get_pkgpath ${portname} ${portversion} ${portrevision}]
 
 	# Check if the package is available, and ensure that it has not already been
-	# installed through darwinports (bootstrap packages such as dpkg and its
+	# installed through MacPorts (bootstrap packages such as dpkg and its
 	# dependencies are always installed)
 	if {[file readable $pkgpath] && ![file exists $receiptdir/receipt.bz2]} {
 		ui_silent "Installing binary: $pkgpath"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090218/9289f9f0/attachment.html>


More information about the macports-changes mailing list