pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/svk pkgsrc changes: lose PKGREV and bump some de...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e4751425e9d2
branches:  trunk
changeset: 483384:e4751425e9d2
user:      epg <epg%pkgsrc.org@localhost>
date:      Thu Nov 11 18:04:36 2004 +0000

description:
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:

 devel/svk/Makefile |  11 +++++------
 devel/svk/distinfo |   6 +++---
 2 files changed, 8 insertions(+), 9 deletions(-)

diffs (45 lines):

diff -r 7f57103950cf -r e4751425e9d2 devel/svk/Makefile
--- a/devel/svk/Makefile        Thu Nov 11 18:01:50 2004 +0000
+++ b/devel/svk/Makefile        Thu Nov 11 18:04:36 2004 +0000
@@ -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 @@
 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-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 -r 7f57103950cf -r e4751425e9d2 devel/svk/distinfo
--- a/devel/svk/distinfo        Thu Nov 11 18:01:50 2004 +0000
+++ b/devel/svk/distinfo        Thu Nov 11 18:04:36 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index