[24687] trunk/base/src/port1.0/portsubmit.tcl

source_changes at macosforge.org source_changes at macosforge.org
Sun Apr 29 21:23:25 PDT 2007


Revision: 24687
          http://trac.macosforge.org/projects/macports/changeset/24687
Author:   jberry at macports.org
Date:     2007-04-29 21:23:25 -0700 (Sun, 29 Apr 2007)

Log Message:
-----------
port submit now displays the human readable url as well as the download url

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

Modified: trunk/base/src/port1.0/portsubmit.tcl
===================================================================
--- trunk/base/src/port1.0/portsubmit.tcl	2007-04-30 04:22:42 UTC (rev 24686)
+++ trunk/base/src/port1.0/portsubmit.tcl	2007-04-30 04:23:25 UTC (rev 24687)
@@ -215,11 +215,12 @@
 	}
 	if {[info exists result(STATUS)]} {
 		if { $result(STATUS) == 0 } {
-			if {[info exists result(URL)]} {
-				ui_msg "Submitted $portname portpkg is available for download at: $result(URL)"
+			ui_msg "$portname portpkg was submitted"
+			if {[info exists result(DOWNLOAD_URL)]} {
+				ui_msg "download URL: $result(DOWNLOAD_URL)"
 			}
-			if {[info exists result(PORTPKGURL)]} {
-				ui_msg "The human readable portpkg page is at: $result(PORTPKGURL)"
+			if {[info exists result(HUMAN_URL)]} {
+				ui_msg "human readable URL: $result(HUMAN_URL)"
 			}
 		} else {
 			return -code error [format [msgcat::mc "Status %d reported during submit of port %s"] $result(STATUS) $portname]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070429/ff387997/attachment.html


More information about the macports-changes mailing list