svn commit: r248151 - in head: . share/examples/cvsup

Baptiste Daroussin bapt at FreeBSD.org
Mon Mar 11 10:48:27 UTC 2013


Author: bapt
Date: Mon Mar 11 10:48:26 2013
New Revision: 248151
URL: http://svnweb.freebsd.org/changeset/base/248151

Log:
  Ports are no more exported via cvsup, remove cvsup examples and documentation refering to ports
  
  MFC after:	2 days

Deleted:
  head/share/examples/cvsup/ports-supfile
  head/share/examples/cvsup/refuse
  head/share/examples/cvsup/refuse.README
Modified:
  head/ObsoleteFiles.inc
  head/share/examples/cvsup/README
  head/share/examples/cvsup/cvs-supfile
  head/share/examples/cvsup/stable-supfile

Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc	Mon Mar 11 08:21:43 2013	(r248150)
+++ head/ObsoleteFiles.inc	Mon Mar 11 10:48:26 2013	(r248151)
@@ -38,6 +38,10 @@
 #   xargs -n1 | sort | uniq -d;
 # done
 
+# 20130311: Ports are no more available via cvsup
+OLD_FILES+=usr/share/examples/cvsup/ports-supfile
+OLD_FILES+=usr/share/examples/cvsup/refuse
+OLD_FILES+=usr/share/examples/cvsup/refuse.README
 # 20130309: NWFS and NCP supports removed
 OLD_FILES+=usr/bin/ncplist
 OLD_FILES+=usr/bin/ncplogin

Modified: head/share/examples/cvsup/README
==============================================================================
--- head/share/examples/cvsup/README	Mon Mar 11 08:21:43 2013	(r248150)
+++ head/share/examples/cvsup/README	Mon Mar 11 10:48:26 2013	(r248151)
@@ -19,8 +19,6 @@ To maintain the sources for the FreeBSD-
 
     standard-supfile		Main source tree
 
-    ports-supfile		Ports collection
-
 To maintain the sources for the FreeBSD-stable release, use:
 
     stable-supfile		Main source tree
@@ -28,7 +26,7 @@ To maintain the sources for the FreeBSD-
 To maintain a copy of the CVS repository containing all versions of
 FreeBSD, use:
 
-    cvs-supfile			Main source tree and ports collection
+    cvs-supfile			Main source tree collection
 
 IMPORTANT: Before you use any of the supfiles in this directory,
 you will need to edit in an appropriate "host" setting.  See:

Modified: head/share/examples/cvsup/cvs-supfile
==============================================================================
--- head/share/examples/cvsup/cvs-supfile	Mon Mar 11 08:21:43 2013	(r248150)
+++ head/share/examples/cvsup/cvs-supfile	Mon Mar 11 10:48:26 2013	(r248151)
@@ -43,9 +43,8 @@
 # prefix=/home/ncvs
 #		This specifies where to place the requested files.  A
 #		setting of "/home/ncvs" will place all of the files
-#		requested in /home/ncvs (e.g., "/home/ncvs/src/bin",
-#		"/home/ncvs/ports/archivers").  The prefix directory
-#		must exist in order to run CVSup.
+#		requested in /home/ncvs (e.g., "/home/ncvs/src/bin").
+#		The prefix directory must exist in order to run CVSup.
 
 # Defaults that apply to all the collections
 #
@@ -68,13 +67,6 @@
 # mega-collection.  It includes all of the individual "src-*" collections.
 src-all
 
-## Ports Collection.
-#
-# The easiest way to get the ports tree is to use the "ports-all"
-# mega-collection.  It includes all of the individual "ports-*"
-# collections,
-ports-all
-
 ## Projects
 #
 # This collection retrieves the projects tree of the FreeBSD

Modified: head/share/examples/cvsup/stable-supfile
==============================================================================
--- head/share/examples/cvsup/stable-supfile	Mon Mar 11 08:21:43 2013	(r248150)
+++ head/share/examples/cvsup/stable-supfile	Mon Mar 11 10:48:26 2013	(r248151)
@@ -46,21 +46,6 @@
 #		in "/usr/src" (e.g., "/usr/src/bin", "/usr/src/lib").
 #		The prefix directory must exist in order to run CVSup.
 #
-###############################################################################
-#
-# DANGER!  WARNING!  LOOK OUT!  VORSICHT!
-#
-# If you add any of the ports collections to this file, be sure to
-# specify them with a "tag" value set to ".", like this:
-#
-#   ports-all tag=.
-#
-# If you leave out the "tag=." portion, CVSup will delete all of
-# the files in your ports.  That is because the ports
-# collections do not use the same tags as the main part of the FreeBSD 
-# source tree.
-#
-###############################################################################
 
 # Defaults that apply to all the collections
 #


More information about the svn-src-all mailing list