svn commit: r216660 - stable/7/usr.sbin/pkg_install/add

Ken Smith kensmith at FreeBSD.org
Wed Dec 22 14:47:45 UTC 2010


Author: kensmith
Date: Wed Dec 22 14:47:45 2010
New Revision: 216660
URL: http://svn.freebsd.org/changeset/base/216660

Log:
  Add the package directories for the 7.4, 8.1, and 8.2 releases.
  
  Approved by:	re (implicit)

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

Modified: stable/7/usr.sbin/pkg_install/add/main.c
==============================================================================
--- stable/7/usr.sbin/pkg_install/add/main.c	Wed Dec 22 14:46:38 2010	(r216659)
+++ stable/7/usr.sbin/pkg_install/add/main.c	Wed Dec 22 14:47:45 2010	(r216660)
@@ -83,7 +83,10 @@ struct {
 	{ 701000, 701099, "/packages-7.1-release" },
 	{ 702000, 702099, "/packages-7.2-release" },
 	{ 703000, 703099, "/packages-7.3-release" },
+	{ 704000, 704099, "/packages-7.4-release" },
 	{ 800000, 800499, "/packages-8.0-release" },
+	{ 801000, 801499, "/packages-8.1-release" },
+	{ 802000, 802499, "/packages-8.2-release" },
 	{ 300000, 399000, "/packages-3-stable" },
 	{ 400000, 499000, "/packages-4-stable" },
 	{ 502100, 502128, "/packages-5-current" },


More information about the svn-src-all mailing list