On 2009/09/28 10:55, Benoit Lecocq wrote:
> Hi,
>
> This diff updates fltk2 to the latest release 2.0.x-r6879.
> Tested on amd64/sparc64.
>
> Comments ? OK ?
>
> A update of dillo will follow.
>
> Cheers,
> benoit
>
>
> -V= 6483
> +V= 6879
> DISTNAME = fltk-2.0.x-r${V}
> -PKGNAME = fltk2-2.0r${V}p0
> +PKGNAME = fltk2-2.0r${V}
I think this should be PKGNAME=fltk2-2.0.${V}, pkg_* tools have no
understanding of the 2.0r## format, and at some point we want them to
avoid "upgrading" to an older version so they'll need to be able to
make valid comparisons.
Otherwise looks ok but I don't have time to test at the moment.