Update pinta to the last release with GTK+2, futher updates depend on GTK+3/.NET 6.
Release notes are at https://www.pinta-project.com/releases/1-7-1 briefly tested on arm64 OK? Index: graphics/pinta/Makefile =================================================================== RCS file: /cvs/openbsd/ports/graphics/pinta/Makefile,v retrieving revision 1.16 diff -u -p -u -p -r1.16 Makefile --- graphics/pinta/Makefile 11 Mar 2022 19:23:10 -0000 1.16 +++ graphics/pinta/Makefile 17 Feb 2023 12:52:28 -0000 @@ -1,4 +1,5 @@ -V = 1.7 +# V > 2.0 changes deps to gtk3 and .NET 6 +V = 1.7.1 COMMENT = open source drawing/editing program modeled after Paint.NET DISTNAME = pinta-${V} CATEGORIES = graphics x11 Index: graphics/pinta/distinfo =================================================================== RCS file: /cvs/openbsd/ports/graphics/pinta/distinfo,v retrieving revision 1.2 diff -u -p -u -p -r1.2 distinfo --- graphics/pinta/distinfo 31 Oct 2021 20:30:03 -0000 1.2 +++ graphics/pinta/distinfo 17 Feb 2023 12:47:49 -0000 @@ -1,2 +1,2 @@ -SHA256 (pinta-1.7.tar.gz) = Z4wNXG5B2ndpYYDvxxR2zP2jI4o9aNczEZjIpDHb+Ww= -SIZE (pinta-1.7.tar.gz) = 1677736 +SHA256 (pinta-1.7.1.tar.gz) = zbu/4kG4/l86HQsW5zEVEl4mSpyU0l/Oni/PQ0Ke+rk= +SIZE (pinta-1.7.1.tar.gz) = 1703467 Index: graphics/pinta/pkg/PLIST =================================================================== RCS file: /cvs/openbsd/ports/graphics/pinta/pkg/PLIST,v retrieving revision 1.5 diff -u -p -u -p -r1.5 PLIST --- graphics/pinta/pkg/PLIST 11 Mar 2022 19:23:10 -0000 1.5 +++ graphics/pinta/pkg/PLIST 17 Feb 2023 12:59:45 -0000 @@ -9,8 +9,6 @@ lib/pinta/Pinta.Tools.dll lib/pinta/Pinta.exe lib/pkgconfig/pinta.pc @man man/man1/pinta.1 -share/appdata/ -share/appdata/pinta.appdata.xml share/applications/pinta.desktop share/icons/hicolor/16x16/apps/pinta.png share/icons/hicolor/22x22/apps/pinta.png -- Fourth Law of Revision: It is usually impractical to worry beforehand about interferences -- if you have none, someone will make one for you.