Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Nov 2025 17:51:24 +0000
From:      Danilo Egea Gondolfo <danilo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 249cac40d514 - main - x11/yad: Update to 14.2
Message-ID:  <692b329c.3fd31.1dd64a28@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by danilo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=249cac40d514808759637958359a9e6158273618

commit 249cac40d514808759637958359a9e6158273618
Author:     Danilo Egea Gondolfo <danilo@FreeBSD.org>
AuthorDate: 2025-11-29 16:57:14 +0000
Commit:     Danilo Egea Gondolfo <danilo@FreeBSD.org>
CommitDate: 2025-11-29 17:50:42 +0000

    x11/yad: Update to 14.2
    
    - Update the version of dependencies used by the HTML support
    - Drop intltool from USE_GNOME as it's not required anymore (see
      changelog)
    
      Changelog:
      https://github.com/v1cont/yad/blob/master/NEWS
---
 x11/yad/Makefile | 11 +++++------
 x11/yad/distinfo |  6 +++---
 2 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/x11/yad/Makefile b/x11/yad/Makefile
index a3dcf18e70f2..1fa94b7ee8fb 100644
--- a/x11/yad/Makefile
+++ b/x11/yad/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	yad
-PORTVERSION=	14.1
-PORTREVISION=	1
+PORTVERSION=	14.2
 DISTVERSIONPREFIX=	v
 CATEGORIES=	x11 gnome
 
@@ -16,7 +15,7 @@ RUN_DEPENDS=	${LOCALBASE}/lib/X11/rgb.txt:x11/rgb
 
 USES=		autoreconf gettext gnome gmake pkgconfig
 
-USE_GNOME=	cairo gtk30 intltool
+USE_GNOME=	cairo gtk30
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV+=	DATADIRNAME=share
 CONFIGURE_ARGS+=	--with-rgb=${LOCALBASE}/lib/X11/rgb.txt
@@ -35,9 +34,9 @@ OPTIONS_DEFAULT=	SPELL
 OPTIONS_SUB=	yes
 
 HTML_CONFIGURE_ENABLE=	html
-HTML_LIB_DEPENDS=	libwebkit2gtk-4.0.so:www/webkit2-gtk@40 \
-			libsoup-2.4.so:devel/libsoup \
-			libjavascriptcoregtk-4.0.so:www/webkit2-gtk@40
+HTML_LIB_DEPENDS=	libwebkit2gtk-4.1.so:www/webkit2-gtk@41 \
+			libsoup-3.0.so:devel/libsoup3 \
+			libjavascriptcoregtk-4.1.so:www/webkit2-gtk@41
 
 ICONBROWSER_CONFIGURE_ENABLE=	icon-browser
 
diff --git a/x11/yad/distinfo b/x11/yad/distinfo
index 134e94ad901d..4e34e02dbb69 100644
--- a/x11/yad/distinfo
+++ b/x11/yad/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1720355107
-SHA256 (v1cont-yad-v14.1_GH0.tar.gz) = 84ea6abe80106a6cebe14425d591517542d93f7c8b19729e2cf93f4db83e5cc3
-SIZE (v1cont-yad-v14.1_GH0.tar.gz) = 301829
+TIMESTAMP = 1764411244
+SHA256 (v1cont-yad-v14.2_GH0.tar.gz) = 6748c0ecb917043326cc70646f143890151dea2fc50db5fe54439de6dc04b1e3
+SIZE (v1cont-yad-v14.2_GH0.tar.gz) = 335824


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?692b329c.3fd31.1dd64a28>