svn commit: r196115 - stable/8/usr.sbin/pkg_install/add

Ken Smith kensmith at FreeBSD.org
Wed Aug 12 07:37:20 UTC 2009


Author: kensmith
Date: Wed Aug 12 07:37:18 2009
New Revision: 196115
URL: http://svn.freebsd.org/changeset/base/196115

Log:
  Prepare for 8.0 package set, adjust for 8-stable, acknowledge 9-current
  is coming.
  
  Approved by:	re (implicit)

Modified:
  stable/8/usr.sbin/pkg_install/add/main.c

Modified: stable/8/usr.sbin/pkg_install/add/main.c
==============================================================================
--- stable/8/usr.sbin/pkg_install/add/main.c	Wed Aug 12 07:36:33 2009	(r196114)
+++ stable/8/usr.sbin/pkg_install/add/main.c	Wed Aug 12 07:37:18 2009	(r196115)
@@ -82,13 +82,15 @@ struct {
 	{ 700000, 700099, "/packages-7.0-release" },
 	{ 701000, 701099, "/packages-7.1-release" },
 	{ 702000, 702099, "/packages-7.2-release" },
+	{ 800000, 800499, "/packages-8.0-release" },
 	{ 300000, 399000, "/packages-3-stable" },
 	{ 400000, 499000, "/packages-4-stable" },
 	{ 502100, 502128, "/packages-5-current" },
 	{ 503100, 599000, "/packages-5-stable" },
 	{ 600100, 699000, "/packages-6-stable" },
 	{ 700100, 799000, "/packages-7-stable" },
-	{ 800000, 899000, "/packages-8-current" },
+	{ 800500, 899000, "/packages-8-stable" },
+	{ 900000, 999000, "/packages-9-current" },
 	{ 0, 9999999, "/packages-current" },
 	{ 0, 0, NULL }
 };


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