From 8d607c95a4955bded4161d7d5afcf1fdf24681aa Mon Sep 17 00:00:00 2001 From: Robert Clausecker Date: Fri, 24 May 2024 20:55:18 +0200 Subject: [PATCH] editors/elementary-code: update webkit2gtk3 API version to 4.1 Pull Request: https://github.com/freebsd/freebsd-ports/pull/266 --- editors/elementary-code/Makefile | 6 +++--- .../files/patch-plugins_pastebin_meson.build | 11 +++++++++++ 2 files changed, 14 insertions(+), 3 deletions(-) create mode 100644 editors/elementary-code/files/patch-plugins_pastebin_meson.build diff --git a/editors/elementary-code/Makefile b/editors/elementary-code/Makefile index 93a143f05cb7d..f8407b9a44e45 100644 --- a/editors/elementary-code/Makefile +++ b/editors/elementary-code/Makefile @@ -1,6 +1,6 @@ PORTNAME= elementary-code DISTVERSION= 7.1.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= editors MAINTAINER= miguel@gocobachi.dev @@ -19,8 +19,8 @@ LIB_DEPENDS= libeditorconfig.so:editors/editorconfig-core-c \ libhandy-1.so:x11-toolkits/libhandy \ libpeas-1.0.so:devel/libpeas \ libpeas-gtk-1.0.so:devel/libpeas \ - libsoup-2.4.so:devel/libsoup \ - libwebkit2gtk-4.0.so:www/webkit2-gtk3 + libsoup-3.0.so:devel/libsoup3 \ + libwebkit2gtk-4.1.so:www/webkit2-gtk3 RUN_DEPENDS= droid-fonts-ttf>0:x11-fonts/droid-fonts-ttf \ pkcheck:sysutils/polkit diff --git a/editors/elementary-code/files/patch-plugins_pastebin_meson.build b/editors/elementary-code/files/patch-plugins_pastebin_meson.build new file mode 100644 index 0000000000000..1f374e7f5e8d8 --- /dev/null +++ b/editors/elementary-code/files/patch-plugins_pastebin_meson.build @@ -0,0 +1,11 @@ +--- plugins/pastebin/meson.build.orig 2024-05-24 20:19:06 UTC ++++ plugins/pastebin/meson.build +@@ -5,7 +5,7 @@ module_files = [ + 'pastebin.vala' + ] + +-soup_dep = dependency('libsoup-2.4') ++soup_dep = dependency('libsoup-3.0') + + module_deps = [ + codecore_dep,