From f6f7ea18c8bead3d5617a2fdd2180d8db491be59 Mon Sep 17 00:00:00 2001 From: "Dan R. K. Ports" Date: Thu, 14 May 2026 10:01:45 -0700 Subject: [PATCH] geany-plugins: update to 2.1.0 --- devel/geany-plugins/Portfile | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/devel/geany-plugins/Portfile b/devel/geany-plugins/Portfile index 1f2367a39c9..6711d77d894 100644 --- a/devel/geany-plugins/Portfile +++ b/devel/geany-plugins/Portfile @@ -3,12 +3,11 @@ PortSystem 1.0 PortGroup github 1.0 -github.setup geany geany-plugins 2.0.0 -revision 2 +github.setup geany geany-plugins 2.1.0 github.tarball_from archive -checksums rmd160 314438f4c18ad7b9cf58b045e1245c616bf98af8 \ - sha256 a706c37cd6441a1418a2538857a503550d70860e913f3aa9a66f9fb1a0b26489 \ - size 5263005 +checksums rmd160 b0bc97bd0229d87c56469185a493fca687bbb2c1 \ + sha256 9ca8412763c2f8a7141f6a1569166f4fabf95fc8aad5149a754265673ffce5bb \ + size 5512958 license GPL-2+ categories devel @@ -27,9 +26,11 @@ autoreconf.cmd ./autogen.sh autoreconf.args ${configure.pre_args} \ --enable-all-plugins \ --disable-geanygendoc \ + --disable-geanylua \ --disable-geanypg # geanypg - build errors +# geanylua - incompatible with Lua 5.2+ headers depends_build-append \ port:autoconf \ @@ -44,11 +45,9 @@ depends_lib port:geany \ port:gpgme \ port:gtkspell3 \ path:lib/pkgconfig/libgit2.pc:libgit2 \ - port:libsoup-2.4 \ port:libxml2 \ - port:lua51 \ port:vte \ - path:lib/pkgconfig/webkit2gtk-4.0.pc:webkit2-gtk + path:lib/pkgconfig/webkit2gtk-4.1.pc:webkit2-gtk use_configure no