summaryrefslogtreecommitdiff
path: root/devel/monotone
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2005-03-21 22:50:20 +0000
committerjmmv <jmmv@pkgsrc.org>2005-03-21 22:50:20 +0000
commit217587786811549f24c728a7cce78007f6ae3f0b (patch)
tree8f565605e4b5a7f6454080ffcf7f03612fb90e24 /devel/monotone
parent81d96486262117503d1164e9d5b933581de2f674 (diff)
downloadpkgsrc-217587786811549f24c728a7cce78007f6ae3f0b.tar.gz
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>. - now uses sqlite3, thanks to Christof Petig <christof@petig-baender.de>. - removes most former size limitations - "restrictions" support, thanks to Derek Scherger <derek@echologic.com>. - 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>. win32 is once again fully and natively supported. - many bug fixes - several incompatible changes: see file UPGRADE for migration information
Diffstat (limited to 'devel/monotone')
-rw-r--r--devel/monotone/Makefile8
-rw-r--r--devel/monotone/distinfo8
2 files changed, 8 insertions, 8 deletions
diff --git a/devel/monotone/Makefile b/devel/monotone/Makefile
index 21c8acfbde4..6c1e04413a2 100644
--- a/devel/monotone/Makefile
+++ b/devel/monotone/Makefile
@@ -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 @@ COMMENT= Free distributed version control system
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 @@ CONFIGURE_ARGS+= --disable-ipv6
.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 --git a/devel/monotone/distinfo b/devel/monotone/distinfo
index bcca1bfea81..cb55a305cd2 100644
--- a/devel/monotone/distinfo
+++ b/devel/monotone/distinfo
@@ -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