From: Manuel Giraud Subject: Re: [Update] graphics/dibuja To: ports@openbsd.org Date: Mon, 23 Mar 2026 11:04:28 +0100 Friendly ping. Manuel Giraud writes: > Hi, > > Here's a simple update for dibuja. > > Index: Makefile > =================================================================== > RCS file: /cvs/ports/graphics/dibuja/Makefile,v > diff -u -p -r1.16 Makefile > --- Makefile 11 Feb 2026 15:12:25 -0000 1.16 > +++ Makefile 25 Feb 2026 18:56:01 -0000 > @@ -1,5 +1,4 @@ > -V = 0.24.0 > -REVISION = 2 > +V = 0.26.0 > COMMENT = simple to use paint program > DISTNAME = dibuja-${V} > CATEGORIES = graphics x11 > @@ -17,8 +16,8 @@ WANTLIB += gegl-0.4 gexiv2 gio-2.0 glib- > WANTLIB += graphite2 gtk-x11-2.0 harfbuzz iconv intl jpeg json-glib-1.0 > WANTLIB += lcms2 m pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre2-8 > WANTLIB += pixman-1 png xcb xcb-render xcb-shm z > -WANTLIB += INIReader crypto curl inih nghttp2 nghttp3 ngtcp2 ngtcp2_crypto_libressl > -WANTLIB += ssl > +WANTLIB += INIReader crypto curl inih nghttp2 nghttp3 ngtcp2 > +WANTLIB += ngtcp2_crypto_libressl ssl > > SITES = https://launchpad.net/dibuja/trunk/${V}/+download/ > > Index: distinfo > =================================================================== > RCS file: /cvs/ports/graphics/dibuja/distinfo,v > diff -u -p -r1.4 distinfo > --- distinfo 30 Jul 2023 01:16:19 -0000 1.4 > +++ distinfo 25 Feb 2026 18:56:01 -0000 > @@ -1,2 +1,2 @@ > -SHA256 (dibuja-0.24.0.tar.gz) = qcmLOGZnKH4zDIuFcgAf+/G+EKY5rcBex7Z7vf/Ecxs= > -SIZE (dibuja-0.24.0.tar.gz) = 863541 > +SHA256 (dibuja-0.26.0.tar.gz) = vEE9MxCQ3z12xbZMAt0XLw/hrB2Hqroc7u1tAsbkXvM= > +SIZE (dibuja-0.26.0.tar.gz) = 827950 > Index: pkg/PLIST > =================================================================== > RCS file: /cvs/ports/graphics/dibuja/pkg/PLIST,v > diff -u -p -r1.6 PLIST > --- pkg/PLIST 30 Jul 2023 01:16:19 -0000 1.6 > +++ pkg/PLIST 25 Feb 2026 18:56:01 -0000 > @@ -75,6 +75,7 @@ share/locale/cs/LC_MESSAGES/dibuja.mo > share/locale/de/LC_MESSAGES/dibuja.mo > share/locale/es/LC_MESSAGES/dibuja.mo > share/locale/fr/LC_MESSAGES/dibuja.mo > +share/locale/it/LC_MESSAGES/dibuja.mo > share/locale/pt/LC_MESSAGES/dibuja.mo > share/locale/ru/LC_MESSAGES/dibuja.mo > share/pixmaps/ -- Manuel Giraud