diff options
| author | Ken Smith <kensmith@FreeBSD.org> | 2009-04-15 17:14:43 +0000 |
|---|---|---|
| committer | Ken Smith <kensmith@FreeBSD.org> | 2009-04-15 17:14:43 +0000 |
| commit | b0089534dac28739f0175f1ae58ef59b4ecacbc4 (patch) | |
| tree | 02762fb77a615a426e03016c2a5e047dc4325019 /usr.sbin/pkg_install | |
| parent | 9cf67722113c7234f16648e81d364cacbf96e4d3 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/pkg_install')
| -rw-r--r-- | usr.sbin/pkg_install/add/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/pkg_install/add/main.c b/usr.sbin/pkg_install/add/main.c index 4ad55d385e7c..b2d511ebc7be 100644 --- a/usr.sbin/pkg_install/add/main.c +++ b/usr.sbin/pkg_install/add/main.c @@ -78,8 +78,10 @@ struct { { 601000, 601099, "/packages-6.1-release" }, { 602000, 602099, "/packages-6.2-release" }, { 603000, 603099, "/packages-6.3-release" }, + { 604000, 604099, "/packages-6.4-release" }, { 700000, 700099, "/packages-7.0-release" }, { 701000, 701099, "/packages-7.1-release" }, + { 702000, 702099, "/packages-7.2-release" }, { 300000, 399000, "/packages-3-stable" }, { 400000, 499000, "/packages-4-stable" }, { 502100, 502128, "/packages-5-current" }, |
