From f01a8af5d3e1232615dff21be7b45a9cc59a6f66 Mon Sep 17 00:00:00 2001 From: Glen Barber Date: Sat, 5 Jan 2013 01:19:06 +0000 Subject: [PATCH] Remove the 'CVSup Method' of updating the Ports Collection. Update two package names from cvsup to colordiff. While here, change 'pkg remove' command to 'pkg delete' for consistency with the manual, although 'pkg remove' works as well. --- .../books/handbook/ports/chapter.xml | 95 +------------------ 1 file changed, 3 insertions(+), 92 deletions(-) diff --git a/en_US.ISO8859-1/books/handbook/ports/chapter.xml b/en_US.ISO8859-1/books/handbook/ports/chapter.xml index 99b90a2cd0..5ef76f26e0 100644 --- a/en_US.ISO8859-1/books/handbook/ports/chapter.xml +++ b/en_US.ISO8859-1/books/handbook/ports/chapter.xml @@ -537,7 +537,7 @@ local: lsof-4.56.4.tgz remote: lsof-4.56.4.tgz &prompt.root; pkg_info -cvsup-16.1 A general network file distribution system optimized for CV +colordiff-1.0.13 A tool to colorize diff output docbook-1.2 Meta-port for the different versions of the DocBook DTD ... @@ -549,7 +549,7 @@ docbook-1.2 Meta-port for the different versions of the DocBook DTD pkg_version &prompt.root; pkg_version -cvsup = +colordiff = docbook = ... @@ -1171,95 +1171,6 @@ Deinstalling ca_root_nss-3.13.5... done - - CVSup Method - - - The CVSup method of retrieving and synchronizing the - Ports Collection is being deprecated as part of a - migration to Subversion. While it remains supported, the - service will be discontinued as of February 28, - 2013. - - - This is a quick method for getting and keeping your copy - of the Ports Collection up to date using - CVSup protocol. If you want to - learn more about CVSup, see - Using CVSup. - - - The implementation of CVSup - protocol included with the &os; system is called - csup. - - - Make sure - /usr/ports is empty - before you run csup for the first - time! If you already have the Ports Collection present, - obtained from another source, - csup will not prune removed patch - files. - - - Run csup: - - &prompt.root; csup -L 2 -h cvsup.FreeBSD.org /usr/share/examples/cvsup/ports-supfile - - Change - cvsup.FreeBSD.org to a - CVSup server near you. See - CVSup Mirrors - () for a complete listing - of mirror sites. - - - One may want to use his own - ports-supfile, for example to avoid - the need of passing the CVSup - server on the command line. - - - - In this case, as root, copy - /usr/share/examples/cvsup/ports-supfile - to a new location, such as - /root or your home - directory. - - - - Edit ports-supfile. - - - - Change - CHANGE_THIS.FreeBSD.org - to a CVSup server near - you. See CVSup - Mirrors () for - a complete listing of mirror sites. - - - - And now to run csup, use the - following: - - &prompt.root; csup -L 2 /root/ports-supfile - - - - - - - Running the &man.csup.1; command later will download - and apply all the recent changes to your Ports Collection, - except actually rebuilding the ports for your own - system. - - - Sysinstall Method @@ -1383,7 +1294,7 @@ Deinstalling ca_root_nss-3.13.5... done Users of pkgng can use the following command: - &prompt.root; pkg remove cvsup-without-gui + &prompt.root; pkg delete cvsup-without-gui