summaryrefslogtreecommitdiff
path: root/devel/monotone
diff options
context:
space:
mode:
authorjmmv <jmmv>2010-03-15 09:51:32 +0000
committerjmmv <jmmv>2010-03-15 09:51:32 +0000
commita407eb63f3d8b82df4fa3dc09caa72e1f51d26d4 (patch)
treee108516da6e116fb54149483eb1fa324866ed578 /devel/monotone
parent05e96233ad810f801ef7951bc9532196ac39e8d5 (diff)
downloadpkgsrc-a407eb63f3d8b82df4fa3dc09caa72e1f51d26d4.tar.gz
Update monotone to 0.47:
Changes - The default '<unknown>' author used by the git_export command has changed to 'Unknown <unknown>' and must be changed in existing author map files. The old '<unknown>' author will be rejected by the new validate_git_author lua hook. - The 'git_export' command now validates all git author and committer values using a new 'validate_git_author' lua hook before they are written to the output stream. The export will fail if any value is rejected by this hook. - The 'git_export' command now calls a new 'unmapped_git_author' lua hook for all git author values not found in the author map file. The default implementation of this hook attempts to produce valid git authors using several default pattern replacements. - The 'get_date_format_spec' lua hook now has an additional parameter which hints at the wanted format (f.e. a short date or a long date time). The default implementation now returns '%x' for short and long dates, '%X' for short and long times (currently unused) and '%x %X' for short and long date times. - The options '--date-format' and '--no-format-dates' are no longer specific to the 'log' command, but can now be used globally. - monotone now prompts only three times for a key password. New features - Added portuguese translation (thanks to Américo Monteiro) Bugs fixed - 'passphrase' now allows an empty new password to be given (fixes monotone bug #28809) - 'automate remote' and 'automate remote_stdio' no longer require an existing database (fixes monotone bug #28885) - monotone no longer throws an exception on Windows if it is interrupted (^C); a couple of other bug have been fixed for this platform as well which generally improve the compatibility. - The annotation of 'annotate' is now localized. - The various occurrences where a revision is described by its certs now come with proper localized date output. - Fix problems with newer Lua versions especially when LUA_COMPAT_VARARG not set. Other - Roster handling has been sped up significantly, and roster cache performance has been fixed for the case of overly large rosters. This should be mostly noticable when digging through history (especially initial pulls, since those send so many revisions), and be more noticable for projects with larger trees. The most significant internal change from this is that rosters and marking_maps are now copy-on-write. A longer overview of the internal changes is at: http://lists.gnu.org/archive/html/monotone-devel/2010-02/msg00043.html - Improve the compatibility with newer Botan versions.
Diffstat (limited to 'devel/monotone')
-rw-r--r--devel/monotone/Makefile6
-rw-r--r--devel/monotone/PLIST3
-rw-r--r--devel/monotone/distinfo8
3 files changed, 9 insertions, 8 deletions
diff --git a/devel/monotone/Makefile b/devel/monotone/Makefile
index 3964f94eb6c..0573b33249b 100644
--- a/devel/monotone/Makefile
+++ b/devel/monotone/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.61 2010/03/02 20:01:23 jmmv Exp $
+# $NetBSD: Makefile,v 1.62 2010/03/15 09:51:32 jmmv Exp $
#
-DISTNAME= monotone-0.46
+DISTNAME= monotone-0.47
CATEGORIES= devel scm
-MASTER_SITES= http://monotone.ca/downloads/0.46/
+MASTER_SITES= http://monotone.ca/downloads/0.47/
MAINTAINER= jmmv@NetBSD.org
HOMEPAGE= http://monotone.ca/
diff --git a/devel/monotone/PLIST b/devel/monotone/PLIST
index 5bb9781eeef..fcc60549252 100644
--- a/devel/monotone/PLIST
+++ b/devel/monotone/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.20 2010/01/18 13:27:51 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.21 2010/03/15 09:51:32 jmmv Exp $
bin/mtn
bin/mtnopt
info/monotone.info
@@ -31,6 +31,7 @@ share/doc/monotone/texinfo.css
share/locale/de/LC_MESSAGES/monotone.mo
share/locale/es/LC_MESSAGES/monotone.mo
share/locale/it/LC_MESSAGES/monotone.mo
+share/locale/pt/LC_MESSAGES/monotone.mo
share/locale/sv/LC_MESSAGES/monotone.mo
share/monotone/contrib/ChangeLog.sh
share/monotone/contrib/Monotone.pm
diff --git a/devel/monotone/distinfo b/devel/monotone/distinfo
index 9f691a83b29..8892b38b2a0 100644
--- a/devel/monotone/distinfo
+++ b/devel/monotone/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.42 2010/01/18 13:27:51 jmmv Exp $
+$NetBSD: distinfo,v 1.43 2010/03/15 09:51:32 jmmv Exp $
-SHA1 (monotone-0.46.tar.gz) = 2b498c30f91b741e45bc34f8cb5faf135e97976d
-RMD160 (monotone-0.46.tar.gz) = a8f09fc58d09f2144aef3d5f3a333a5cd4555c7b
-Size (monotone-0.46.tar.gz) = 4568806 bytes
+SHA1 (monotone-0.47.tar.gz) = a901c9e1a7dd1138c30483934bbf5f02945c2d2f
+RMD160 (monotone-0.47.tar.gz) = 8473366009542ea334ccfabba813f43d0bc89404
+Size (monotone-0.47.tar.gz) = 4698647 bytes