Hi, this is an update for Lagrange to 1.15.0.
Some testing done on amd64. No issues found. portcheck and 'make port-lib-depends-check are happy after tweaking WANTLIB. Changes: - Preferences has been redesigned with vertical tabs, new page structure. - Preferences dialog opens as a separate window (unless `--prefs-sheet` is used). - Tabs can be reordered with mouse, keyboard shortcuts, or context menus. - Tabs can be moved between split view sides or to a new window (via context menu). - New "Window" menu in the menubar: actions for current window and tabs, and switching the active window. - Gopher: Added option to not style menus using Gemini line types. - Updated UI translations; a new Japanese translation was added (13% complete). - UI enhancements: prevent mouse motion flooding; mouse I-beam over text; GTK dark theme window property. - Bug fixes: potential crash when duplicating a tab; multi-window event processing; MIME hook hang; and more. Comments? Thanks! Index: Makefile =================================================================== RCS file: /daten/openbsdmirror/cvs/mirror/ports/net/lagrange/Makefile,v retrieving revision 1.51 diff -u -p -u -p -r1.51 Makefile --- Makefile 15 Jan 2023 09:22:25 -0000 1.51 +++ Makefile 21 Jan 2023 16:37:04 -0000 @@ -1,5 +1,5 @@ COMMENT = SDL multi protocol navigator -VERSION = 1.14.2 +VERSION = 1.15.0 DISTNAME = lagrange-${VERSION} @@ -12,8 +12,8 @@ HOMEPAGE = https://gmi.skyjake.fi/lagran # BSD 2-Clause PERMIT_PACKAGE =Yes -WANTLIB += SDL2 mpg123 pcre2-8 unistring fribidi harfbuzz -WANTLIB += c crypto m ssl z pthread webp +WANTLIB += ICE SDL2 SM X11 Xext mpg123 pcre2-8 unistring +WANTLIB += c crypto m fribidi harfbuzz ssl z pthread webp DEBUG_PACKAGES =${BUILD_PACKAGES} Index: distinfo =================================================================== RCS file: /daten/openbsdmirror/cvs/mirror/ports/net/lagrange/distinfo,v retrieving revision 1.42 diff -u -p -u -p -r1.42 distinfo --- distinfo 15 Jan 2023 09:22:25 -0000 1.42 +++ distinfo 21 Jan 2023 16:37:04 -0000 @@ -1,2 +1,2 @@ -SHA256 (lagrange-1.14.2.tar.gz) = UbBe9/1zDXftlXHHahdyBn/P7rkAy+jmbsGcb9/ljGQ= -SIZE (lagrange-1.14.2.tar.gz) = 9914605 +SHA256 (lagrange-1.15.0.tar.gz) = ctwkmiOT2/5THw5HLel5paJrJLnU2h2EVBXXoWX7Ixs= +SIZE (lagrange-1.15.0.tar.gz) = 9922324 -- greetings, Florian Viehweger