Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Feb 2023 09:16:27 GMT
From:      Thomas Zander <riggs@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6fea7a0a9d9f - main - devel/gstreamer1-plugins-soup: Depend on libsoup3
Message-ID:  <202302040916.3149GRAK008355@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302040916.3149GRAK008355>