From: Stuart Henderson Subject: Re: [update] Lagrange to 1.19.0 To: Florian Viehweger Cc: ports@openbsd.org Date: Sat, 6 Sep 2025 15:00:40 +0100 On 2025/09/06 15:55, Florian Viehweger wrote: > Hi, > > this is an update for Lagrange to 1.19.0. > > Some testing done on amd64. No issues found, except it does not start > in a tigervnc environment anymore. I've already contacted the developer > about this. > > portcheck and 'make port-lib-depends-check' are happy. "JPEG XL image decoding is supported via libjxl (optional)" -> pkg_add libjxl, rebuild, make port-lib-depends-check your decision whether to add the LIB_DEPENDS/WANTLIB, or disable finding it. > Changes listed here [1]. > > Comments? > > Thanks! > > [1] https://github.com/skyjake/lagrange/releases > > > Index: Makefile > =================================================================== > RCS file: /daten/openbsdmirror/cvs/mirror/ports/net/lagrange/Makefile,v > retrieving revision 1.79 > diff -u -p -u -p -r1.79 Makefile > --- Makefile 24 Aug 2025 12:56:38 -0000 1.79 > +++ Makefile 6 Sep 2025 13:48:14 -0000 > @@ -1,5 +1,5 @@ > COMMENT = SDL multi protocol navigator > -VERSION = 1.18.8 > +VERSION = 1.19.0 > > DISTNAME = lagrange-${VERSION} > > Index: distinfo > =================================================================== > RCS file: /daten/openbsdmirror/cvs/mirror/ports/net/lagrange/distinfo,v > retrieving revision 1.65 > diff -u -p -u -p -r1.65 distinfo > --- distinfo 24 Aug 2025 12:56:38 -0000 1.65 > +++ distinfo 6 Sep 2025 13:48:14 -0000 > @@ -1,2 +1,2 @@ > -SHA256 (lagrange-1.18.8.tar.gz) = nozlmdNSu/fyrPs+U6zAbwqTLaCLpHzM24auufEB1ZA= > -SIZE (lagrange-1.18.8.tar.gz) = 11378882 > +SHA256 (lagrange-1.19.0.tar.gz) = 2hLUfY5wYm3iLCEtzOlPeMgjxxQGxCRnw5fTR7FS2uc= > +SIZE (lagrange-1.19.0.tar.gz) = 11408944 > > > -- > greetings, > > Florian Viehweger >