pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/monotone Update to 0.17:
details: https://anonhg.NetBSD.org/pkgsrc/rev/27b3abb69fcc
branches: trunk
changeset: 491131:27b3abb69fcc
user: jmmv <jmmv%pkgsrc.org@localhost>
date: Mon Mar 21 22:50:20 2005 +0000
description:
Update to 0.17:
0.17 release. bug fixes and features.
- many, many robustness improvements
- more careful checking everywhere
- much more thorough test suite
- all revisions subject to careful checks before
entering database
- not yet fully optimized; "pull" may be very
slow and use lots of cpu
- support for "epochs", to safely manage future
rebuilds, hash migration, etc.
- new "db check" command, thanks to Derek Scherger
<derek%echologic.com@localhost>.
- now uses sqlite3, thanks to Christof Petig
<christof%petig-baender.de@localhost>.
- removes most former size limitations
- "restrictions" support, thanks to Derek Scherger
<derek%echologic.com@localhost>.
- most commands now take a list of files to limit
their actions to
- monotone can now be run from anywhere in the working
directory (not just the root)
- new command "monotone setup" required to create a
working directory for a new project
- important security fix -- don't use shell when calling
external merge commands.
- format change for "MT/options", ".mt-attrs"; you may have to
edit these files
- new command "attr" for managing .mt-attrs.
- builds merkle tries in-memory -- netsync starts up many times faster
- start of new "automate" interface, for shell scripts and others.
- new command "cdiff": generates context diffs.
- remove most of now-obsolete manifest/file cert support.
- 60+ new integration tests.
- many portability fixes
- in particular, major win32 cleanups, thanks to Jon
Bright <jon%siliconcircus.com@localhost>. win32 is once again
fully and natively supported.
- many bug fixes
- several incompatible changes: see file UPGRADE for migration information
diffstat:
devel/monotone/Makefile | 8 ++++----
devel/monotone/distinfo | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)
diffs (44 lines):
diff -r bf933d7f2d9f -r 27b3abb69fcc devel/monotone/Makefile
--- a/devel/monotone/Makefile Mon Mar 21 22:40:35 2005 +0000
+++ b/devel/monotone/Makefile Mon Mar 21 22:50:20 2005 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2005/02/26 22:50:24 jmmv Exp $
+# $NetBSD: Makefile,v 1.6 2005/03/21 22:50:20 jmmv Exp $
#
-DISTNAME= monotone-0.16
-PKGREVISION= 1
+DISTNAME= monotone-0.17
CATEGORIES= devel
MASTER_SITES= http://www.venge.net/monotone/
@@ -13,6 +12,7 @@
GCC_REQD+= 3.0
GNU_CONFIGURE= yes
INFO_FILES= monotone.info
+UNLIMIT_RESOURCES+= datasize
USE_BUILDLINK3= yes
USE_GNU_TOOLS+= make
USE_LANGUAGES= c c++
@@ -33,7 +33,7 @@
.endif
.include "../../converters/libiconv/buildlink3.mk"
-.include "../../databases/sqlite/buildlink3.mk"
+.include "../../databases/sqlite3/buildlink3.mk"
.include "../../devel/boost-libs/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/popt/buildlink3.mk"
diff -r bf933d7f2d9f -r 27b3abb69fcc devel/monotone/distinfo
--- a/devel/monotone/distinfo Mon Mar 21 22:40:35 2005 +0000
+++ b/devel/monotone/distinfo Mon Mar 21 22:50:20 2005 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2005/02/23 22:24:21 agc Exp $
+$NetBSD: distinfo,v 1.5 2005/03/21 22:50:20 jmmv Exp $
-SHA1 (monotone-0.16.tar.gz) = 674dd66ca3ac55fadacf26d05b48d0c64ce27e08
-RMD160 (monotone-0.16.tar.gz) = cf59d85d24b6428888a533b07ffcf372ea4ab0fb
-Size (monotone-0.16.tar.gz) = 3438625 bytes
+SHA1 (monotone-0.17.tar.gz) = 22a4f55a433e3584d66519eb3cff37174ffdc9d5
+RMD160 (monotone-0.17.tar.gz) = ba20f00ed73565f0299ab18f8282a232a542ddd0
+Size (monotone-0.17.tar.gz) = 4001679 bytes
Home |
Main Index |
Thread Index |
Old Index