Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Feb 2023 17:05:47 GMT
From:      Neel Chauhan <nc@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b8bac152bb31 - main - x11-toolkits/libshumate: Use libsoup 3.0
Message-ID:  <202302061705.316H5lvv002523@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by nc:

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

commit b8bac152bb31f9c68e55a6a7e6963abd43d83c51
Author:     Neel Chauhan <nc@FreeBSD.org>
AuthorDate: 2023-01-30 20:33:03 +0000
Commit:     Neel Chauhan <nc@FreeBSD.org>
CommitDate: 2023-02-06 17:05:17 +0000

    x11-toolkits/libshumate: Use libsoup 3.0
    
    Also bump PORTVERSION on it and dependent ports
    
    PR:     269257
---
 audio/shortwave/Makefile         | 2 +-
 x11-toolkits/libshumate/Makefile | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/audio/shortwave/Makefile b/audio/shortwave/Makefile
index c728f0f0129d..866df24aa1d9 100644
--- a/audio/shortwave/Makefile
+++ b/audio/shortwave/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	shortwave
 DISTVERSION=	3.1.0
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	audio
 
 MAINTAINER=	jbeich@FreeBSD.org
diff --git a/x11-toolkits/libshumate/Makefile b/x11-toolkits/libshumate/Makefile
index 3574d02b97a0..6d20f9b51f25 100644
--- a/x11-toolkits/libshumate/Makefile
+++ b/x11-toolkits/libshumate/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	libshumate
 DISTVERSION=	1.0.3
+PORTREVISION=	1
 CATEGORIES=	x11-toolkits geography
 MASTER_SITES=	GNOME
 
@@ -10,13 +11,12 @@ WWW=		https://wiki.gnome.org/Projects/libshumate
 LICENSE=	LGPL21+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-LIB_DEPENDS=	libsoup-2.4.so:devel/libsoup \
+LIB_DEPENDS=	libsoup-3.0.so:devel/libsoup3 \
 		libgraphene-1.0.so:graphics/graphene
 
 USES=		gettext gnome meson pkgconfig sqlite tar:xz vala:build
 USE_GNOME=	cairo gdkpixbuf2 gtk40 introspection:build
 USE_LDCONFIG=	yes
-MESON_ARGS=	-Dlibsoup3=false # Required by shortwave via gstreamer1-plugins-soup
 
 OPTIONS_DEFINE=	DOCS
 



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