diff options
author | epg <epg@pkgsrc.org> | 2005-01-16 22:39:50 +0000 |
---|---|---|
committer | epg <epg@pkgsrc.org> | 2005-01-16 22:39:50 +0000 |
commit | efb6b0e7044be0b10ccb07b3c11a0503d8ec3c0c (patch) | |
tree | b82df4ddf03988a9840cbdb6109fc0d74802c61e | |
parent | cca029d0b94b05df091d64e20b30ce91f3616081 (diff) | |
download | pkgsrc-efb6b0e7044be0b10ccb07b3c11a0503d8ec3c0c.tar.gz |
Update to 0.28.
Add missing dependencies:
p5-Algorithm-Diff>=1.19.01
p5-Clone>=0.15
p5-FreezeThaw>=0.43
p5-URI>=1.30
Update p5-PerlIO-via-symlink and p5-SVN-Mirror dependencies to 0.02
and 0.53, respectively.
Upstream changes:
[Changes for 0.28 - 9 Jan, 2004]
* Support -r in blame.
* "svk import PATH" now prompts for a depot path to import into. [Autrijus]
* Propget now reports paths properly.
* Fix a bug that tabs are treated as binary for auto-prop upon svk
add. [Autrijus]
* Fix 'svk add' to accept explicit targets which are in the ignore list.
* Die with a more helpful message when mirroring onto an existing path.
* Fix a bug that symlinks to existing dirs is not properly given
svn:special properties.
* Cleanup Editor::Sign and fix uncleaned tmp files.
* Fix a bug that 'svk import' does not respect svn:ignore.
* For unknown files, make revert report ignored only on explicit
targets.
* Many code cleanups.
[Changes for 0.27 - 20 Dec, 2004]
* Allow "svk cp URI" to work akin to "svk co URI". [Autrijus]
* Fix delete (and move) path reporting.
* Fix checkout to deep directory that doesn't exist.
* Fix cp/mv src modified-ness check.
* New: checkout --export mode to detach after checkout.
* Normalize line endings in all incoming patch blocks. [Autrijus]
* Fix a case in merge involving renames. When a file was renamed and
its parent was also renamed separately, it should not be skipped.
* Remove the useless ticket associated with SVK::Patch, so the size of
patch blocks is reduced.
* Fix a bug in svk add would ask users to add parent where it's
already added.
* sync -a shouldn't die on stalled depotmap entry.
* Fix patch creation (commit -P) bug dying when there's something
deleted.
* Fix commit buffer target parsing, particularly for the case that
only a file is the target and the property will not be committed and
lost.
* merge and push now supports --verbatim. [Alejandro Mery]
* "svk log" now displays "(no author)" for revisions without an
author. [Leland David]
* Fix a case that smerge would use wrong base when the anchor was
replaced by itself in the history.
* Fix a problem for svk with svn 1.2.x, editor::merge will generate
"Bad file descriptor" fatal error when merging into a dav server.
This was caused by improper pool life scope and is now fixed.
-rw-r--r-- | devel/svk/Makefile | 12 | ||||
-rw-r--r-- | devel/svk/distinfo | 6 |
2 files changed, 11 insertions, 7 deletions
diff --git a/devel/svk/Makefile b/devel/svk/Makefile index 823f2649484..1047ee3f7cf 100644 --- a/devel/svk/Makefile +++ b/devel/svk/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2004/11/11 18:04:36 epg Exp $ +# $NetBSD: Makefile,v 1.10 2005/01/16 22:39:50 epg Exp $ -DISTNAME= SVK-0.26 +DISTNAME= SVK-0.28 PKGNAME= ${DISTNAME:S/SVK/svk/} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=OurNet/CLKAO/} @@ -18,22 +18,26 @@ MAKE_ENV+= PERL_EXTUTILS_AUTOINSTALL=--skip DEPENDS+= p5-subversion>=1.0.4:../../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-Clone>=0.15:../../devel/p5-Clone DEPENDS+= p5-Compress-Zlib>=1.33:../../devel/p5-Compress-Zlib DEPENDS+= p5-Data-Hierarchy>=0.21:../../devel/p5-Data-Hierarchy DEPENDS+= p5-File-BaseDir>=0.02:../../devel/p5-File-BaseDir 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-Locale-Maketext-Lexicon>=0.42:../../misc/p5-Locale-Maketext-Lexicon DEPENDS+=p5-Locale-Maketext-Simple>=0.12:../../misc/p5-Locale-Maketext-Simple 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.01:../../devel/p5-PerlIO-via-symlink +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-Regexp-Shellish>=0.93:../../devel/p5-Regexp-Shellish -DEPENDS+= p5-SVN-Mirror>=0.50:../../devel/p5-SVN-Mirror +DEPENDS+= p5-SVN-Mirror>=0.53:../../devel/p5-SVN-Mirror DEPENDS+= p5-SVN-Simple>=0.26:../../devel/p5-SVN-Simple DEPENDS+= p5-TimeDate>=1.14:../../time/p5-TimeDate +DEPENDS+= p5-URI>=1.30:../../www/p5-URI DEPENDS+= p5-YAML>=0.35:../../textproc/p5-YAML .include "../../lang/perl5/module.mk" diff --git a/devel/svk/distinfo b/devel/svk/distinfo index 3ef2b262003..8d912999215 100644 --- a/devel/svk/distinfo +++ b/devel/svk/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2004/11/11 18:04:36 epg Exp $ +$NetBSD: distinfo,v 1.4 2005/01/16 22:39:50 epg Exp $ -SHA1 (SVK-0.26.tar.gz) = b527c89439b4a0c7a900abb673c52c48fe306769 -Size (SVK-0.26.tar.gz) = 188896 bytes +SHA1 (SVK-0.28.tar.gz) = 0d8ceceed682678fa52ae416d5eb2319e50f4ba5 +Size (SVK-0.28.tar.gz) = 199751 bytes |