Date: Mon, 17 Jul 2023 09:12:01 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: f2d292f1f97a - main - net-im/chatterino2: Update version 2.4.0=>2.4.1 Message-ID: <202307170912.36H9C17x034058@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=f2d292f1f97a1452359fb871c9c3f1a49a7bdae0 commit f2d292f1f97a1452359fb871c9c3f1a49a7bdae0 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-07-17 08:48:11 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-07-17 09:11:47 +0000 net-im/chatterino2: Update version 2.4.0=>2.4.1 Changelog: https://github.com/Chatterino/chatterino2/releases/tag/v2.4.1 --- net-im/chatterino2/Makefile | 5 ++++- net-im/chatterino2/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/net-im/chatterino2/Makefile b/net-im/chatterino2/Makefile index b579aef4f379..1ea9401b4910 100644 --- a/net-im/chatterino2/Makefile +++ b/net-im/chatterino2/Makefile @@ -1,5 +1,5 @@ PORTNAME= chatterino2 -PORTVERSION= 2.4.0 +PORTVERSION= 2.4.1 DISTVERSIONPREFIX= v CATEGORIES= net-im @@ -11,6 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${LOCALBASE}/include/magic_enum.hpp:devel/magic_enum \ + miniaudio>0:audio/miniaudio \ rapidjson>0:devel/rapidjson \ websocketpp>=0:devel/websocketpp LIB_DEPENDS= libboost_system.so:devel/boost-libs \ @@ -28,6 +29,8 @@ USE_GL= gl USE_QT= concurrent core dbus gui multimedia network svg widgets \ buildtools:build qmake:build +CXXFLAGS+= -I${LOCALBASE}/include/miniaudio + CMAKE_ARGS= -DUSE_SYSTEM_QTKEYCHAIN=on PLIST_FILES= bin/chatterino \ diff --git a/net-im/chatterino2/distinfo b/net-im/chatterino2/distinfo index 71c330612017..b12279caced0 100644 --- a/net-im/chatterino2/distinfo +++ b/net-im/chatterino2/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1689505428 -SHA256 (chatterino-chatterino2-v2.4.0_GH0.tar.gz) = bdd52c380b1c8278d647407b25811c649b4b6edf66b21529cd50a9863859fb45 -SIZE (chatterino-chatterino2-v2.4.0_GH0.tar.gz) = 1987436 +TIMESTAMP = 1689582823 +SHA256 (chatterino-chatterino2-v2.4.1_GH0.tar.gz) = 0f36df1367cdd601960db9df56b9da18035dbebd7b5903c2c7f881612d65dacb +SIZE (chatterino-chatterino2-v2.4.1_GH0.tar.gz) = 2041564 SHA256 (Chatterino-libcommuni-a7b32cd_GH0.tar.gz) = 5441bf53c224f4782efdb58a5045a014d65b8906c1621c417828063e5753b74b SIZE (Chatterino-libcommuni-a7b32cd_GH0.tar.gz) = 477616 SHA256 (arsenm-sanitizers-cmake-c3dc841_GH0.tar.gz) = bc5cddf6451c3edecc75bf605e7976cb47208d31021db6f5bf99c579efc01f5a
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307170912.36H9C17x034058>