aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/add/main.c
diff options
context:
space:
mode:
authorBruce A. Mah <bmah@FreeBSD.org>2004-01-02 00:13:20 +0000
committerBruce A. Mah <bmah@FreeBSD.org>2004-01-02 00:13:20 +0000
commit2b5c94a768f3b412635f3c61158bb92d67fda582 (patch)
treef7c548287ed6c17e48be10d08608a77960403599 /usr.sbin/pkg_install/add/main.c
parentb256b34ac17ea94e1fb537f70700ffd55785b016 (diff)
downloadsrc-2b5c94a768f3b412635f3c61158bb92d67fda582.tar.gz
src-2b5c94a768f3b412635f3c61158bb92d67fda582.zip
Catch up with reality with respect to the location of 4.8, 4.9,
5.0, 5.1, 5.2, and CURRENT packages.
Notes
Notes: svn path=/head/; revision=124054
Diffstat (limited to 'usr.sbin/pkg_install/add/main.c')
-rw-r--r--usr.sbin/pkg_install/add/main.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/usr.sbin/pkg_install/add/main.c b/usr.sbin/pkg_install/add/main.c
index cb7dfeaa7d86..b39a5474a629 100644
--- a/usr.sbin/pkg_install/add/main.c
+++ b/usr.sbin/pkg_install/add/main.c
@@ -59,9 +59,14 @@ struct {
{ 460000, 460001, "/packages-4.6-release" },
{ 460002, 460099, "/packages-4.6.2-release" },
{ 470000, 470099, "/packages-4.7-release" },
+ { 480000, 480099, "/packages-4.8-release" },
+ { 490000, 490099, "/packages-4.9-release" },
+ { 500000, 500099, "/packages-5.0-release" },
+ { 501000, 501099, "/packages-5.1-release" },
+ { 502000, 502099, "/packages-5.2-release" },
{ 300000, 399000, "/packages-3-stable" },
{ 400000, 499000, "/packages-4-stable" },
- { 510000, 599000, "/packages-5-stable" },
+ { 502100, 599000, "/packages-5-current" },
{ 0, 9999999, "/packages-current" },
{ 0, 0, NULL }
};