diff options
author | jmmv <jmmv@pkgsrc.org> | 2005-12-31 11:33:47 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2005-12-31 11:33:47 +0000 |
commit | 6634354573c77c2f8c29a59a78fa00267543119c (patch) | |
tree | 24b24632021c499d3aeeb38ea4cd4c787895df44 | |
parent | c3de76fa9d0dd381efc618add0dd690c3149d791 (diff) | |
download | pkgsrc-6634354573c77c2f8c29a59a78fa00267543119c.tar.gz |
Update to 0.25:
Incompatible command line changes:
- 'monotone revert' now requires an argument. To revert your
entire working copy,
$ monotone revert
no longer works; instead, go to the root of your working
copy and run
$ monotone revert .
New features:
- Netsync now supports IPv6 (where OS support exists)
Bugs fixed:
- 'revert' gives feedback describing what it changes
- Database locking further tweaked, to allow more concurrent
access in situations where this is safe.
- On win32, ticker display was fixed, so that it no longer
prints a new line at each update.
- 'read' can now understand (and migrate) privkey packets
generated by monotone version 0.23 or earlier.
- 'log --diffs <files>' now prints only diffs for the given
files (previously, it would print only revisions in which
the given files changed, but would print all diffs for those
revisions).
- Win9x and WinNT 4 compatibility fixes.
New translations:
- pt_BR
-rw-r--r-- | devel/monotone/Makefile | 4 | ||||
-rw-r--r-- | devel/monotone/PLIST | 3 | ||||
-rw-r--r-- | devel/monotone/distinfo | 8 |
3 files changed, 8 insertions, 7 deletions
diff --git a/devel/monotone/Makefile b/devel/monotone/Makefile index 5a38f54a953..a3e5d963cd8 100644 --- a/devel/monotone/Makefile +++ b/devel/monotone/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2005/11/29 00:27:12 dan Exp $ +# $NetBSD: Makefile,v 1.18 2005/12/31 11:33:47 jmmv Exp $ # -DISTNAME= monotone-0.24 +DISTNAME= monotone-0.25 CATEGORIES= devel MASTER_SITES= http://www.venge.net/monotone/downloads/ diff --git a/devel/monotone/PLIST b/devel/monotone/PLIST index 2e7a05c1eda..847d5cd2d16 100644 --- a/devel/monotone/PLIST +++ b/devel/monotone/PLIST @@ -1,5 +1,6 @@ -@comment $NetBSD: PLIST,v 1.3 2005/09/30 13:18:24 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.4 2005/12/31 11:33:47 jmmv Exp $ bin/monotone man/man1/monotone.1 ${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/monotone.mo ${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/monotone.mo +${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/monotone.mo diff --git a/devel/monotone/distinfo b/devel/monotone/distinfo index 1a3b2695856..1206ab7aa55 100644 --- a/devel/monotone/distinfo +++ b/devel/monotone/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2005/11/29 00:27:12 dan Exp $ +$NetBSD: distinfo,v 1.12 2005/12/31 11:33:47 jmmv Exp $ -SHA1 (monotone-0.24.tar.gz) = 860c9bb6b06ede1c38eb8aeb058466a94832445f -RMD160 (monotone-0.24.tar.gz) = be78eb6f0e97bd8af3ed952f5a9a27494ddb2a9c -Size (monotone-0.24.tar.gz) = 5395860 bytes +SHA1 (monotone-0.25.tar.gz) = 53e0cc2b2aa7878cbef288ddd20f2d36e6aa040f +RMD160 (monotone-0.25.tar.gz) = 31dcb5983f3313c3fadb1ae32df4ea54859aad8f +Size (monotone-0.25.tar.gz) = 5415426 bytes |