Date: Thu, 23 Jun 2022 07:58:58 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 5213784337ff - main - multimedia/obs-websocket: Improve format, add comment Message-ID: <202206230758.25N7wwOG069962@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=5213784337ff47f4fa9a1ad3aee8e56898e498a0 commit 5213784337ff47f4fa9a1ad3aee8e56898e498a0 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-06-23 07:58:26 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-06-23 07:58:56 +0000 multimedia/obs-websocket: Improve format, add comment --- multimedia/obs-websocket/Makefile | 7 ++++--- multimedia/obs-websocket/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/multimedia/obs-websocket/Makefile b/multimedia/obs-websocket/Makefile index 9d4c3fd3a2f5..5b8a8ab04777 100644 --- a/multimedia/obs-websocket/Makefile +++ b/multimedia/obs-websocket/Makefile @@ -8,16 +8,17 @@ COMMENT= OBS Studio Plugin: WebSockets API LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN= does not build: src/rpc/../obs-websocket.h:36:7: error: type alias redefinition with different types +BROKEN= does not build: src/rpc/../obs-websocket.h:36:7: error: type alias redefinition with different types, see https://github.com/obsproject/obs-websocket/issues/954 BUILD_DEPENDS= websocketpp>0:devel/websocketpp LIB_DEPENDS= libobs.so:multimedia/obs-studio USES= cmake compiler:c++17-lang localbase:ldflags qt:5 +USE_QT= core gui widgets buildtools_build concurrent_build qmake_build + USE_GITHUB= yes -GH_ACCOUNT= Palakis +GH_ACCOUNT= obsproject GH_TUPLE= chriskohlhoff:asio:b73dc1d2c0ecb9452a87c26544d7f71e24342df6:chriskohlhoff_asio/deps/asio -USE_QT= core gui widgets buildtools_build concurrent_build qmake_build OPTIONS_DEFINE= IPV4 # with devel/websocketpp it's either IPv4 or IPv6, but not both OPTIONS_DEFAULT= IPV4 # project defaults to IPv6 but the port defaults to IPv4 because IPv4 is currently more common diff --git a/multimedia/obs-websocket/distinfo b/multimedia/obs-websocket/distinfo index db1383d62682..81dd9ea6f27c 100644 --- a/multimedia/obs-websocket/distinfo +++ b/multimedia/obs-websocket/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1590685877 -SHA256 (Palakis-obs-websocket-4.8.0_GH0.tar.gz) = a0b99f8039225305af36ef84d353155173d5878f56187a8988a827b487f15781 -SIZE (Palakis-obs-websocket-4.8.0_GH0.tar.gz) = 173336 +TIMESTAMP = 1655971074 +SHA256 (obsproject-obs-websocket-4.8.0_GH0.tar.gz) = a0b99f8039225305af36ef84d353155173d5878f56187a8988a827b487f15781 +SIZE (obsproject-obs-websocket-4.8.0_GH0.tar.gz) = 173336 SHA256 (chriskohlhoff-asio-b73dc1d2c0ecb9452a87c26544d7f71e24342df6_GH0.tar.gz) = e4a5f556e3d562c71f9e569ffa64eae665abd2c61d85a2d275c86042b32f9342 SIZE (chriskohlhoff-asio-b73dc1d2c0ecb9452a87c26544d7f71e24342df6_GH0.tar.gz) = 1211725
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206230758.25N7wwOG069962>