svn commit: r245930 - stable/8

Glen Barber gjb at FreeBSD.org
Sat Jan 26 00:40:03 UTC 2013


Author: gjb (doc,ports committer)
Date: Sat Jan 26 00:40:02 2013
New Revision: 245930
URL: http://svnweb.freebsd.org/changeset/base/245930

Log:
  MFC r245918:
   - Fix update method (s/SUP/CVS) warning.

Modified:
  stable/8/Makefile.inc1   (contents, props changed)

Modified: stable/8/Makefile.inc1
==============================================================================
--- stable/8/Makefile.inc1	Sat Jan 26 00:39:52 2013	(r245929)
+++ stable/8/Makefile.inc1	Sat Jan 26 00:40:02 2013	(r245930)
@@ -874,7 +874,7 @@ update:
 		echo ">>> Updating ${.CURDIR} from CVS repository" ${CVSROOT} ; \
 		echo "--------------------------------------------------------------" ; \
 		echo "!! WARNING WARNING WARNING WARNING WARNING WARNING WARNING !!" ; \
-		echo "!! Update methods with ${SUP} are deprecated." ; \
+		echo "!! Update methods with CVS are deprecated." ; \
 		echo "!! Please see http://www.freebsd.org/handbook/svn.html" ; \
 		echo "!! and convert your update method to SVN_UPDATE or" ; \
 		echo "!! freebsd-update(8)." ; \


More information about the svn-src-stable-8 mailing list