[24457] branches/dp2mp-move/base/doc

source_changes at macosforge.org source_changes at macosforge.org
Tue Apr 24 11:15:09 PDT 2007


Revision: 24457
          http://trac.macosforge.org/projects/macports/changeset/24457
Author:   jmpp at macports.org
Date:     2007-04-24 11:15:09 -0700 (Tue, 24 Apr 2007)

Log Message:
-----------

Updates to configuration files, reflecting the ideas still maturing for the new distrbution scheme I want to roll out
and the new installation hierarchy.

Modified Paths:
--------------
    branches/dp2mp-move/base/doc/macports.conf.in
    branches/dp2mp-move/base/doc/sources.conf
    branches/dp2mp-move/base/doc/variants.conf

Modified: branches/dp2mp-move/base/doc/macports.conf.in
===================================================================
--- branches/dp2mp-move/base/doc/macports.conf.in	2007-04-24 18:13:40 UTC (rev 24456)
+++ branches/dp2mp-move/base/doc/macports.conf.in	2007-04-24 18:15:09 UTC (rev 24457)
@@ -2,7 +2,7 @@
 prefix			@prefix_expanded@
 
 # Where to store MacPorts working data
-portdbpath		@localstatedir_expanded@/db/dports
+portdbpath		@localstatedir_expanded@/macports
 
 # Type of storage to use for the port registry information, "flat" or "sqlite"
 # NOTE: sqlite not yet supported.
@@ -24,7 +24,7 @@
 portarchivemode		no
 
 # Where to store/retrieve ports binary archive files
-portarchivepath		@localstatedir_expanded@/db/dports/packages
+portarchivepath		@localstatedir_expanded@/macports/packages
 
 # Type of binary archive packages to create when using archive mode
 #
@@ -41,13 +41,13 @@
 portautoclean		yes
 
 # Rsync server to use
-rsync_server		rsync.darwinports.org
+rsync_server		rsync.macports.org
 
-# Rsync directory from which to pull the base/ component (infrastructure) of DP
-rsync_dir			dpupdate1/base/
+# Rsync directory from which to pull the base/ component (infrastructure) of MacPorts
+rsync_dir			release/base/
 
 # Rsync options
-rsync_options		-rtzv --delete --delete-after
+rsync_options		-rtzv --delete-after
 
 # Options for generated startup items
 # startupitem_type may be "default", "systemstarter", or "launchd";

Modified: branches/dp2mp-move/base/doc/sources.conf
===================================================================
--- branches/dp2mp-move/base/doc/sources.conf	2007-04-24 18:13:40 UTC (rev 24456)
+++ branches/dp2mp-move/base/doc/sources.conf	2007-04-24 18:15:09 UTC (rev 24457)
@@ -1,7 +1,7 @@
 # To enable your local ports repository, uncomment and customize the
 # following line to point at your local dports directory
-# Example: file:///Users/landonf/misc/MacPorts/dports
+# Example: file:///Users/landonf/misc/MacPorts/ports
 #
 # To get MacPorts from the www.macports.org rsync server use:
-# rsync://rsync.darwinports.org/dpupdate/dports
-rsync://rsync.darwinports.org/dpupdate/dports
+# rsync://rsync.macports.org/release/ports
+rsync://rsync.macports.org/release/ports

Modified: branches/dp2mp-move/base/doc/variants.conf
===================================================================
--- branches/dp2mp-move/base/doc/variants.conf	2007-04-24 18:13:40 UTC (rev 24456)
+++ branches/dp2mp-move/base/doc/variants.conf	2007-04-24 18:15:09 UTC (rev 24457)
@@ -2,8 +2,9 @@
 # customize this file to list variant settings you want.
 #
 # Be sure to uncomment/define the variants_conf setting
-# in your ports.conf or ~/.portsrc file to point to this
-# file to enable this feature.
+# in the system wide ${prefix}/etc/macports/macports.conf
+# file or in your personal ~/.macports/macports.conf to
+# point to this file to enable this feature.
 #
 # Any variants specified here that are not supported by
 # a port will just be ignored. Multiple variants can be

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


More information about the macports-changes mailing list