git: 4e4d0fb69fcb - main - x11/gnome-shell: Use libsoup-3.0

From: Neel Chauhan <nc_at_FreeBSD.org>
Date: Fri, 17 Feb 2023 18:28:05 UTC
The branch main has been updated by nc:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4e4d0fb69fcb8b6ae61f1f4da2efa3214f7a0052

commit 4e4d0fb69fcb8b6ae61f1f4da2efa3214f7a0052
Author:     Neel Chauhan <nc@FreeBSD.org>
AuthorDate: 2023-02-17 18:27:54 +0000
Commit:     Neel Chauhan <nc@FreeBSD.org>
CommitDate: 2023-02-17 18:28:15 +0000

    x11/gnome-shell: Use libsoup-3.0
    
    PR:     269434
---
 x11/gnome-shell/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11/gnome-shell/Makefile b/x11/gnome-shell/Makefile
index 17e042e9d843..873c468661a4 100644
--- a/x11/gnome-shell/Makefile
+++ b/x11/gnome-shell/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	gnome-shell
 PORTVERSION=	42.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11 gnome
 MASTER_SITES=	GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
 DIST_SUBDIR=	gnome
@@ -34,7 +34,7 @@ LIB_DEPENDS=	libatk-bridge-2.0.so:accessibility/at-spi2-atk \
 		libpolkit-agent-1.so:sysutils/polkit \
 		libpulse.so:audio/pulseaudio \
 		libsecret-1.so:security/libsecret \
-		libsoup-2.4.so:devel/libsoup \
+		libsoup-3.0.so:devel/libsoup3 \
 		libstartup-notification-1.so:x11/startup-notification
 RUN_DEPENDS=	gdm:x11/gdm \
 		gkbd-keyboard-display:x11/libgnomekbd \