git: 6fea7a0a9d9f - main - devel/gstreamer1-plugins-soup: Depend on libsoup3

From: Thomas Zander <riggs_at_FreeBSD.org>
Date: Sat, 04 Feb 2023 09:16:27 UTC
The branch main has been updated by riggs:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6fea7a0a9d9f2f7cebe5ac8b4d7b3a473ac3da7d

commit 6fea7a0a9d9f2f7cebe5ac8b4d7b3a473ac3da7d
Author:     Neel Chauhan <nc@FreeBSD.org>
AuthorDate: 2023-01-30 20:30:58 +0000
Commit:     Thomas Zander <riggs@FreeBSD.org>
CommitDate: 2023-02-04 09:16:25 +0000

    devel/gstreamer1-plugins-soup: Depend on libsoup3
    
    PR:             269258
---
 devel/gstreamer1-plugins-soup/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/devel/gstreamer1-plugins-soup/Makefile b/devel/gstreamer1-plugins-soup/Makefile
index 79007869b323..80938c12ae5a 100644
--- a/devel/gstreamer1-plugins-soup/Makefile
+++ b/devel/gstreamer1-plugins-soup/Makefile
@@ -1,4 +1,4 @@
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	devel
 
 COMMENT=	GStreamer soup based http input plugin
@@ -10,6 +10,6 @@ MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins
 
 PLIST=  ${.CURDIR}/pkg-plist
 
-LIB_DEPENDS= libsoup-2.4.so:devel/libsoup
+LIB_DEPENDS= libsoup-3.0.so:devel/libsoup3
 
 .include "${MASTERDIR}/Makefile"