Index | Thread | Search

From:
Florian Viehweger <openbsd@out-of-creativity.de>
Subject:
[update] chafa to 1.14.4
To:
ports@openbsd.org
Date:
Wed, 11 Sep 2024 18:33:41 +0200

Download raw body.

Thread
  • Florian Viehweger:

    [update] chafa to 1.14.4

Hi,

this is an update for chafa to 1.14.4.

Some testing done on amd64 and i386. No issues found.

portcheck, 'make port-lib-depends-check' and 'make test' are happy.

Changes listed here [1].

Portwise a simple cleanup of configure flags, as building with
Imagemagick is not supported anymore.

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.14
diff -u -p -u -p -r1.14 Makefile
--- Makefile	29 Jul 2024 14:33:49 -0000	1.14
+++ Makefile	11 Sep 2024 12:36:03 -0000
@@ -1,5 +1,5 @@
 COMMENT =		character art facsimile generator
-DISTNAME =		chafa-1.14.2
+DISTNAME =		chafa-1.14.4
 
 SHARED_LIBS +=  	chafa                     4.0 # 9.0
 
@@ -32,7 +32,6 @@ LIB_DEPENDS =		devel/glib2 \
 			x11/gnome/librsvg
 
 CONFIGURE_STYLE =	gnu
-CONFIGURE_ARGS +=	--without-imagemagick
 
 post-install:
 	${INSTALL_MAN} ${WRKSRC}/docs/chafa.1 ${PREFIX}/man/man1
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	11 Sep 2024 12:36:03 -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.4.tar.xz) = 0HCKY/BbeSadroYqQmceOK7OR/vU/IUpBLylGmWVRFQ=
+SIZE (chafa-1.14.4.tar.xz) = 992736

-- 
greetings,

Florian Viehweger