summaryrefslogtreecommitdiff
path: root/devel/bzr-svn
diff options
context:
space:
mode:
authorepg <epg@pkgsrc.org>2009-05-16 15:21:04 +0000
committerepg <epg@pkgsrc.org>2009-05-16 15:21:04 +0000
commit9d0616bda4f5d089c1fe1fe058d57d42a66a419e (patch)
tree6e665112ddb3bba0755bfdca2b260ccdf3d1de43 /devel/bzr-svn
parentfa0efef60304d061837fe0973cc158b09d01522b (diff)
downloadpkgsrc-9d0616bda4f5d089c1fe1fe058d57d42a66a419e.tar.gz
bzr-svn 0.5.4 2009-04-08
BUG FIXES * Ignore spurious commits setting tags to the same revision. (#342824) * Fix compatibility with Python2.4. * Improve error message if subvertpy can't be found. (#345067) * Cope with spaces in branch paths. (#348439) * Properly deal with pointless commits when branching the repository root. (#348786) * dpush no longer sets custom bzr revision properties. (#351292) * Re-use passwords that have been prompted earlier. (#331073) * Fix compatibility with Bazaar 1.14. FEATURES * A new content filter "svn-keywords" is now supported and behaves like the svn:keywords Subversion file property. * Keywords and end of line properties in svn working copies are now honored. (#81463) * Support override-svn-revprops = svn:author=author to allow svn:author to be set to the author of a pushed revision rather than the committer. (#342979)
Diffstat (limited to 'devel/bzr-svn')
-rw-r--r--devel/bzr-svn/Makefile4
-rw-r--r--devel/bzr-svn/PLIST11
-rw-r--r--devel/bzr-svn/distinfo8
3 files changed, 16 insertions, 7 deletions
diff --git a/devel/bzr-svn/Makefile b/devel/bzr-svn/Makefile
index 55cb66491d9..81c37c32082 100644
--- a/devel/bzr-svn/Makefile
+++ b/devel/bzr-svn/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.11 2009/03/18 06:06:12 epg Exp $
+# $NetBSD: Makefile,v 1.12 2009/05/16 15:21:04 epg Exp $
DISTNAME= bzr-svn-${VER}
#PKGREVISION= 1
CATEGORIES= devel scm
MASTER_SITES= http://launchpad.net/bzr-svn/0.5/${VER}/+download/
MASTER_SITES+= http://samba.org/~jelmer/bzr/
-VER= 0.5.3
+VER= 0.5.4
MAINTAINER= epg@NetBSD.org
HOMEPAGE= http://bazaar-vcs.org/BzrForeignBranches/Subversion
diff --git a/devel/bzr-svn/PLIST b/devel/bzr-svn/PLIST
index ac2b8e8c9d3..b334287831c 100644
--- a/devel/bzr-svn/PLIST
+++ b/devel/bzr-svn/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2009/03/18 06:06:12 epg Exp $
+@comment $NetBSD: PLIST,v 1.5 2009/05/16 15:21:04 epg Exp $
${PYSITELIB}/bzrlib/plugins/svn/__init__.py
${PYSITELIB}/bzrlib/plugins/svn/__init__.pyc
${PYSITELIB}/bzrlib/plugins/svn/__init__.pyo
@@ -56,6 +56,9 @@ ${PYSITELIB}/bzrlib/plugins/svn/foreign/versionedfiles.pyo
${PYSITELIB}/bzrlib/plugins/svn/format.py
${PYSITELIB}/bzrlib/plugins/svn/format.pyc
${PYSITELIB}/bzrlib/plugins/svn/format.pyo
+${PYSITELIB}/bzrlib/plugins/svn/keywords.py
+${PYSITELIB}/bzrlib/plugins/svn/keywords.pyc
+${PYSITELIB}/bzrlib/plugins/svn/keywords.pyo
${PYSITELIB}/bzrlib/plugins/svn/layout/__init__.py
${PYSITELIB}/bzrlib/plugins/svn/layout/__init__.pyc
${PYSITELIB}/bzrlib/plugins/svn/layout/__init__.pyo
@@ -98,6 +101,9 @@ ${PYSITELIB}/bzrlib/plugins/svn/parents.pyo
${PYSITELIB}/bzrlib/plugins/svn/push.py
${PYSITELIB}/bzrlib/plugins/svn/push.pyc
${PYSITELIB}/bzrlib/plugins/svn/push.pyo
+${PYSITELIB}/bzrlib/plugins/svn/pycompat.py
+${PYSITELIB}/bzrlib/plugins/svn/pycompat.pyc
+${PYSITELIB}/bzrlib/plugins/svn/pycompat.pyo
${PYSITELIB}/bzrlib/plugins/svn/remote.py
${PYSITELIB}/bzrlib/plugins/svn/remote.pyc
${PYSITELIB}/bzrlib/plugins/svn/remote.pyo
@@ -176,6 +182,9 @@ ${PYSITELIB}/bzrlib/plugins/svn/tests/test_fetch.pyo
${PYSITELIB}/bzrlib/plugins/svn/tests/test_fileids.py
${PYSITELIB}/bzrlib/plugins/svn/tests/test_fileids.pyc
${PYSITELIB}/bzrlib/plugins/svn/tests/test_fileids.pyo
+${PYSITELIB}/bzrlib/plugins/svn/tests/test_keywords.py
+${PYSITELIB}/bzrlib/plugins/svn/tests/test_keywords.pyc
+${PYSITELIB}/bzrlib/plugins/svn/tests/test_keywords.pyo
${PYSITELIB}/bzrlib/plugins/svn/tests/test_layout.py
${PYSITELIB}/bzrlib/plugins/svn/tests/test_layout.pyc
${PYSITELIB}/bzrlib/plugins/svn/tests/test_layout.pyo
diff --git a/devel/bzr-svn/distinfo b/devel/bzr-svn/distinfo
index d8221a6f6c8..3c40a77d081 100644
--- a/devel/bzr-svn/distinfo
+++ b/devel/bzr-svn/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2009/03/18 06:06:12 epg Exp $
+$NetBSD: distinfo,v 1.9 2009/05/16 15:21:04 epg Exp $
-SHA1 (bzr-svn-0.5.3.tar.gz) = a342a6db41d92e2594ae0feaddf85a8dbed41fa6
-RMD160 (bzr-svn-0.5.3.tar.gz) = b78139565af8c25179a1cdaa4a736113ea6d1e50
-Size (bzr-svn-0.5.3.tar.gz) = 235595 bytes
+SHA1 (bzr-svn-0.5.4.tar.gz) = 021e5f32fd0b61c62555840640036730aa56ec9d
+RMD160 (bzr-svn-0.5.4.tar.gz) = 6f032425e4f74c769c08ba4b25a5f652a718bd2a
+Size (bzr-svn-0.5.4.tar.gz) = 241978 bytes