[25439] branches/dp2mp-move/base/src/port1.0/portsubmit.tcl

source_changes at macosforge.org source_changes at macosforge.org
Mon May 21 22:34:24 PDT 2007


Revision: 25439
          http://trac.macosforge.org/projects/macports/changeset/25439
Author:   jmpp at macports.org
Date:     2007-05-21 22:34:23 -0700 (Mon, 21 May 2007)

Log Message:
-----------
Merging jberry's r25145: Steal a trick from boeyms; join lists in long_description for a smoother flow in submitted packages..

Modified Paths:
--------------
    branches/dp2mp-move/base/src/port1.0/portsubmit.tcl

Modified: branches/dp2mp-move/base/src/port1.0/portsubmit.tcl
===================================================================
--- branches/dp2mp-move/base/src/port1.0/portsubmit.tcl	2007-05-22 05:32:32 UTC (rev 25438)
+++ branches/dp2mp-move/base/src/port1.0/portsubmit.tcl	2007-05-22 05:34:23 UTC (rev 25439)
@@ -150,7 +150,7 @@
 			putel $sd revision $revision
 			
 			putel $sd description $description
-			putel $sd long_description $long_description
+			putel $sd long_description [join $long_description]
 		
 			# TODO: variants has platforms in it
 			if {[info exists PortInfo(variants)]} {

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


More information about the macports-changes mailing list