Skip to content

Commit

Permalink
audio/murmur: update to 1.3.4, fix dependencies after update devel/pr…
Browse files Browse the repository at this point in the history
…otobuf 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
  • Loading branch information
VVD committed Jan 19, 2024
1 parent 064d481 commit e2fdb43
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions audio/murmur/Makefile
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
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/

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
Expand Down
6 changes: 3 additions & 3 deletions audio/murmur/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit e2fdb43

Please sign in to comment.