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. Comments? 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 -- greetings, Florian Viehweger
