[129718] trunk/base/src/port/port.tcl

khindenburg at macports.org khindenburg at macports.org
Thu Dec 18 18:36:55 PST 2014


Revision: 129718
          https://trac.macports.org/changeset/129718
Author:   khindenburg at macports.org
Date:     2014-12-18 18:36:55 -0800 (Thu, 18 Dec 2014)
Log Message:
-----------
base: do not add @macports.org to no|openmaintainer output (larryv provided this better code)

Modified Paths:
--------------
    trunk/base/src/port/port.tcl

Modified: trunk/base/src/port/port.tcl
===================================================================
--- trunk/base/src/port/port.tcl	2014-12-19 02:16:13 UTC (rev 129717)
+++ trunk/base/src/port/port.tcl	2014-12-19 02:36:55 UTC (rev 129718)
@@ -686,7 +686,7 @@
         if {[string first "@" $m] < 0} {
             if {[string first ":" $m] >= 0} {
                 set m [regsub -- "(.*):(.*)" $m "\\2@\\1"] 
-            } else {
+            } elseif {$m ne "openmaintainer" && $m ne "nomaintainer"} {
                 set m "$m at macports.org"
             }
         }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141218/b2de916d/attachment.html>


More information about the macports-changes mailing list