[152442] trunk/base/src/port/portindex.tcl

jmr at macports.org jmr at macports.org
Fri Sep 9 01:46:43 PDT 2016


Revision: 152442
          https://trac.macports.org/changeset/152442
Author:   jmr at macports.org
Date:     2016-09-09 01:46:43 -0700 (Fri, 09 Sep 2016)
Log Message:
-----------
skip warning about ports tree being over 2 weeks old when generating PortIndex locally

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

Modified: trunk/base/src/port/portindex.tcl
===================================================================
--- trunk/base/src/port/portindex.tcl	2016-09-09 08:30:48 UTC (rev 152441)
+++ trunk/base/src/port/portindex.tcl	2016-09-09 08:46:43 UTC (rev 152442)
@@ -12,7 +12,7 @@
 set stats(total) 0
 set stats(failed) 0
 set stats(skipped) 0
-array set ui_options        [list]
+array set ui_options        [list ports_no_old_index_warning 1]
 array set global_options    [list]
 array set global_variations [list]
 set port_options            [list]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160909/3f99feeb/attachment.html>


More information about the macports-changes mailing list