Florian Viehweger <[email protected]> wrote:
> Hi,
>
> this updates chafa to 1.10.0.
>
> Changes are listed here[1].
>
> Some testing done on amd64. No issues found.
>
> Tests on big endian architectures welcome.
>
> portcheck, 'make lib-depends-check' and 'make test' are happy.
('make test' is a noop in this case. upstream has a tests directory
with a test program but it's not hooked up as you would expect from an
autotools-based project and doesn't seem to do anything that's worth the
effort to roll a custom do-test that builds term-info-test.c and runs
it.)
> Comments?
agree on the minor bump (no symbols removed and i haven't spotted
anything that would require a major bump looking at the diff with the
previous version, only a struct change in an internal header that's
exported opaquely)
committed, thanks!
> Thanks!
>
> [1] https://github.com/hpjansson/chafa/blob/master/NEWS
>
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/graphics/chafa/Makefile,v
> retrieving revision 1.6
> diff -u -p -u -p -r1.6 Makefile
> --- Makefile 12 Mar 2022 10:25:34 -0000 1.6
> +++ Makefile 21 Mar 2022 16:16:02 -0000
> @@ -1,7 +1,7 @@
> COMMENT = character art facsimile generator
> -DISTNAME = chafa-1.8.0
> +DISTNAME = chafa-1.10.0
>
> -SHARED_LIBS += chafa 2.0 # 6.0
> +SHARED_LIBS += chafa 2.1 # 6.0
>
> CATEGORIES = graphics
>
> Index: distinfo
> ===================================================================
> RCS file: /cvs/ports/graphics/chafa/distinfo,v
> retrieving revision 1.4
> diff -u -p -u -p -r1.4 distinfo
> --- distinfo 12 Mar 2022 10:25:34 -0000 1.4
> +++ distinfo 21 Mar 2022 16:16:02 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (chafa-1.8.0.tar.xz) = If9lLYNrogcJjEDEWWUrLx3myKZPv/xi58YxnO0yKGs=
> -SIZE (chafa-1.8.0.tar.xz) = 435712
> +SHA256 (chafa-1.10.0.tar.xz) = iPS4sVQfmCMK8R1N4ujci4pMU329V9wvY/LgpI09aO4=
> +SIZE (chafa-1.10.0.tar.xz) = 511416