[25176] branches/dp2mp-move/base/Makefile.in

source_changes at macosforge.org source_changes at macosforge.org
Tue May 15 08:38:49 PDT 2007


Revision: 25176
          http://trac.macosforge.org/projects/macports/changeset/25176
Author:   jmpp at macports.org
Date:     2007-05-15 08:38:48 -0700 (Tue, 15 May 2007)

Log Message:
-----------
Add the trailing slash to our rsync based ports tree when upgrading the sources.conf file.

Modified Paths:
--------------
    branches/dp2mp-move/base/Makefile.in

Modified: branches/dp2mp-move/base/Makefile.in
===================================================================
--- branches/dp2mp-move/base/Makefile.in	2007-05-15 14:48:12 UTC (rev 25175)
+++ branches/dp2mp-move/base/Makefile.in	2007-05-15 15:38:48 UTC (rev 25176)
@@ -83,7 +83,7 @@
 # New default values for the base and ports trees are inserted into the macports.conf and sources.conf configuration files.
 	sed "s/dpupdate1\/base\//release\/base\//g" ${mpconfigdir}/macports.conf > ${mpconfigdir}/macports.conf.tmp && \
 	mv -v ${mpconfigdir}/macports.conf.tmp ${mpconfigdir}/macports.conf
-	sed "s/dpupdate\/dports/release\/ports/g" ${mpconfigdir}/sources.conf > ${mpconfigdir}/sources.conf.tmp && \
+	sed "s/dpupdate\/dports/release\/ports\//g" ${mpconfigdir}/sources.conf > ${mpconfigdir}/sources.conf.tmp && \
 	mv -v ${mpconfigdir}/sources.conf.tmp ${mpconfigdir}/sources.conf
 
 

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


More information about the macports-changes mailing list