aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install
diff options
context:
space:
mode:
authorKen Smith <kensmith@FreeBSD.org>2011-09-26 02:27:04 +0000
committerKen Smith <kensmith@FreeBSD.org>2011-09-26 02:27:04 +0000
commit8a3b6cc1e16cc893d7c4aa2a60985f6e4bc9d30b (patch)
treed818fde1ff2451ba46e33411ccd7db9f45b9af8e /usr.sbin/pkg_install
parent578e4bf777aa141dc1b6f991282ba6c504aff427 (diff)
downloadsrc-8a3b6cc1e16cc893d7c4aa2a60985f6e4bc9d30b.tar.gz
src-8a3b6cc1e16cc893d7c4aa2a60985f6e4bc9d30b.zip
Shift head from 9.0-CURRENT to 10.0-CURRENT in preparation for releasing
it from the 9.0-RELEASE release cycle code freeze. Approved by: re (implicit)
Notes
Notes: svn path=/head/; revision=225757
Diffstat (limited to 'usr.sbin/pkg_install')
-rw-r--r--usr.sbin/pkg_install/add/main.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/pkg_install/add/main.c b/usr.sbin/pkg_install/add/main.c
index f73312a626e5..b1eec7ab14b2 100644
--- a/usr.sbin/pkg_install/add/main.c
+++ b/usr.sbin/pkg_install/add/main.c
@@ -87,6 +87,7 @@ struct {
{ 800000, 800499, "/packages-8.0-release" },
{ 801000, 801499, "/packages-8.1-release" },
{ 802000, 802499, "/packages-8.2-release" },
+ { 900000, 900499, "/packages-9.0-release" },
{ 300000, 399000, "/packages-3-stable" },
{ 400000, 499000, "/packages-4-stable" },
{ 502100, 502128, "/packages-5-current" },
@@ -94,7 +95,8 @@ struct {
{ 600100, 699000, "/packages-6-stable" },
{ 700100, 799000, "/packages-7-stable" },
{ 800500, 899000, "/packages-8-stable" },
- { 900000, 999000, "/packages-9-current" },
+ { 900500, 999000, "/packages-9-stable" },
+ { 1000000, 1099000, "/packages-10-current" },
{ 0, 9999999, "/packages-current" },
{ 0, 0, NULL }
};