2012-10-31 12:16:30 +01:00
|
|
|
# $NetBSD: Makefile,v 1.25 2012/10/31 11:16:44 asau Exp $
|
2008-08-26 03:44:50 +02:00
|
|
|
|
|
|
|
DISTNAME= bzr-svn-${VER}
|
|
|
|
CATEGORIES= devel scm
|
2012-03-16 21:59:39 +01:00
|
|
|
MASTER_SITES= http://launchpad.net/bzr-svn/${VER:R}/${VER}/+download/
|
2008-11-11 06:05:11 +01:00
|
|
|
MASTER_SITES+= http://samba.org/~jelmer/bzr/
|
2012-03-16 21:59:39 +01:00
|
|
|
VER= 1.2.1
|
2008-08-26 03:44:50 +02:00
|
|
|
|
2011-11-27 14:38:40 +01:00
|
|
|
MAINTAINER= ddeus.pkgsrc@mailnull.com
|
2008-08-26 03:44:50 +02:00
|
|
|
HOMEPAGE= http://bazaar-vcs.org/BzrForeignBranches/Subversion
|
2009-09-09 07:45:08 +02:00
|
|
|
COMMENT= Foreign Subversion repository support for Bazaar
|
|
|
|
LICENSE= gnu-gpl-v2
|
2008-08-26 03:44:50 +02:00
|
|
|
|
2011-11-27 14:38:40 +01:00
|
|
|
PYTHON_PATCH_SCRIPTS= info.py wiki.py
|
2008-08-26 03:44:50 +02:00
|
|
|
|
2011-11-27 14:38:40 +01:00
|
|
|
DEPENDS+= ${PYPKGPREFIX}-subvertpy>=0.8.8:../../devel/py-subvertpy
|
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)
2011-07-22 16:17:37 +02:00
|
|
|
DEPENDS= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
|
|
|
|
|
2008-08-26 03:44:50 +02:00
|
|
|
# for make test
|
|
|
|
USE_TOOLS+= gmake
|
2012-02-02 12:21:41 +01:00
|
|
|
USE_LANGUAGES= #none
|
2008-08-26 03:44:50 +02:00
|
|
|
|
|
|
|
# NOTE: This must run in a UTF-8 locale, e.g. LC_TYPE=en_US.utf8 make test
|
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)
2011-07-22 16:17:37 +02:00
|
|
|
#TEST_DEPENDS+= ${PYPKGPREFIX}-testtools-[0-9]*:../../devel/py-testtools
|
|
|
|
#TEST_DEPENDS+= ${PYPKGPREFIX}-paramiko-[0-9]*:../../security/py-paramiko
|
|
|
|
#TEST_TARGET= check-verbose
|
2008-08-26 03:44:50 +02:00
|
|
|
|
2012-02-02 12:21:41 +01:00
|
|
|
EGG_NAME= ${DISTNAME:S/-/_/}
|
|
|
|
|
2008-08-26 03:44:50 +02:00
|
|
|
.include "../../devel/bzr/plugin.mk"
|
2011-11-27 14:38:40 +01:00
|
|
|
.include "../../lang/python/application.mk"
|
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)
2011-07-22 16:17:37 +02:00
|
|
|
.include "../../lang/python/distutils.mk"
|
2008-08-26 03:44:50 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|