summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2011-07-22 14:17:37 +0000
committerobache <obache@pkgsrc.org>2011-07-22 14:17:37 +0000
commit8770e503fbac2ddadd010d70e9e118b5cd360b2d (patch)
treef65764b14c0594692564d45122ab5ac557d08391 /devel
parent32088705e470d53f5a7a1a12cc605ca023d4acb9 (diff)
downloadpkgsrc-8770e503fbac2ddadd010d70e9e118b5cd360b2d.tar.gz
Update bzr-svn to 1.0.2, for compatible with bzr-2.1.
bzr-svn 1.0.2 2010-01-22 BUG FIXES * Cope with Google code Subversion repositories a bit better in the layout detection code. (Jelmer Vernooij) * Push tags when pushing to a new repository. (Jelmer Vernooij, #459444) * Cope with non-ascii URLs. * During connect. (#456548, Jelmer Vernooij) * During repository creation. (#458008, Jelmer Vernooij) * Cope with non-ascii characters in svn author names. (#460392, Jelmer Vernooij) * Fix expected URL in Repository.__repr__ tests that sometimes causes troubles if the temporary directory contains special characters. (John Szakmeister, #460899) * Cope with pushing new non-mainline revisions. (Jelmer Vernooij, #416328) * Support probing for Subversion repositories over existing HTTP transports using pycurl. (Jelmer Vernooij, #424626) * Show Subversion revno and uuid in "bzr version-info". (Jelmer Vernooij, #490771) * Properly handle invalid Subversion revision numbers. (Jelmer Vernooij, #504376) PERFORMANCE * When updating the log cache, fetch from newest to oldest revision as the Subversion database backends are optimized for this. (John Szakmeister) * Fetch history information newest revision to oldest revision because of speed. (John Szakmeister, #453789) * Add extra constraints in sqlite database. (Jelmer Vernooij) FEATURES * New variant of the 'trunk' layout named 'trunk-variable' that accepts branches with any level of nesting, at some performance cost. (Jelmer Vernooij) bzr-svn 1.0.1 2009-10-20 BUG FIXES * Mark as compatible with Bazaar 2.1. (Jelmer Vernooij) * Only use tdb if Tdb.get is there. (Jelmer Vernooij, #440211) * Cope with xdg_cache_home sometimes containing unicode. (Jelmer Vernooij) * Provide right infrastructure for bzrlib.tests.per_foreign_vcs. (Jelmer Vernooij)
Diffstat (limited to 'devel')
-rw-r--r--devel/bzr-svn/Makefile29
-rw-r--r--devel/bzr-svn/PLIST3
-rw-r--r--devel/bzr-svn/distinfo8
3 files changed, 21 insertions, 19 deletions
diff --git a/devel/bzr-svn/Makefile b/devel/bzr-svn/Makefile
index f0621b539cf..e63a572b96b 100644
--- a/devel/bzr-svn/Makefile
+++ b/devel/bzr-svn/Makefile
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.17 2010/12/06 13:57:28 gdt Exp $
+# $NetBSD: Makefile,v 1.18 2011/07/22 14:17:37 obache Exp $
DISTNAME= bzr-svn-${VER}
-PKGREVISION= 1
CATEGORIES= devel scm
MASTER_SITES= http://launchpad.net/bzr-svn/1.0/${VER}/+download/
MASTER_SITES+= http://samba.org/~jelmer/bzr/
-VER= 1.0.0
+VER= 1.0.2
MAINTAINER= jan.m.danielsson@gmail.com
HOMEPAGE= http://bazaar-vcs.org/BzrForeignBranches/Subversion
@@ -14,23 +13,25 @@ LICENSE= gnu-gpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
-DEPENDS+= ${SQLITE_DEP}
-DEPENDS+= bzr>=1.11{,nb[0-9]*}:../../devel/bzr
+DEPENDS+= bzr>=2.0:../../devel/bzr
DEPENDS+= ${PYPKGPREFIX}-subvertpy>=0.6.1:../../devel/py-subvertpy
+.include "../../lang/python/pyversion.mk"
+
+.if ${PYVERSSUFFIX} == "2.4"
+DEPENDS= ${PYPKGPREFIX}-sqlite2>=2.3.5:../../databases/py-sqlite2
+.else
+DEPENDS= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
+.endif
+
# for make test
USE_TOOLS+= gmake
-PYDISTUTILSPKG= yes
# NOTE: This must run in a UTF-8 locale, e.g. LC_TYPE=en_US.utf8 make test
-TEST_TARGET= check-verbose
+#TEST_DEPENDS+= ${PYPKGPREFIX}-testtools-[0-9]*:../../devel/py-testtools
+#TEST_DEPENDS+= ${PYPKGPREFIX}-paramiko-[0-9]*:../../security/py-paramiko
+#TEST_TARGET= check-verbose
.include "../../devel/bzr/plugin.mk"
-.include "../../lang/python/extension.mk"
+.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"
-
-.if ${PYVERSSUFFIX} == "2.5" || ${PYVERSSUFFIX} == "2.6"
-SQLITE_DEP= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
-.else
-SQLITE_DEP= ${PYPKGPREFIX}-sqlite2>=2.3.5:../../databases/py-sqlite2
-.endif
diff --git a/devel/bzr-svn/PLIST b/devel/bzr-svn/PLIST
index 3468b376e20..b3eae36b91b 100644
--- a/devel/bzr-svn/PLIST
+++ b/devel/bzr-svn/PLIST
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST,v 1.9 2009/09/09 05:45:08 epg Exp $
+@comment $NetBSD: PLIST,v 1.10 2011/07/22 14:17:37 obache Exp $
+${PYSITELIB}/bzr_svn-${PKGVERSION}-py2.6.egg-info
${PYSITELIB}/bzrlib/plugins/svn/__init__.py
${PYSITELIB}/bzrlib/plugins/svn/__init__.pyc
${PYSITELIB}/bzrlib/plugins/svn/__init__.pyo
diff --git a/devel/bzr-svn/distinfo b/devel/bzr-svn/distinfo
index d3595f0bfb1..2493264327c 100644
--- a/devel/bzr-svn/distinfo
+++ b/devel/bzr-svn/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2009/10/11 18:36:41 epg Exp $
+$NetBSD: distinfo,v 1.13 2011/07/22 14:17:37 obache Exp $
-SHA1 (bzr-svn-1.0.0.tar.gz) = 4e744524711201b6689bacd51b1d4017ac296dca
-RMD160 (bzr-svn-1.0.0.tar.gz) = 284c2a23a0a74d54ef5950e00c09e6e878cc7dc4
-Size (bzr-svn-1.0.0.tar.gz) = 249860 bytes
+SHA1 (bzr-svn-1.0.2.tar.gz) = 7438c2be443fbfeab9bc88c582b4a1f46effecb1
+RMD160 (bzr-svn-1.0.2.tar.gz) = 996e96ac3cab3efa5f12baa34b68c265361cc153
+Size (bzr-svn-1.0.2.tar.gz) = 251988 bytes