git: 644ba58d8216 - 2024Q1 - audio/murmur: update to 1.3.4, fix dependencies after update devel/protobuf to 24.x, take maintainership

From: Vladimir Druzenko <vvd_at_FreeBSD.org>
Date: Fri, 19 Jan 2024 16:19:01 UTC
The branch 2024Q1 has been updated by vvd:

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

commit 644ba58d82169776ace4652abd02f9466adfcc08
Author:     Vladimir Druzenko <vvd@FreeBSD.org>
AuthorDate: 2024-01-19 16:15:14 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2024-01-19 16:18:43 +0000

    audio/murmur: update to 1.3.4, fix dependencies after update devel/protobuf to 24.x, take maintainership
    
    After update devel/protobuf to 24.x mumble started link with dosen
    libabsl_*.so from devel/abseil.
    
    Changelog: https://github.com/mumble-voip/mumble/releases/tag/1.3.4
    
    Approved by:    arrowd (mentor)
    MFH:            2024Q1
    
    (cherry picked from commit e2fdb4385d5d5c11aac9f3876dbe5efdbdef274e)
---
 audio/murmur/Makefile | 8 ++++----
 audio/murmur/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/audio/murmur/Makefile b/audio/murmur/Makefile
index 2602f43f0652..ebb2fb8584ef 100644
--- a/audio/murmur/Makefile
+++ b/audio/murmur/Makefile
@@ -1,9 +1,8 @@
 PORTNAME=	murmur
-PORTVERSION=	1.3.3
-PORTREVISION=	7
+PORTVERSION=	1.3.4
 CATEGORIES=	audio net
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	vvd@FreeBSD.org
 COMMENT=	Server component of Mumble
 WWW=		https://www.mumble.info/
 
@@ -11,7 +10,8 @@ LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${LOCALBASE}/include/boost/function.hpp:devel/boost-libs
-LIB_DEPENDS=	libprotobuf.so:devel/protobuf
+LIB_DEPENDS=	libabsl_base.so:devel/abseil \
+		libprotobuf.so:devel/protobuf
 
 USES=		compiler:c++11-lang qmake pkgconfig python:build qt:5 ssl
 BROKEN_SSL=	openssl openssl31
diff --git a/audio/murmur/distinfo b/audio/murmur/distinfo
index 46a347443f6f..b5c6420567b2 100644
--- a/audio/murmur/distinfo
+++ b/audio/murmur/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1602262186
-SHA256 (mumble-voip-mumble-1.3.3_GH0.tar.gz) = 53a555092a03af2e6025c641bb748f013e1cfa8f61899a686bed8690439f36c7
-SIZE (mumble-voip-mumble-1.3.3_GH0.tar.gz) = 4895708
+TIMESTAMP = 1705575971
+SHA256 (mumble-voip-mumble-1.3.4_GH0.tar.gz) = a692840423ddbd00ecca1ce174e4279c753acf58278579f603e56b644eae6f8e
+SIZE (mumble-voip-mumble-1.3.4_GH0.tar.gz) = 4896282