diff options
author | epg <epg@pkgsrc.org> | 2008-11-11 05:05:11 +0000 |
---|---|---|
committer | epg <epg@pkgsrc.org> | 2008-11-11 05:05:11 +0000 |
commit | d6672ba7f1658a37274e24074c7f0f59e394d2e5 (patch) | |
tree | 4b4ed0c7f2094c820d6d14d84d5c0579e753dd39 /devel | |
parent | 891b016008b6d107209cedda48847d272e24e43e (diff) | |
download | pkgsrc-d6672ba7f1658a37274e24074c7f0f59e394d2e5.tar.gz |
bzr-svn 0.4.15 2008-11-10
BUG FIXES
* Ignore tags that happen to be files (another instance). (#290664)
* Support copying from files with spaces in their names over http. (#268304)
* Fix knit corruption because text revisions weren't stored properly. (#277043)
* Cope with file properties being modified by other parties than
bzr-svn. (#295284)
* Fix erroneous call to object.__init__() causing issues with Python2.6.
* Don't take over when pulling from WebDAV source (without Subversion)
(#274840)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/bzr-svn/Makefile | 5 | ||||
-rw-r--r-- | devel/bzr-svn/distinfo | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/devel/bzr-svn/Makefile b/devel/bzr-svn/Makefile index 07a368e4bb4..f4959d633ba 100644 --- a/devel/bzr-svn/Makefile +++ b/devel/bzr-svn/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.4 2008/11/08 02:51:23 epg Exp $ +# $NetBSD: Makefile,v 1.5 2008/11/11 05:05:11 epg Exp $ DISTNAME= bzr-svn-${VER} #PKGREVISION= 1 CATEGORIES= devel scm MASTER_SITES= http://launchpad.net/bzr-svn/0.4/${VER}/+download/ -VER= 0.4.14 +MASTER_SITES+= http://samba.org/~jelmer/bzr/ +VER= 0.4.15 MAINTAINER= epg@NetBSD.org HOMEPAGE= http://bazaar-vcs.org/BzrForeignBranches/Subversion diff --git a/devel/bzr-svn/distinfo b/devel/bzr-svn/distinfo index 4937ee7b72a..ebb019672af 100644 --- a/devel/bzr-svn/distinfo +++ b/devel/bzr-svn/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2008/11/08 02:51:23 epg Exp $ +$NetBSD: distinfo,v 1.4 2008/11/11 05:05:11 epg Exp $ -SHA1 (bzr-svn-0.4.14.tar.gz) = 810711b6d0938866dd7b01cf0c6ca16e421a22d6 -RMD160 (bzr-svn-0.4.14.tar.gz) = 303b686872a594747f8372a94c0e3c4cf52625fb -Size (bzr-svn-0.4.14.tar.gz) = 220387 bytes +SHA1 (bzr-svn-0.4.15.tar.gz) = 4341d62f8cde5994fda3398b118a561d503354d6 +RMD160 (bzr-svn-0.4.15.tar.gz) = 2cb29d26209218a32a8805739d6e6715b3268165 +Size (bzr-svn-0.4.15.tar.gz) = 222472 bytes |