a894137f37
[Changes for 2.0.1 - 26 Mar, 2007] Mirror subsystem * You can now use $SVKNORAREPLAY forcing svk to use old SVN::Mirror for sync. * Fix a bug when mirroring partial repository with copies, the from revision number might not be exactly the ones we have mirrored. * In the pipelined sync editor, use pool more wisely for invoking editor calls. This fixes the memory bloat for syncing revisions with large number of deleted files. * In pipelined replay, make perl don't segfault on SIGINT. * Fix the bug committing to subdirs of mirrors that are on /. * Fix a bug preventing mirror --relocate to work on mirrors on '/'. * Fix a problem replaying failing with RA_DAV_REQUEST_FAILED in some servers. Merge subsystem * Fix a pool usage in Editor::Merge::apply_textdelta, which has a side-effect causing rename-tracking smerge on a new file inside a renamed directory to fail with SWIG-runtime error. * Prevent unwanted repeated merges when repeatedly merging tags to a branch. We now also record the copy source(s) of the path being merged from in the merge ticket. * Fix a bug in merging moved files that are modified. * Fix a bug that smerge to checkout with changes to a copied file is causing incomplete svn delta string. * When merging the replaced directory, do not ignore the fact when the delete part is already conflicting. * Fix a bug when merging a copy that happened on an intermediate branch, which might not map back to the merge destination. Tools * verify-mirror improvements. * Ship vc-svk.el with the distribution. Others * Make updating a checkout that no longer exists in the depot give proper message. * Make checkout more robust when resuming a interrupted checkout. * Check for .svk/floating before assuming floating checkout. * Fix a regression which caused binary files to sometimes be displayed as text during an "svk diff".
52 lines
2.4 KiB
Makefile
52 lines
2.4 KiB
Makefile
# $NetBSD: Makefile,v 1.25 2007/06/02 11:36:50 bad Exp $
|
|
|
|
DISTNAME= SVK-v2.0.1
|
|
PKGNAME= svk-2.0.1
|
|
PKGREVISION= 1
|
|
CATEGORIES= devel perl5 scm
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=OurNet/CLKAO/}
|
|
|
|
MAINTAINER= sommerfeld@NetBSD.org
|
|
HOMEPAGE= http://svk.elixus.org/
|
|
COMMENT= Decentralized version control system built on Subversion
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
PERL5_PACKLIST= auto/SVK/.packlist
|
|
|
|
MAKE_ENV+= PERL_EXTUTILS_AUTOINSTALL=--skip
|
|
|
|
DEPENDS+= p5-subversion>=1.3.0:../../devel/p5-subversion
|
|
DEPENDS+= p5-Algorithm-Annotate>=0.10:../../devel/p5-Algorithm-Annotate
|
|
DEPENDS+= p5-Algorithm-Diff>=1.19.01:../../devel/p5-Algorithm-Diff
|
|
DEPENDS+= p5-App-CLI>=0.07:../../devel/p5-App-CLI
|
|
DEPENDS+= p5-Class-Accessor>=0.25:../../devel/p5-Class-Accessor
|
|
DEPENDS+= p5-Class-Autouse>=1.15:../../devel/p5-Class-Autouse
|
|
DEPENDS+= p5-Class-Data-Inheritable>=0.06:../../devel/p5-Class-Data-Inheritable
|
|
DEPENDS+= p5-Compress-Zlib>=1.33:../../devel/p5-Compress-Zlib
|
|
DEPENDS+= p5-Data-Hierarchy>=0.30:../../devel/p5-Data-Hierarchy
|
|
DEPENDS+= p5-File-Temp>=0.17:../../devel/p5-File-Temp
|
|
DEPENDS+= p5-File-Type>=0.22:../../devel/p5-File-Type
|
|
DEPENDS+= p5-FreezeThaw>=0.43:../../devel/p5-FreezeThaw
|
|
DEPENDS+= p5-IO-Digest>=0.10:../../devel/p5-IO-Digest
|
|
DEPENDS+= p5-IO-Pager>=0.06:../../devel/p5-IO-Pager
|
|
DEPENDS+= p5-List-MoreUtils>=0.22:../../devel/p5-List-MoreUtils
|
|
DEPENDS+=p5-Locale-Maketext-Lexicon>=0.62:../../misc/p5-Locale-Maketext-Lexicon
|
|
DEPENDS+=p5-Locale-Maketext-Simple>=0.16:../../misc/p5-Locale-Maketext-Simple
|
|
DEPENDS+= p5-Path-Class>=0.16:../../devel/p5-Path-Class
|
|
DEPENDS+= p5-PathTools>=3.19:../../devel/p5-PathTools
|
|
DEPENDS+= p5-PerlIO-eol>=0.13:../../devel/p5-PerlIO-eol
|
|
DEPENDS+= p5-PerlIO-via-dynamic>=0.11:../../devel/p5-PerlIO-via-dynamic
|
|
DEPENDS+= p5-PerlIO-via-symlink>=0.02:../../devel/p5-PerlIO-via-symlink
|
|
DEPENDS+= p5-Pod-Escapes>=1.04:../../textproc/p5-Pod-Escapes
|
|
DEPENDS+= p5-Pod-Simple>=3.02:../../textproc/p5-Pod-Simple
|
|
DEPENDS+= p5-SVN-Mirror>=0.71:../../devel/p5-SVN-Mirror
|
|
DEPENDS+= p5-SVN-Simple>=0.27:../../devel/p5-SVN-Simple
|
|
DEPENDS+= p5-Term-ReadKey>=2.30:../../devel/p5-Term-ReadKey
|
|
DEPENDS+= p5-URI>=1.30:../../www/p5-URI
|
|
DEPENDS+= p5-UNIVERSAL-require>=0.10:../../devel/p5-UNIVERSAL-require
|
|
DEPENDS+= p5-YAML-Syck>=0.60:../../textproc/p5-YAML-Syck
|
|
DEPENDS+= p5-version>=0.68:../../devel/p5-version
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|