Date: Fri, 19 Jan 2024 16:18:08 GMT From: Vladimir Druzenko <vvd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: e2fdb4385d5d - main - audio/murmur: update to 1.3.4, fix dependencies after update devel/protobuf to 24.x, take maintainership Message-ID: <202401191618.40JGI8K5092747@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by vvd: URL: https://cgit.FreeBSD.org/ports/commit/?id=e2fdb4385d5d5c11aac9f3876dbe5efdbdef274e commit e2fdb4385d5d5c11aac9f3876dbe5efdbdef274e 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:15:14 +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 --- 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401191618.40JGI8K5092747>