diff options
author | epg <epg@pkgsrc.org> | 2004-11-11 18:04:36 +0000 |
---|---|---|
committer | epg <epg@pkgsrc.org> | 2004-11-11 18:04:36 +0000 |
commit | 3b6dfa5c45b134516662e5a76791704087dde12d (patch) | |
tree | 2136b8a98ef92eb97031cc03c68de88c3c8d53f0 /devel | |
parent | ad87d2a5d7d55fcc2c6541ab62c0f4c1c9dbc097 (diff) | |
download | pkgsrc-3b6dfa5c45b134516662e5a76791704087dde12d.tar.gz |
pkgsrc changes: lose PKGREV and bump some dependencies.
upstream changes:
[Changes for 0.26 - 9 Nov, 2004]
* svk push -P. [Autrijus]
* Allow checkout, mirrored, and copy anchors to be different
from each other, for the purpose of "push" and "pull"..[Autrijus]
* In incremental smerge, increase the fromrev after each
individual merge. [Autrijus]
* Ignore empty lines for svk:merge parsing.
* Use local time for log output. [Wen-chien Jesse Sung]
* Properties are now being merged.
* Exsting directories are now being merged.
* Allow custom resolver for properties.
* Support svk:merge property auto-merging, when doing smerge.
* Create svn config directory if it doesn't exist.
* Commit to mirrored path was always sending full text
due to an incorrect $cb{mirror} check. This is a regression since
0.23.
* Fix a bug that when committing from a checkout with descendents
being mirrored path, the commit can ruin the mirror state.
* Fix svk merge -l rN:M loading too many logs.
* Fix svk admin to work with non-default depots.
* New: svk ci -N, svk update/checkout --quiet.
* Fix svk cp a directory to checkout and then commit.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/svk/Makefile | 11 | ||||
-rw-r--r-- | devel/svk/distinfo | 6 |
2 files changed, 8 insertions, 9 deletions
diff --git a/devel/svk/Makefile b/devel/svk/Makefile index 662ce955bd7..823f2649484 100644 --- a/devel/svk/Makefile +++ b/devel/svk/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2004/11/10 18:09:07 epg Exp $ +# $NetBSD: Makefile,v 1.9 2004/11/11 18:04:36 epg Exp $ -DISTNAME= SVK-0.25 +DISTNAME= SVK-0.26 PKGNAME= ${DISTNAME:S/SVK/svk/} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=OurNet/CLKAO/} @@ -20,7 +19,7 @@ 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-Compress-Zlib>=1.33:../../devel/p5-Compress-Zlib -DEPENDS+= p5-Data-Hierarchy>=0.19:../../devel/p5-Data-Hierarchy +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-IO-Digest>=0.10:../../devel/p5-IO-Digest @@ -32,8 +31,8 @@ DEPENDS+= p5-PerlIO-via-symlink>=0.01:../../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.48:../../devel/p5-SVN-Mirror -DEPENDS+= p5-SVN-Simple>=0.25:../../devel/p5-SVN-Simple +DEPENDS+= p5-SVN-Mirror>=0.50:../../devel/p5-SVN-Mirror +DEPENDS+= p5-SVN-Simple>=0.26:../../devel/p5-SVN-Simple DEPENDS+= p5-TimeDate>=1.14:../../time/p5-TimeDate DEPENDS+= p5-YAML>=0.35:../../textproc/p5-YAML diff --git a/devel/svk/distinfo b/devel/svk/distinfo index 33dc0e2c9ba..3ef2b262003 100644 --- a/devel/svk/distinfo +++ b/devel/svk/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2004/11/06 21:52:56 epg Exp $ +$NetBSD: distinfo,v 1.3 2004/11/11 18:04:36 epg Exp $ -SHA1 (SVK-0.25.tar.gz) = ab09f8a23339f227ccb07971e306cdc102214685 -Size (SVK-0.25.tar.gz) = 183533 bytes +SHA1 (SVK-0.26.tar.gz) = b527c89439b4a0c7a900abb673c52c48fe306769 +Size (SVK-0.26.tar.gz) = 188896 bytes |