Date: Tue, 23 Jan 2024 17:25:20 GMT From: Charlie Li <vishwin@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: babab33e4567 - main - x11/yelp: correct webkit2gtk port in LIB_DEPENDS Message-ID: <202401231725.40NHPKJM042516@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by vishwin: URL: https://cgit.FreeBSD.org/ports/commit/?id=babab33e45673b4fea2a89c68799a153c15fd8c8 commit babab33e45673b4fea2a89c68799a153c15fd8c8 Author: Charlie Li <vishwin@FreeBSD.org> AuthorDate: 2024-01-23 17:22:52 +0000 Commit: Charlie Li <vishwin@FreeBSD.org> CommitDate: 2024-01-23 17:25:13 +0000 x11/yelp: correct webkit2gtk port in LIB_DEPENDS libwebkit2gtk-4.0.so is www/webkit2-gtk3 --- x11/yelp/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11/yelp/Makefile b/x11/yelp/Makefile index d1ac5b51372e..aff005530f54 100644 --- a/x11/yelp/Makefile +++ b/x11/yelp/Makefile @@ -1,6 +1,6 @@ PORTNAME= yelp DISTVERSION= 42.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome @@ -19,7 +19,7 @@ LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ libhandy-1.so:x11-toolkits/libhandy \ libharfbuzz.so:print/harfbuzz \ libsoup-2.4.so:devel/libsoup \ - libwebkit2gtk-5.0.so:www/webkit2-gtk4 + libwebkit2gtk-4.0.so:www/webkit2-gtk3 RUN_DEPENDS= yelp-xsl>=0:textproc/yelp-xsl USES= compiler:c11 desktop-file-utils gettext gmake gnome libtool \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401231725.40NHPKJM042516>