diff options
author | epg <epg@pkgsrc.org> | 2008-11-08 02:51:23 +0000 |
---|---|---|
committer | epg <epg@pkgsrc.org> | 2008-11-08 02:51:23 +0000 |
commit | 80f89df9f7c75f9bf1ec1902ca0c9140b8c6563c (patch) | |
tree | 6ad80de86532bbed9ffbe7da0d168bdce46f769d /devel | |
parent | b1407d81f4b240ad06ef988a6c811e67714079f0 (diff) | |
download | pkgsrc-80f89df9f7c75f9bf1ec1902ca0c9140b8c6563c.tar.gz |
bzr-svn 0.4.14 2008-11-03
BUG FIXES
* Fix compatibility with Bazaar 1.9. (#279444)
* Cope with pushing files changed into directories. (#277369)
* Don't assume root path can't change; Microsoft's CodePlex site
does this. (#278930)
* Fix python2.6 deprecation warnings. (#292306)
* Ignore with tags that happen to be files. (#290664)
bzr-svn 0.4.13 2008-09-24
pkgsrc changes
* Add patch-aa to support bzr 1.8 without warnings.
BUG FIXES
* Fix compatibility with Subversion 1.4 on Windows.
* Fix bug modifying set of right hand side revisions during fetch. (#264740)
* Fix linking against Subversion 1.5 on Windows. (#263570)
* Avoid NoneType error when no revisions to push in "bzr dpush". (#267484)
* Properly convert errors raised when starting a commit. (#267899)
* Fix compatibility with Bazaar 1.7.
FEATURES
* Add support for using Apple keychain.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/bzr-svn/Makefile | 7 | ||||
-rw-r--r-- | devel/bzr-svn/distinfo | 8 |
2 files changed, 8 insertions, 7 deletions
diff --git a/devel/bzr-svn/Makefile b/devel/bzr-svn/Makefile index 8a27b51f684..07a368e4bb4 100644 --- a/devel/bzr-svn/Makefile +++ b/devel/bzr-svn/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.3 2008/09/06 20:54:32 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2008/11/08 02:51:23 epg Exp $ DISTNAME= bzr-svn-${VER} -PKGREVISION= 1 +#PKGREVISION= 1 CATEGORIES= devel scm MASTER_SITES= http://launchpad.net/bzr-svn/0.4/${VER}/+download/ -VER= 0.4.12 +VER= 0.4.14 MAINTAINER= epg@NetBSD.org HOMEPAGE= http://bazaar-vcs.org/BzrForeignBranches/Subversion @@ -13,6 +13,7 @@ COMMENT= Foreign Subversion repositoriy support for Bazaar PKG_DESTDIR_SUPPORT= user-destdir DEPENDS+= ${SQLITE_DEP} +DEPENDS+= bzr-1.9:../../devel/bzr # for make test USE_TOOLS+= gmake diff --git a/devel/bzr-svn/distinfo b/devel/bzr-svn/distinfo index e48808d32de..4937ee7b72a 100644 --- a/devel/bzr-svn/distinfo +++ b/devel/bzr-svn/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2008/09/04 22:44:01 epg Exp $ +$NetBSD: distinfo,v 1.3 2008/11/08 02:51:23 epg Exp $ -SHA1 (bzr-svn-0.4.12.tar.gz) = fd785e2f87f326dc8f37a50ec13582583df08b3f -RMD160 (bzr-svn-0.4.12.tar.gz) = 9b697ed178928e447c7ba04d33d5e49462fd52f3 -Size (bzr-svn-0.4.12.tar.gz) = 219324 bytes +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 |