Changeset 25782
- Timestamp:
- 06/01/07 11:02:49 (18 months ago)
- Files:
-
- 1 modified
-
branches/dp2mp-move/base/Makefile.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/dp2mp-move/base/Makefile.in
r25776 r25782 72 72 ## 3) new MacPorts rsync server; 73 73 ## 4) new default value for the base tree; 74 ## 5) stray quotes are removed from the value of the rsync_options key in old conf files; 75 ## 6) references to the old ports.conf(5) man page are updated to the new macports.conf(5) page; 76 ## 7) finally, move remaining instances of any form of our new name (which by this time should only remain in comments, if at all) to our new name. 74 ## 5) new default value for trunk's base sources for users who have it (some do); 75 ## 6) stray quotes are removed from the value of the rsync_options key in old conf files; 76 ## 7) references to the old ports.conf(5) man page are updated to the new macports.conf(5) page; 77 ## 8) finally, move remaining instances of any form of our new name (which by this time should only remain in comments, if at all) to our new name. 77 78 [ ! -f ${sysconfdir}/macports/macports.conf ] || { \ 78 79 [ -f ${sysconfdir}/macports/macports.conf.mpsaved ] || cp -v ${sysconfdir}/macports/macports.conf ${sysconfdir}/macports/macports.conf.mpsaved; \ … … 84 85 mv -v ${sysconfdir}/macports/macports.conf.tmp ${sysconfdir}/macports/macports.conf; \ 85 86 sed 's/dpupdate1\/base/release\/base/g' ${sysconfdir}/macports/macports.conf > ${sysconfdir}/macports/macports.conf.tmp && \ 87 mv -v ${sysconfdir}/macports/macports.conf.tmp ${sysconfdir}/macports/macports.conf; \ 88 sed 's/dpupdate\/base\/\{0,1\}/trunk\/base\//g' ${sysconfdir}/macports/macports.conf > ${sysconfdir}/macports/macports.conf.tmp && \ 86 89 mv -v ${sysconfdir}/macports/macports.conf.tmp ${sysconfdir}/macports/macports.conf; \ 87 90 sed '/^rsync_options/s/"\(.*\)"/\1/' ${sysconfdir}/macports/macports.conf > ${sysconfdir}/macports/macports.conf.tmp && \

