diff options
author | gdt <gdt> | 2010-12-04 01:21:06 +0000 |
---|---|---|
committer | gdt <gdt> | 2010-12-04 01:21:06 +0000 |
commit | e6f0a1bf81147fb9568a383d9d7c24299cc05f0f (patch) | |
tree | eb8422cd4f7df3349bc8d3a9c2e8f5251a027258 /devel/bzr/Makefile | |
parent | 1f8723a64840616dae422c94a4ebc5f4710f10c0 (diff) | |
download | pkgsrc-e6f0a1bf81147fb9568a383d9d7c24299cc05f0f.tar.gz |
Upgrade to 2.1.1, from Jan Danielsson in private email.
Work has gone in to reducing memory usage in the 2.1 series.
This is a small bugfix release. Upgrading is recommended for anyone
running 2.1.0 or earlier.
Bugfixes:
* Avoid malloc(0) in patiencediff, which is non-portable.
* Fix stub sftp test server to call os.getcwdu().
* Merge correctly when this_tree is not a WorkingTree.
* Warn if pyrex is too old to compile the new SimpleSet and StaticTuple
extensions, rather than having the build fail randomly.
Diffstat (limited to 'devel/bzr/Makefile')
-rw-r--r-- | devel/bzr/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/bzr/Makefile b/devel/bzr/Makefile index b76a357cf09..66a0b89ff50 100644 --- a/devel/bzr/Makefile +++ b/devel/bzr/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.49 2010/06/01 13:31:40 tnn Exp $ +# $NetBSD: Makefile,v 1.50 2010/12/04 01:21:06 gdt Exp $ DISTNAME= bzr-${VER} CATEGORIES= devel scm -MASTER_SITES= http://launchpad.net/bzr/2.0/${VER}/+download/ -VER= 2.0.3 +MASTER_SITES= http://launchpad.net/bzr/2.1/${VER}/+download/ +VER= 2.1.1 MAINTAINER= epg@NetBSD.org HOMEPAGE= http://bazaar-vcs.org/ |