Bring the ChangeLog up to speed with respect to all the recent commits: merge https://trac.macports.org/changeset/25004, https://trac.macports.org/changeset/25007, https://trac.macports.org/changeset/25025 and https://trac.macports.org/changeset/25033 from tunk. Entire branch is again in sycn with trunk and there are only a couple of things left to upgrade to the MacPorts namespace. Other than that, code is just about ready and all that's left is testing and testing the branch.

git-svn-id: https://svn.macports.org/repository/macports/branches/dp2mp-move/base@25073 d073be05-634f-4543-b044-5fe20cf6d1d6
This commit is contained in:
Juan Manuel Palacios
2007-05-13 07:14:47 +00:00
parent 71a36d2e77
commit 70db3dcec6
+13
View File
@@ -6,6 +6,19 @@
(unreleased):
- Evaluate variants at dportopen instead of dportexec. This ensures that
the portfile represents the proper information if queried before targets
are executed. It also prevents variants from being executed twice if multiple
targets are executed separately on the portfile (ticket #11296, eridius r25033).
- Fix copy and move commands (eridius r25024).
- Passing multiple arguments to $option-delete now works as expected
(ticket #11929, eridius r25006).
- fs-traverse no longer follows symlinks specified on the root. This fixes
the incorrect behaviour of delete seen in #11862 (eridius r25003).
- Remove bundled xar. (jberry r24913).
- Tighten checking of port name in depspecs. neither + nor / is allowed.