svn commit: r184756 - releng/6.4/usr.sbin/sysinstall

Marc Fonvieille blackend at FreeBSD.org
Fri Nov 7 14:07:28 PST 2008


Author: blackend (doc committer)
Date: Fri Nov  7 22:07:27 2008
New Revision: 184756
URL: http://svn.freebsd.org/changeset/base/184756

Log:
  MFC: rev. 184753
  Update ports number and size of Ports Collection.
  
  Approved by:  re (kib)

Modified:
  releng/6.4/usr.sbin/sysinstall/dist.c

Modified: releng/6.4/usr.sbin/sysinstall/dist.c
==============================================================================
--- releng/6.4/usr.sbin/sysinstall/dist.c	Fri Nov  7 22:06:50 2008	(r184755)
+++ releng/6.4/usr.sbin/sysinstall/dist.c	Fri Nov  7 22:07:27 2008	(r184756)
@@ -303,8 +303,8 @@ distMaybeSetPorts(dialogMenuItem *self)
 {
     dialog_clear_norefresh();
     if (!msgYesNo("Would you like to install the FreeBSD ports collection?\n\n"
-		  "This will give you ready access to over 14,900 ported software packages,\n"
-		  "at a cost of around 440MB of disk space when \"clean\" and possibly\n"
+		  "This will give you ready access to over 19,000 ported software packages,\n"
+		  "at a cost of around 445MB of disk space when \"clean\" and possibly\n"
 		  "much more than that when a lot of the distribution tarballs are loaded\n"
 		  "(unless you have the extra discs available from a FreeBSD CD/DVD distribution\n"
 		  "and can mount them on /cdrom, in which case this is far less of a problem).\n\n"


More information about the svn-src-all mailing list