From: Volker Schlecht Subject: Re: [update] chafa to 1.14.5 To: Florian Viehweger Cc: ports@openbsd.org Date: Thu, 20 Mar 2025 19:28:52 +0100 For WANTLIB it's pretty common to just take over the output of make-port-lib-depends-check verbatim ... ok for the attached diff where I did just that? On 2025-03-20 18:47, Florian Viehweger wrote: >Hi, > >this is an update for chafa to 1.14.5. > >Some testing done on amd64. No issues found. > >portcheck, 'make port-lib-depends-check' and 'make test' are happy. > >Some additional WANTLIBS as wanted by 'make port-lib-depends-check'. >While there reformat Makefile. > >Changes listed here [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.15 >diff -u -p -u -p -r1.15 Makefile >--- Makefile 29 Oct 2024 09:38:16 -0000 1.15 >+++ Makefile 20 Mar 2025 17:17:34 -0000 >@@ -1,6 +1,5 @@ > COMMENT = character art facsimile generator >-DISTNAME = chafa-1.14.2 >-REVISION = 0 >+DISTNAME = chafa-1.14.5 > > SHARED_LIBS += chafa 4.0 # 9.0 > >@@ -13,13 +12,15 @@ MAINTAINER = Florian Viehweger # LGPLv3+ > PERMIT_PACKAGE = Yes > >-WANTLIB += ${COMPILER_LIBCXX} X11 Xau Xdmcp Xext Xrender brotlicommon >-WANTLIB += brotlicommon brotlidec brotlienc aom avif c cairo cairo-gobject >-WANTLIB += dav1d expat ffi fontconfig freetype gdk_pixbuf-2.0 gio-2.0 >-WANTLIB += glib-2.0 gmodule-2.0 gobject-2.0 harfbuzz hwy iconv intl jpeg >-WANTLIB += jxl jxl_cms jxl_threads lcms2 lzma m pango-1.0 pangocairo-1.0 >-WANTLIB += pcre2-8 pixman-1 png pthread rsvg-2 sharpyuv tiff webp webpdemux >-WANTLIB += xcb xcb-render xcb-shm xml2 z zstd >+WANTLIB += ${COMPILER_LIBCXX} Lerc X11 Xau Xdmcp Xext Xrender >+WANTLIB += brotlicommon brotlidec brotlienc aom avif c cairo >+WANTLIB += cairo-gobject dav1d expat ffi fontconfig freetype >+WANTLIB += fribidi gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0 >+WANTLIB += gobject-2.0 graphite2 harfbuzz hwy iconv intl jpeg >+WANTLIB += jxl jxl_cms jxl_threads lcms2 lzma m pango-1.0 >+WANTLIB += pangocairo-1.0 pangoft2-1.0 pcre2-8 pixman-1 png >+WANTLIB += pthread rsvg-2 sharpyuv tiff webp webpdemux xcb >+WANTLIB += xcb-render xcb-shm xml2 z zstd > > SITES = https://hpjansson.org/chafa/releases/ > EXTRACT_SUFX = .tar.xz >Index: distinfo >=================================================================== >RCS file: /daten/openbsdmirror/cvs/mirror/ports/graphics/chafa/distinfo,v >retrieving revision 1.10 >diff -u -p -u -p -r1.10 distinfo >--- distinfo 29 Jul 2024 14:33:49 -0000 1.10 >+++ distinfo 20 Mar 2025 17:17:34 -0000 >@@ -1,2 +1,2 @@ >-SHA256 (chafa-1.14.2.tar.xz) = iijTCAdOJVl+Ib8oB0dGGsaVrnFfLzJ+sODwQ1ln+LM= >-SIZE (chafa-1.14.2.tar.xz) = 992440 >+SHA256 (chafa-1.14.5.tar.xz) = e1s4TV+3amQdAK8GJu0hFfslXqNx2b7xH4UAKGp7CeU= >+SIZE (chafa-1.14.5.tar.xz) = 993572 > > > >-- >greetings, > >Florian Viehweger > Index: Makefile =================================================================== RCS file: /cvs/ports/graphics/chafa/Makefile,v diff -u -p -r1.15 Makefile --- Makefile 29 Oct 2024 09:38:16 -0000 1.15 +++ Makefile 20 Mar 2025 18:24:59 -0000 @@ -1,7 +1,5 @@ COMMENT = character art facsimile generator -DISTNAME = chafa-1.14.2 -REVISION = 0 - +DISTNAME = chafa-1.14.5 SHARED_LIBS += chafa 4.0 # 9.0 CATEGORIES = graphics @@ -13,12 +11,13 @@ MAINTAINER = Florian Viehweger