FreeBSD Bugzilla – Attachment 47745 Details for
Bug 73120
[MAINTAINER] devel/svk: update to 0.25
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svk-0.25.patch
svk-0.25.patch (text/plain), 2.59 KB, created by
Rong-En Fan
on 2004-10-25 14:30:21 UTC
(
hide
)
Description:
svk-0.25.patch
Filename:
MIME Type:
Creator:
Rong-En Fan
Created:
2004-10-25 14:30:21 UTC
Size:
2.59 KB
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/devel/svk/Makefile /home/rafan/tmp/ports/svk/Makefile >--- /usr/ports/devel/svk/Makefile Wed Oct 20 23:01:53 2004 >+++ /home/rafan/tmp/ports/svk/Makefile Mon Oct 25 15:10:00 2004 >@@ -6,7 +6,7 @@ > # > > PORTNAME= svk >-PORTVERSION= 0.23 >+PORTVERSION= 0.25 > PORTREVISION= 0 > CATEGORIES= devel perl5 > MASTER_SITES= ${MASTER_SITE_PERL_CPAN} >diff -ruN --exclude=CVS /usr/ports/devel/svk/distinfo /home/rafan/tmp/ports/svk/distinfo >--- /usr/ports/devel/svk/distinfo Wed Oct 20 12:25:25 2004 >+++ /home/rafan/tmp/ports/svk/distinfo Mon Oct 25 20:58:37 2004 >@@ -1,2 +1,2 @@ >-MD5 (SVK-0.23.tar.gz) = b0b0663c92fa5ed10641ea0052459cc0 >-SIZE (SVK-0.23.tar.gz) = 180810 >+MD5 (SVK-0.25.tar.gz) = a3aa6768f092970a8df032cb4c8aa1c0 >+SIZE (SVK-0.25.tar.gz) = 183533 >diff -ruN --exclude=CVS /usr/ports/devel/svk/files/patch-lib::SVK::Command::Propset.pm /home/rafan/tmp/ports/svk/files/patch-lib::SVK::Command::Propset.pm >--- /usr/ports/devel/svk/files/patch-lib::SVK::Command::Propset.pm Wed Oct 20 00:24:59 2004 >+++ /home/rafan/tmp/ports/svk/files/patch-lib::SVK::Command::Propset.pm Thu Jan 1 08:00:00 1970 >@@ -1,38 +0,0 @@ >-Index: lib/SVK/Command/Propset.pm >-=================================================================== >---- lib/SVK/Command/Propset.pm (revision 704) >-+++ lib/SVK/Command/Propset.pm (revision 705) >-@@ -31,15 +31,15 @@ >- sub do_propset_direct { >- my ($self, $target, $propname, $propvalue) = @_; >- >-- my $fs = $target->{repos}->fs; >- if ($self->{revprop}) { >-+ my $fs = $target->{repos}->fs; >- my $rev = (defined($self->{rev}) ? $self->{rev} : $target->{revision}); >- $fs->change_rev_prop ($rev, $propname => $propvalue); >- print loc("Property '%1' set on repository revision %2.\n", $propname, $rev); >- return; >- } >- >-- my $root = $fs->revision_root ($fs->youngest_rev); >-+ my $root = $target->root; >- my $kind = $root->check_path ($target->path); >- >- die loc("path %1 does not exist.\n", $target->path) if $kind == $SVN::Node::none; >-@@ -53,13 +53,13 @@ >- $editor->change_dir_prop ($editor->{_root_baton}, $propname, $propvalue); >- } >- else { >-- my $baton = $editor->open_directory ($path, 0, -1); >-+ my $baton = $editor->open_directory ($path, 0, $target->{revision}); >- $editor->change_dir_prop ($baton, $propname, $propvalue); >- $editor->close_directory ($baton); >- } >- } >- else { >-- my $baton = $editor->open_file ($path, 0, -1); >-+ my $baton = $editor->open_file ($path, 0, $target->{revision}); >- $editor->change_file_prop ($baton, $propname, $propvalue); >- $editor->close_file ($baton, undef); >- }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 73120
: 47745