svn commit: r196432 - in head: . gnu/usr.bin/groff/tmac release sys/conf sys/sys usr.sbin/pkg_install/add

pluknet pluknet at gmail.com
Sun Aug 23 18:18:10 UTC 2009


2009/8/23 Ken Smith <kensmith at freebsd.org>:
> Author: kensmith
> Date: Sat Aug 22 23:44:37 2009
> New Revision: 196432
> URL: http://svn.freebsd.org/changeset/base/196432
>
> Log:
>  Make head 9.0-CURRENT in preparation for lifting code freeze.
>
>  Approved by:  re (implicit)
>
> Modified:
>  head/UPDATING
>  head/gnu/usr.bin/groff/tmac/mdoc.local
>  head/release/Makefile
>  head/sys/conf/newvers.sh
>  head/sys/sys/param.h
>  head/usr.sbin/pkg_install/add/main.c
>
[...]

> Modified: head/usr.sbin/pkg_install/add/main.c
> ==============================================================================
> --- head/usr.sbin/pkg_install/add/main.c        Sat Aug 22 09:17:49 2009        (r196431)
> +++ head/usr.sbin/pkg_install/add/main.c        Sat Aug 22 23:44:37 2009        (r196432)
> @@ -82,13 +82,15 @@ struct {
>        { 700000, 700099, "/packages-7.0-release" },
>        { 701000, 701099, "/packages-7.1-release" },
>        { 702000, 702099, "/packages-7.2-release" },
> +       { 800000, 800499, "/packages-8.0-release" },
>        { 300000, 399000, "/packages-3-stable" },
>        { 400000, 499000, "/packages-4-stable" },
>        { 502100, 502128, "/packages-5-current" },
>        { 503100, 599000, "/packages-5-stable" },
>        { 600100, 699000, "/packages-6-stable" },
>        { 700100, 799000, "/packages-7-stable" },
> -       { 800000, 899000, "/packages-8-current" },
> +       { 800000, 899000, "/packages-8-stable" },
> +       { 900000, 999000, "/packages-9-current" },

The last chunk should probably be:
 -       { 800000, 899000, "/packages-8-current" },
 +       { 800500, 899000, "/packages-8-stable" },
 +       { 900000, 999000, "/packages-9-current" },

which also agrees to 196115 change (in stable/8).

-- 
wbr,
pluknet


More information about the svn-src-head mailing list