[41458] branches/variant-descs-14482/base
blb at macports.org
blb at macports.org
Mon Nov 3 13:58:34 PST 2008
Revision: 41458
http://trac.macports.org/changeset/41458
Author: blb at macports.org
Date: 2008-11-03 13:58:28 -0800 (Mon, 03 Nov 2008)
Log Message:
-----------
Add [default] tag and description to sources.conf
Modified Paths:
--------------
branches/variant-descs-14482/base/doc/sources.conf
branches/variant-descs-14482/base/tests/sources.conf
Modified: branches/variant-descs-14482/base/doc/sources.conf
===================================================================
--- branches/variant-descs-14482/base/doc/sources.conf 2008-11-03 21:06:35 UTC (rev 41457)
+++ branches/variant-descs-14482/base/doc/sources.conf 2008-11-03 21:58:28 UTC (rev 41458)
@@ -5,6 +5,11 @@
# the example below that points to your local ports directory:
# Example: file:///Users/landonf/misc/MacPorts/ports
+# The default MacPorts repository should always be tagged [default]
+# for proper functionality of various resources (port groups, mirror
+# sites, etc). If you switch it from the rsync:// URL, be sure to keep
+# it tagged [default].
+
# To prevent a source from synchronizing when `port sync` is used,
# append [nosync] at the end as shown in this example:
# Example: file:///Users/landonf/misc/MacPorts/ports [nosync]
@@ -16,4 +21,4 @@
# To get the ports tree from the MacPorts rsync.macports.org server use:
# rsync://rsync.macports.org/release/ports/
-rsync://rsync.macports.org/release/ports/
+rsync://rsync.macports.org/release/ports/ [default]
Modified: branches/variant-descs-14482/base/tests/sources.conf
===================================================================
--- branches/variant-descs-14482/base/tests/sources.conf 2008-11-03 21:06:35 UTC (rev 41457)
+++ branches/variant-descs-14482/base/tests/sources.conf 2008-11-03 21:58:28 UTC (rev 41458)
@@ -1,3 +1,3 @@
# To enable your local ports repository, uncomment and customize the
# following line to point at your local ports directory
-file:///tmp/macports-tests/ports
+file:///tmp/macports-tests/ports [default]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081103/7f38d5fd/attachment.html>
More information about the macports-changes
mailing list