summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install
diff options
context:
space:
mode:
authorbmah <bmah@FreeBSD.org>2004-01-02 00:13:20 +0000
committerbmah <bmah@FreeBSD.org>2004-01-02 00:13:20 +0000
commit19ae5b3d7140b1829c5b7217852c24eb2eb372ae (patch)
treef7c548287ed6c17e48be10d08608a77960403599 /usr.sbin/pkg_install
parentf831140aebce53bdeaad538c2f609554513fb807 (diff)
downloadFreeBSD-src-19ae5b3d7140b1829c5b7217852c24eb2eb372ae.zip
FreeBSD-src-19ae5b3d7140b1829c5b7217852c24eb2eb372ae.tar.gz
Catch up with reality with respect to the location of 4.8, 4.9,
5.0, 5.1, 5.2, and CURRENT packages.
Diffstat (limited to 'usr.sbin/pkg_install')
-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 cb7dfea..b39a547 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 }
};
OpenPOWER on IntegriCloud