From: Florian Viehweger Subject: [update] chafa to 1.14.2 To: ports@openbsd.org Date: Sun, 28 Jul 2024 17:33:02 +0200 Hi, this is an update for chafa to 1.14.2. Some testing done on amd64. No issues found. I will test on i386 within the next few days and report back. portcheck, 'make port-lib-depends-check' and 'make test' are happy. Changes listed here [1]. Highlights are a new JPEG-XL loader and fix building on 32 bit which was reportedly broken in 1.14.1. Comments? Thanks! [1] https://github.com/hpjansson/chafa/blob/master/NEWS Index: Makefile =================================================================== RCS file: /daten/openbsdmirror/cvs/mirror/ports/graphics/chafa/Makefile,v retrieving revision 1.13 diff -u -p -u -p -r1.13 Makefile --- Makefile 24 Jan 2024 15:33:30 -0000 1.13 +++ Makefile 28 Jul 2024 12:21:39 -0000 @@ -1,5 +1,5 @@ COMMENT = character art facsimile generator -DISTNAME = chafa-1.14.0 +DISTNAME = chafa-1.14.2 SHARED_LIBS += chafa 4.0 # 9.0 @@ -12,12 +12,13 @@ MAINTAINER = Florian Viehweger