svk 0.16 has released in June 30. Also update p5-Data-Hierarchy and p5-SVN-Mirror.
State Changed From-To: open->feedback Forewarded PR to maintainer
Dear maintainer, please review the proposed patch! Note to submitter: Please try to contact the maintainer before submitting a PR. Cheers, Volker
State Changed From-To: feedback->open Maintainer approved patch, but I'm off for today.
BTW, this requires perl 5.8, so I ain't gonna touch it again, not even with a 6ft pole :)
There are several new manual pages introduced in 0.16. here is the patch. diff -ruN svk.orig/Makefile svk/Makefile --- svk.orig/Makefile Thu Jul 15 01:13:26 2004 +++ svk/Makefile Thu Jul 15 01:15:23 2004 @@ -37,7 +37,6 @@ MAN1= svk.1 MAN3= SVK.3 \ - SVK::CombineEditor.3 \ SVK::Command::Add.3 \ SVK::Command::Annotate.3 \ SVK::Command::Cat.3 \ @@ -53,26 +52,31 @@ SVK::Command::Help.3 \ SVK::Command::Import.3 \ SVK::Command::Info.3 \ - SVK::Command::List.3 \ + SVK::Command::List.3 \ SVK::Command::Log.3 \ SVK::Command::Merge.3 \ SVK::Command::Mirror.3 \ SVK::Command::Mkdir.3 \ + SVK::Command::Patch.3 \ SVK::Command::Propdel.3 \ - SVK::Command::Propedit.3 \ + SVK::Command::Propedit.3 \ SVK::Command::Proplist.3 \ SVK::Command::Propset.3 \ SVK::Command::Resolved.3 \ SVK::Command::Revert.3 \ SVK::Command::Smerge.3 \ SVK::Command::Status.3 \ - SVK::Command::Switch.3 \ + SVK::Command::Switch.3 \ SVK::Command::Sync.3 \ SVK::Command::Update.3 \ SVK::Command::Verify.3 \ - SVK::DiffEditor.3 \ - SVK::MergeEditor.3 \ + SVK::Editor::Combine.3 \ + SVK::Editor::Diff.3 \ + SVK::Editor::Merge.3 \ + SVK::Editor::Patch.3 \ + SVK::Editor::XD.3 \ SVK::Notify.3 \ + SVK::Patch.3 \ SVK::XD.3 .include <bsd.port.pre.mk>
State Changed From-To: open->closed Committed, thanks.