2008-10-19 21:17:40 +02:00
|
|
|
# $NetBSD: Makefile,v 1.22 2008/10/19 19:18:00 he Exp $
|
2004-09-26 06:41:15 +02:00
|
|
|
|
2008-07-27 22:45:06 +02:00
|
|
|
DISTNAME= SVN-Mirror-0.74
|
2004-09-26 06:41:15 +02:00
|
|
|
PKGNAME= p5-${DISTNAME}
|
2008-10-19 21:17:40 +02:00
|
|
|
PKGREVISION= 1
|
2007-02-17 21:59:46 +01:00
|
|
|
CATEGORIES= devel perl5 scm
|
2004-09-26 06:41:15 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=OurNet/CLKAO/}
|
|
|
|
|
2006-03-04 22:28:51 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2008-07-27 22:45:06 +02:00
|
|
|
HOMEPAGE= http://search.cpan.org/dist/SVN-Mirror/
|
2004-09-26 06:41:15 +02:00
|
|
|
COMMENT= Mirrors one Subversion repository to another
|
|
|
|
|
2004-11-10 19:09:07 +01:00
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
2008-06-12 04:14:13 +02:00
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
2004-11-10 19:09:07 +01:00
|
|
|
|
Update devel/p5-SVN-Mirror to 0.72.
Changes since 0.67:
[Changes for 0.72 - Nov 2, 2006]
* Use a custom transaction to commit the mirror rev, and have the
revision property set via txn for atomicy.
* Requires Subversion 1.2.0.
[Changes for 0.71 - Oct 3, 2006]
* Fix url escape issues for replaced copied source.
* Fix a bug in replace with history, where the copy source is related
to the current node, but outside the mirror.
[Changes for 0.70 - Aug 25, 2006]
* More fixes for the new replace code.
[Changes for 0.69_3 - Aug 14, 2006]
* Fix bugs mirroring revisions containing replace with history, that
is from different path.
[Changes for 0.69_2 - Aug 14, 2006]
* Fix bugs mirroring revisions containing replace with history.
* When there is no change, only touch in root.
[Changes for 0.69_1 - Jul 22, 2006]
* Major overhaul of the mirror editor. [plasma]
* When remote repository disallows property reading on '/', fallback
to normal mirror.
* Workaround different behaviour of ra backends in ra->get_logs start
argument, which causes skipto to fail for some repositories.
[Changes for 0.68 - Dec 12, 2005]
* Escape the copyfrom_path, as that's what is expected by svn api.
* Fix a memory leak when mirroring changes with lots of copies.
* Fix a problem that there is a replaced item with history that is out
of the mirror anchor.
2007-01-10 23:02:45 +01:00
|
|
|
DEPENDS+= p5-subversion>=1.2.0:../../devel/p5-subversion
|
2004-09-26 06:41:15 +02:00
|
|
|
DEPENDS+= p5-URI>=1.30:../../www/p5-URI
|
Update devel/p5-SVN-Mirror to 0.72.
Changes since 0.67:
[Changes for 0.72 - Nov 2, 2006]
* Use a custom transaction to commit the mirror rev, and have the
revision property set via txn for atomicy.
* Requires Subversion 1.2.0.
[Changes for 0.71 - Oct 3, 2006]
* Fix url escape issues for replaced copied source.
* Fix a bug in replace with history, where the copy source is related
to the current node, but outside the mirror.
[Changes for 0.70 - Aug 25, 2006]
* More fixes for the new replace code.
[Changes for 0.69_3 - Aug 14, 2006]
* Fix bugs mirroring revisions containing replace with history, that
is from different path.
[Changes for 0.69_2 - Aug 14, 2006]
* Fix bugs mirroring revisions containing replace with history.
* When there is no change, only touch in root.
[Changes for 0.69_1 - Jul 22, 2006]
* Major overhaul of the mirror editor. [plasma]
* When remote repository disallows property reading on '/', fallback
to normal mirror.
* Workaround different behaviour of ra backends in ra->get_logs start
argument, which causes skipto to fail for some repositories.
[Changes for 0.68 - Dec 12, 2005]
* Escape the copyfrom_path, as that's what is expected by svn api.
* Fix a memory leak when mirroring changes with lots of copies.
* Fix a problem that there is a replaced item with history that is out
of the mirror anchor.
2007-01-10 23:02:45 +01:00
|
|
|
DEPENDS+= p5-Term-ReadKey>=2.30:../../devel/p5-Term-ReadKey
|
2004-09-26 06:41:15 +02:00
|
|
|
DEPENDS+= p5-Data-UUID>=0.11:../../devel/p5-Data-UUID
|
Update devel/p5-SVN-Mirror to 0.72.
Changes since 0.67:
[Changes for 0.72 - Nov 2, 2006]
* Use a custom transaction to commit the mirror rev, and have the
revision property set via txn for atomicy.
* Requires Subversion 1.2.0.
[Changes for 0.71 - Oct 3, 2006]
* Fix url escape issues for replaced copied source.
* Fix a bug in replace with history, where the copy source is related
to the current node, but outside the mirror.
[Changes for 0.70 - Aug 25, 2006]
* More fixes for the new replace code.
[Changes for 0.69_3 - Aug 14, 2006]
* Fix bugs mirroring revisions containing replace with history, that
is from different path.
[Changes for 0.69_2 - Aug 14, 2006]
* Fix bugs mirroring revisions containing replace with history.
* When there is no change, only touch in root.
[Changes for 0.69_1 - Jul 22, 2006]
* Major overhaul of the mirror editor. [plasma]
* When remote repository disallows property reading on '/', fallback
to normal mirror.
* Workaround different behaviour of ra backends in ra->get_logs start
argument, which causes skipto to fail for some repositories.
[Changes for 0.68 - Dec 12, 2005]
* Escape the copyfrom_path, as that's what is expected by svn api.
* Fix a memory leak when mirroring changes with lots of copies.
* Fix a problem that there is a replaced item with history that is out
of the mirror anchor.
2007-01-10 23:02:45 +01:00
|
|
|
DEPENDS+= p5-SVN-Simple>=0.27:../../devel/p5-SVN-Simple
|
2005-10-22 18:56:09 +02:00
|
|
|
DEPENDS+= p5-File-chdir>=0.06:../../devel/p5-File-chdir
|
Update devel/p5-SVN-Mirror to 0.72.
Changes since 0.67:
[Changes for 0.72 - Nov 2, 2006]
* Use a custom transaction to commit the mirror rev, and have the
revision property set via txn for atomicy.
* Requires Subversion 1.2.0.
[Changes for 0.71 - Oct 3, 2006]
* Fix url escape issues for replaced copied source.
* Fix a bug in replace with history, where the copy source is related
to the current node, but outside the mirror.
[Changes for 0.70 - Aug 25, 2006]
* More fixes for the new replace code.
[Changes for 0.69_3 - Aug 14, 2006]
* Fix bugs mirroring revisions containing replace with history, that
is from different path.
[Changes for 0.69_2 - Aug 14, 2006]
* Fix bugs mirroring revisions containing replace with history.
* When there is no change, only touch in root.
[Changes for 0.69_1 - Jul 22, 2006]
* Major overhaul of the mirror editor. [plasma]
* When remote repository disallows property reading on '/', fallback
to normal mirror.
* Workaround different behaviour of ra backends in ra->get_logs start
argument, which causes skipto to fail for some repositories.
[Changes for 0.68 - Dec 12, 2005]
* Escape the copyfrom_path, as that's what is expected by svn api.
* Fix a memory leak when mirroring changes with lots of copies.
* Fix a problem that there is a replaced item with history that is out
of the mirror anchor.
2007-01-10 23:02:45 +01:00
|
|
|
DEPENDS+= p5-Class-Accessor>=0.25:../../devel/p5-Class-Accessor
|
2004-09-26 06:41:15 +02:00
|
|
|
|
2005-07-13 20:01:18 +02:00
|
|
|
PERL5_PACKLIST= auto/SVN/Mirror/.packlist
|
2004-09-26 06:41:15 +02:00
|
|
|
|
|
|
|
MAKE_ENV+= PERL_EXTUTILS_AUTOINSTALL=--skip
|
|
|
|
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|