diff options
author | cheusov <cheusov> | 2012-03-16 20:59:39 +0000 |
---|---|---|
committer | cheusov <cheusov> | 2012-03-16 20:59:39 +0000 |
commit | 133a10624a51916be3ff21445029704d822aafeb (patch) | |
tree | 57f5eda950d74a4562b829caf7045cd04ead1293 /devel/bzr-svn | |
parent | 3ddcc906564763b00d2b4a947ed21b005b45b359 (diff) | |
download | pkgsrc-133a10624a51916be3ff21445029704d822aafeb.tar.gz |
Update to 1.2.1 by request of maintainer.
Major changes:
bzr-svn 1.2.1
BUG FIXES
* Fix compatibility with bzr 2.5.0 proper. (Jelmer Vernooij)
bzr-svn 1.2.0
FEATURES
* Support fetching to colocated branches in svn-import.
(Jelmer Vernooij)
* Follow redirects when using pycurl. (Jelmer Vernooij)
* New hidden command 'bzr fix-svn-ancestry' command.
(Jelmer Vernooij)
CHANGES
* No longer supports bzr 2.3 and 2.4. (Jelmer Vernooij)
BUG FIXES
* Properly abort when the commit editor commit function fails
rather than complaining about busy connections. (Jelmer Vernooij, #890529)
* Ignore .svn directories that aren't actually svn working
copies. (Jelmer Vernooij, #862910)
* Fix find_iter_revisions when accessing repository that contains
old mapping data. (Jelmer Vernooij, #898780)
* Reset pycurl state after OPTIONS request.
(Jelmer Vernooij, Vincent Ladeuil, #774571)
Diffstat (limited to 'devel/bzr-svn')
-rw-r--r-- | devel/bzr-svn/Makefile | 7 | ||||
-rw-r--r-- | devel/bzr-svn/distinfo | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/devel/bzr-svn/Makefile b/devel/bzr-svn/Makefile index 01ca6a388a6..09933bda113 100644 --- a/devel/bzr-svn/Makefile +++ b/devel/bzr-svn/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.21 2012/03/16 04:31:16 obache Exp $ +# $NetBSD: Makefile,v 1.22 2012/03/16 20:59:39 cheusov Exp $ DISTNAME= bzr-svn-${VER} -PKGREVISION= 1 CATEGORIES= devel scm -MASTER_SITES= http://launchpad.net/bzr-svn/1.1/${VER}/+download/ +MASTER_SITES= http://launchpad.net/bzr-svn/${VER:R}/${VER}/+download/ MASTER_SITES+= http://samba.org/~jelmer/bzr/ -VER= 1.1.1 +VER= 1.2.1 MAINTAINER= ddeus.pkgsrc@mailnull.com HOMEPAGE= http://bazaar-vcs.org/BzrForeignBranches/Subversion diff --git a/devel/bzr-svn/distinfo b/devel/bzr-svn/distinfo index 7bcbf19645f..018d52d355c 100644 --- a/devel/bzr-svn/distinfo +++ b/devel/bzr-svn/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.14 2011/11/27 13:38:40 cheusov Exp $ +$NetBSD: distinfo,v 1.15 2012/03/16 20:59:39 cheusov Exp $ -SHA1 (bzr-svn-1.1.1.tar.gz) = eb2f13ec2fd078bf4590a0002a842279f6b13187 -RMD160 (bzr-svn-1.1.1.tar.gz) = fb009de7e6c13ecfc6686716b0383d47af2d2760 -Size (bzr-svn-1.1.1.tar.gz) = 292162 bytes +SHA1 (bzr-svn-1.2.1.tar.gz) = 905309b9cf48e9798d21d46b32493925f0c7d37f +RMD160 (bzr-svn-1.2.1.tar.gz) = 954d0cc1eef97c3befdd9d9f4869f4f70c23dd93 +Size (bzr-svn-1.2.1.tar.gz) = 296523 bytes |