diff options
author | bjs <bjs@pkgsrc.org> | 2007-12-14 08:58:00 +0000 |
---|---|---|
committer | bjs <bjs@pkgsrc.org> | 2007-12-14 08:58:00 +0000 |
commit | d9fbcc92ced7417ff4a7539b5348ec1cf309de24 (patch) | |
tree | c278e7b7f7ff67261bd0df2328fafd2cae5252ca /devel/monotone/PLIST | |
parent | 20001e28d5047acc373f0e04efe32191eab0cbe1 (diff) | |
download | pkgsrc-d9fbcc92ced7417ff4a7539b5348ec1cf309de24.tar.gz |
Update to version 0.38. Fix one line of post-install target to allow
for DESTDIR support. Also, patch-ab is no longer necessary; patch-aa
is merely a one-liner now.
Changes since 0.37:
Changes
- mtn log now prints a single dot for a project's root
directory instead of an empty string.
- mtn now warns if changes to a file will be ignored because
the file has been deleted on one side of a merge.
- mtn now errors if your chosen private key doesn't match the public
key of the same name in your database.
- mtn now checks for your key before a merge action takes place to
ensure that any manually merged file isn't lost in an error case
Bugs fixed
- a bug introduced in 0.37 prevented an external merger from being
executed unless the MTN_MERGE environment variable was set
- mtn read successfully reads revision data, and cert packets again
- mtn consistently supports certs with empty values
(fixed 'ls certs' and 'read')
Internal
- Update Botan to 1.7.2.
- Moved the gzip implementation out of the Botan directory.
Other
- Added the scripts of the following Lua-based contributed
Monotone extension commands to contrib/command/:
"mtn base", "mtn fuse", "mtn revision", "mtn conflicts".
- Added a hooks version of the contributed ciabot script,
contrib/ciabot_monotone_hookversion.lua
- The monotone manual is now licensed under the GPL rather than
the GFDL.
Diffstat (limited to 'devel/monotone/PLIST')
-rw-r--r-- | devel/monotone/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/monotone/PLIST b/devel/monotone/PLIST index 13c9ed42159..c605e74b929 100644 --- a/devel/monotone/PLIST +++ b/devel/monotone/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.14 2007/10/26 14:08:24 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.15 2007/12/14 08:58:00 bjs Exp $ bin/mtn info/monotone.info share/doc/monotone/figures/branch-heads.png @@ -31,6 +31,7 @@ share/locale/sv/LC_MESSAGES/monotone.mo share/monotone/contrib/Monotone.pm share/monotone/contrib/README share/monotone/contrib/ciabot_monotone.py +share/monotone/contrib/ciabot_monotone_hookversion.lua share/monotone/contrib/ciabot_monotone_hookversion.py share/monotone/contrib/color-logs.conf share/monotone/contrib/color-logs.sh |