[Lunar-commits] <moonbase> bzr: version bump to 2.1.0
Zachary McGrew
zmcgrew at lunar-linux.org
Sat Feb 20 08:34:25 CET 2010
commit 87cca0004fa5931ad46ac0a05c43e37f9f654ae7
Author: Zachary McGrew <zmcgrew at lunar-linux.org>
Date: Fri Feb 19 23:34:25 2010 -0800
bzr: version bump to 2.1.0
Add a new optional_depends for paramiko which is needed for sftp support
2.1.0 brings with it:
Better efficiency
New command options
Per-file merge hooks
DWIM revision identifiers
New ignore patterns
Smart server home directory support
Generalized glob support on Windows
Improved Git and Mercurial interoperability
Metaprojects
Colocated branch workspaces
Better documentation
Enhanced GUI clients
---
devel/bzr/DEPENDS | 2 ++
devel/bzr/DETAILS | 8 ++++----
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/devel/bzr/DEPENDS b/devel/bzr/DEPENDS
index 3d3f9a6..3e20a33 100644
--- a/devel/bzr/DEPENDS
+++ b/devel/bzr/DEPENDS
@@ -1 +1,3 @@
depends Python
+
+optional_depends paramiko "" "" "For sftp support"
diff --git a/devel/bzr/DETAILS b/devel/bzr/DETAILS
index b7381b3..3d11481 100644
--- a/devel/bzr/DETAILS
+++ b/devel/bzr/DETAILS
@@ -1,12 +1,12 @@
MODULE=bzr
- VERSION=2.0.4
- MAJOR=2.0
+ VERSION=2.1.0
+ MAJOR=2.1
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=http://launchpad.net/bzr/$MAJOR/$VERSION/+download
- SOURCE_VFY=sha1:5f2c8558aceef2a790b1e65b1fa48577582446cd
+ SOURCE_VFY=sha1:cc7137c657d7918e833e64d77a267f8162d3a05d
WEB_SITE=http://bazaar-vcs.org/
ENTERED=20050415
- UPDATED=20100210
+ UPDATED=20100219
MAINTAINER=tchan at lunar-linux.org
SHORT="next generation distributed version control"
More information about the Lunar-commits
mailing list