[78939] branches/gsoc11-statistics/base/src/macports1.0/macports.tcl

derek at macports.org derek at macports.org
Fri May 27 11:16:17 PDT 2011


Revision: 78939
          http://trac.macports.org/changeset/78939
Author:   derek at macports.org
Date:     2011-05-27 11:16:17 -0700 (Fri, 27 May 2011)
Log Message:
-----------
Added stats_participate global variable. This will hold the value of
stats_participate from macports.conf

Modified Paths:
--------------
    branches/gsoc11-statistics/base/src/macports1.0/macports.tcl

Modified: branches/gsoc11-statistics/base/src/macports1.0/macports.tcl
===================================================================
--- branches/gsoc11-statistics/base/src/macports1.0/macports.tcl	2011-05-27 18:15:01 UTC (rev 78938)
+++ branches/gsoc11-statistics/base/src/macports1.0/macports.tcl	2011-05-27 18:16:17 UTC (rev 78939)
@@ -47,7 +47,7 @@
         mp_remote_url mp_remote_submit_url configureccache ccache_dir ccache_size configuredistcc configurepipe buildnicevalue buildmakejobs \
         applications_dir frameworks_dir developer_dir universal_archs build_arch macosx_deployment_target \
         macportsuser proxy_override_env proxy_http proxy_https proxy_ftp proxy_rsync proxy_skip \
-        master_site_local patch_site_local archive_site_local"
+        master_site_local patch_site_local archive_site_local stats_participate"
     variable user_options "submitter_name submitter_email submitter_key"
     variable portinterp_options "\
         portdbpath porturl portpath portbuildpath auto_path prefix prefix_frozen portsharepath \
@@ -454,6 +454,7 @@
     global macports::rsync_options
     global macports::rsync_server
     global macports::variants_conf
+    global macports::stats_participate
     global macports::xcodebuildcmd
     global macports::xcodeversion
     global macports::configureccache
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110527/991860b8/attachment.html>


More information about the macports-changes mailing list