From: Florian Viehweger Subject: [update] chafa to 1.14.0 To: ports@openbsd.org Date: Wed, 24 Jan 2024 16:12:13 +0100 Hi, this is an update for chafa to 1.14.0. Some testing done on amd64. No issues found. Feedback from op@ off-list, thank you! portcheck, 'make port-lib-depends-check' and 'make test' are happy. Changes listed here [1]. Comments? Thanks! [1] https://github.com/hpjansson/chafa/blob/master/NEWS Index: Makefile =================================================================== RCS file: /home/cvs/ports/graphics/chafa/Makefile,v diff -u -p -r1.12 Makefile --- Makefile 2 Oct 2023 08:41:44 -0000 1.12 +++ Makefile 21 Jan 2024 17:31:36 -0000 @@ -1,7 +1,7 @@ COMMENT = character art facsimile generator -DISTNAME = chafa-1.12.5 +DISTNAME = chafa-1.14.0 -SHARED_LIBS += chafa 3.0 # 8.1 +SHARED_LIBS += chafa 4.0 # 9.0 CATEGORIES = graphics @@ -12,12 +12,12 @@ MAINTAINER = Florian Viehweger