Date: Thu, 15 Jul 2004 01:20:44 +0800 From: Rong-En Fan <rafan@infor.org> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/68685: Update Port: devel/svk to 0.16 with 2 dependent ports Message-ID: <20040714172044.GA81127@muse.csie.ntu.edu.tw> In-Reply-To: <200407061419.i66EJP6L018368@freefall.freebsd.org> References: <200407061419.i66EJP6L018368@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040714172044.GA81127>