Hi, this is an update for Lagrange to 1.16.1.
Added sharpyuv (from libwebp) to WANTLIB. While there, rearrange them. Some testing done on amd64. No issues found. portcheck and 'make port-lib-depends-check' are happy. 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.60 diff -u -p -u -p -r1.60 Makefile --- Makefile 30 Apr 2023 14:49:02 -0000 1.60 +++ Makefile 28 May 2023 17:29:08 -0000 @@ -1,5 +1,5 @@ COMMENT = SDL multi protocol navigator -VERSION = 1.15.9 +VERSION = 1.16.1 DISTNAME = lagrange-${VERSION} @@ -12,8 +12,9 @@ HOMEPAGE = https://gmi.skyjake.fi/lagran # BSD 2-Clause PERMIT_PACKAGE =Yes -WANTLIB += ICE SDL2 SM X11 Xext mpg123 pcre2-8 unistring -WANTLIB += c crypto m fribidi harfbuzz ssl z pthread webp +WANTLIB += ICE SDL2 SM X11 Xext c crypto fribidi harfbuzz m +WANTLIB += mpg123 pcre2-8 pthread sharpyuv ssl unistring +WANTLIB += webp z DEBUG_PACKAGES =${BUILD_PACKAGES} Index: distinfo =================================================================== RCS file: /daten/openbsdmirror/cvs/mirror/ports/net/lagrange/distinfo,v retrieving revision 1.49 diff -u -p -u -p -r1.49 distinfo --- distinfo 30 Apr 2023 14:49:02 -0000 1.49 +++ distinfo 28 May 2023 17:29:08 -0000 @@ -1,2 +1,2 @@ -SHA256 (lagrange-1.15.9.tar.gz) = Q8s4DBn8UaK3/agOSZVvF4K1AStvJx0MP9JPTa0t9qY= -SIZE (lagrange-1.15.9.tar.gz) = 9987069 +SHA256 (lagrange-1.16.1.tar.gz) = zdg6k3w1Ata7sTRwAz6WD1JLsLhds2n0ic7yn/FNUaw= +SIZE (lagrange-1.16.1.tar.gz) = 9997807 -- greetings, Florian Viehweger