diff --git a/deskutils/gnotime/Makefile b/deskutils/gnotime/Makefile index 71063ed17c816..157220ab39274 100644 --- a/deskutils/gnotime/Makefile +++ b/deskutils/gnotime/Makefile @@ -1,6 +1,6 @@ PORTNAME= gnotime DISTVERSION= g20231022 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils gnome MAINTAINER= truckman@FreeBSD.org @@ -16,10 +16,10 @@ LIB_DEPENDS= libqof.so:databases/qof \ libgc-threaded.so:devel/boehm-gc-threaded \ libdbus-1.so:devel/dbus \ libdbus-glib-1.so:devel/dbus-glib \ - libsoup-2.4.so:devel/libsoup \ + libsoup-3.0.so:devel/libsoup3 \ libguile-2.2.so:lang/guile2 \ libharfbuzz.so:print/harfbuzz \ - libwebkit2gtk-4.0.so:www/webkit2-gtk3 + libwebkit2gtk-4.1.so:www/webkit2-gtk3 USES= autoreconf desktop-file-utils gettext gmake gnome libtool pathfix pkgconfig xorg USE_GITHUB= yes diff --git a/deskutils/gnotime/files/patch-configure.ac b/deskutils/gnotime/files/patch-configure.ac new file mode 100644 index 0000000000000..e130a9101ad71 --- /dev/null +++ b/deskutils/gnotime/files/patch-configure.ac @@ -0,0 +1,11 @@ +--- configure.ac.orig 2024-05-24 19:50:43 UTC ++++ configure.ac +@@ -139,7 +139,7 @@ dnl ******************************* + dnl WebKitGTK + dnl ******************************* + +-PKG_CHECK_MODULES(WEBKITGTK, webkit2gtk-4.0 >= $WEBKITGTK_REQUIRED) ++PKG_CHECK_MODULES(WEBKITGTK, webkit2gtk-4.1 >= $WEBKITGTK_REQUIRED) + AC_SUBST(WEBKITGTK_CFLAGS) + AC_SUBST(WEBKITGTK_LIBS) +