From owner-dev-commits-ports-main@freebsd.org Thu Apr 8 20:16:10 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 570CC5BE4A0; Thu, 8 Apr 2021 20:16:10 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FGXZy21Dkz4YF5; Thu, 8 Apr 2021 20:16:10 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 37FA710DB4; Thu, 8 Apr 2021 20:16:10 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 138KGAK0009308; Thu, 8 Apr 2021 20:16:10 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 138KGADo009307; Thu, 8 Apr 2021 20:16:10 GMT (envelope-from git) Date: Thu, 8 Apr 2021 20:16:10 GMT Message-Id: <202104082016.138KGADo009307@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yuri Victorovich Subject: git: 06c6a153191c - main - multimedia/librist: Update 0.2.0-RC5.20210325 -> 0.2.0-RC6 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 06c6a153191c87865d09d1f30edec56a24b75690 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Apr 2021 20:16:10 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=06c6a153191c87865d09d1f30edec56a24b75690 commit 06c6a153191c87865d09d1f30edec56a24b75690 Author: Yuri Victorovich AuthorDate: 2021-04-08 20:15:39 +0000 Commit: Yuri Victorovich CommitDate: 2021-04-08 20:16:08 +0000 multimedia/librist: Update 0.2.0-RC5.20210325 -> 0.2.0-RC6 --- multimedia/librist/Makefile | 17 +++++++++++++---- multimedia/librist/distinfo | 6 +++--- 2 files changed, 16 insertions(+), 7 deletions(-) diff --git a/multimedia/librist/Makefile b/multimedia/librist/Makefile index 3daf56b9f6e3..2f1061143abe 100644 --- a/multimedia/librist/Makefile +++ b/multimedia/librist/Makefile @@ -1,5 +1,5 @@ PORTNAME= librist -DISTVERSION= 0.2.0-RC5.20210325 +DISTVERSION= 0.2.0-RC6 CATEGORIES= multimedia MAINTAINER= yuri@FreeBSD.org @@ -8,7 +8,8 @@ COMMENT= Library for Reliable Internet Stream Transport (RIST) protocol LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libcjson.so:devel/libcjson +LIB_DEPENDS= libcjson.so:devel/libcjson \ + liblz4.so:archivers/liblz4 # binary doesn't depend on liblz4.so for unknown reason, notified the dev via e-mail on 2021-04-08 USES= localbase meson pkgconfig USE_GITLAB= yes @@ -16,8 +17,16 @@ USE_LDCONFIG= yes GL_SITE= https://code.videolan.org GL_ACCOUNT= rist -GL_COMMIT= 24ae978bcacf6a998aa3f2b605690f7d774f9c83 +GL_COMMIT= 9604b7530606b26a40fd95092a2f59d3ee6907d9 -MESON_ARGS= -Duse_mbedtls=false # mbedcrypto needs to be ported +MESON_ARGS= -Dtest=false +MESON_ARGS+= -Duse_mbedtls=false # mbedcrypto needs to be ported + +do-test: + @cd ${WRKSRC} && \ + ${RM} -r _build && \ + ${SETENV} ${CONFIGURE_ENV} ${CONFIGURE_CMD} ${CONFIGURE_ARGS} -Dtest=true -Duse_mbedtls=false && \ + cd ${BUILD_WRKSRC} && \ + ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} test .include diff --git a/multimedia/librist/distinfo b/multimedia/librist/distinfo index 7e2a461ad164..ed92751aec2b 100644 --- a/multimedia/librist/distinfo +++ b/multimedia/librist/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1616794980 -SHA256 (rist-librist-24ae978bcacf6a998aa3f2b605690f7d774f9c83_GL0.tar.gz) = 4eeb926301dff77a239b5eacef4852ddd662fb728d39af11bf770d2f2828f654 -SIZE (rist-librist-24ae978bcacf6a998aa3f2b605690f7d774f9c83_GL0.tar.gz) = 1643022 +TIMESTAMP = 1617911459 +SHA256 (rist-librist-9604b7530606b26a40fd95092a2f59d3ee6907d9_GL0.tar.gz) = 1d1d93b06f62d5a4a12c0a76126d7ebfc8c318c0f050c7d129d915db9c6ecf39 +SIZE (rist-librist-9604b7530606b26a40fd95092a2f59d3ee6907d9_GL0.tar.gz) = 1643375