Skip to content

Commit

Permalink
deskutils/bijiben: update webkit2gtk3 API version to 4.1
Browse files Browse the repository at this point in the history
Pull Request:	freebsd#266
  • Loading branch information
clausecker committed May 24, 2024
1 parent c7bfe15 commit 3102025
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deskutils/bijiben/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PORTNAME= bijiben
PORTVERSION= 40.1
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= deskutils gnome
MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
DIST_SUBDIR= gnome
Expand All @@ -17,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING

BUILD_DEPENDS= itstool:textproc/itstool
LIB_DEPENDS= libtracker-sparql-3.0.so:sysutils/tracker3 \
libwebkit2gtk-4.0.so:www/webkit2-gtk3 \
libwebkit2gtk-4.1.so:www/webkit2-gtk3 \
libgoa-1.0.so:net/gnome-online-accounts \
libical.so:devel/libical \
libuuid.so:misc/e2fsprogs-libuuid \
Expand Down
11 changes: 11 additions & 0 deletions deskutils/bijiben/files/patch-meson.build
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
--- meson.build.orig 2024-05-24 20:29:18 UTC
+++ meson.build
@@ -126,7 +126,7 @@ bijiben_deps = [
dependency('libxml-2.0'),
dependency('libcurl'),
dependency('uuid'),
- dependency('webkit2gtk-4.0', version: '>= 2.26'),
+ dependency('webkit2gtk-4.1', version: '>= 2.26'),
cc.find_library('m')
]

0 comments on commit 3102025

Please sign in to comment.