Skip to content

Commit

Permalink
net/libproxy-webkit3: 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 1e43ac6 commit 5f6b23d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
4 changes: 2 additions & 2 deletions net/libproxy-webkit3/Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
PORTREVISION= 0
PORTREVISION= 1
CATEGORIES= net www
PKGNAMESUFFIX= -${LIBPROXY_SLAVE}

COMMENT= WebKit JavaScript plug-in for libproxy

LIB_DEPENDS+= libjavascriptcoregtk-4.0.so:www/webkit2-gtk3
LIB_DEPENDS+= libjavascriptcoregtk-4.1.so:www/webkit2-gtk3

USES= gettext-runtime gnome
USE_GNOME= glib20
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
--- libproxy/cmake/modules/pacrunner_webkit.cmk.orig 2024-05-24 20:11:26 UTC
+++ libproxy/cmake/modules/pacrunner_webkit.cmk
@@ -13,7 +13,7 @@ else()
endif()
else()
if(WITH_WEBKIT3)
- px_check_modules(WEBKIT "javascriptcoregtk-4.0")
+ px_check_modules(WEBKIT "javascriptcoregtk-4.1")
if(NOT WEBKIT_LIBRARIES)
px_check_modules(WEBKIT "javascriptcoregtk-3.0 >= 1.5.0")
if(NOT WEBKIT_LIBRARIES)

0 comments on commit 5f6b23d

Please sign in to comment.