> On Thu Mar 20, 2025 at 07:28:52PM +0100, Volker Schlecht wrote:
> > For WANTLIB it's pretty common to just take over the output of
> > make-port-lib-depends-check verbatim ...  
> 
> I strongly prefer the untouched output of "make
> port-lib-depends-check". It is easier to compare in a diff. I would
> even say that should be a *MUST*!

Thank your for your input and comments, noted.

'make port-lib-depends-check' just gave a list of missing libs, that's
why I wanted to reorganize them alphabetically in the first place.

Updated diff below.


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    23 Mar 2025 13:37:47 -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
 
@@ -20,6 +19,7 @@ WANTLIB += glib-2.0 gmodule-2.0 gobject-
 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 += Lerc fribidi graphite2 pangoft2-1.0
 
 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    23 Mar 2025 13:37:47 -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

Reply via email to