From owner-dev-commits-ports-all@freebsd.org Tue Apr 20 19:25:24 2021 Return-Path: Delivered-To: dev-commits-ports-all@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 E71D85E4EAA; Tue, 20 Apr 2021 19:25:24 +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 4FPttr5lGhz3NJ8; Tue, 20 Apr 2021 19:25:24 +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 B85CF1863D; Tue, 20 Apr 2021 19:25:24 +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 13KJPOnk024587; Tue, 20 Apr 2021 19:25:24 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13KJPOtH024586; Tue, 20 Apr 2021 19:25:24 GMT (envelope-from git) Date: Tue, 20 Apr 2021 19:25:24 GMT Message-Id: <202104201925.13KJPOtH024586@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: caaa94e17aff - main - multimedia/librist: Update 0.2.0-RC6 -> 0.2.0-RC6.20210420 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: caaa94e17aff97c6c49e402eafbe87b819c81021 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Apr 2021 19:25:25 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=caaa94e17aff97c6c49e402eafbe87b819c81021 commit caaa94e17aff97c6c49e402eafbe87b819c81021 Author: Yuri Victorovich AuthorDate: 2021-04-20 19:23:48 +0000 Commit: Yuri Victorovich CommitDate: 2021-04-20 19:25:22 +0000 multimedia/librist: Update 0.2.0-RC6 -> 0.2.0-RC6.20210420 - Add security/mbedtls dependency - Remove archivers/liblz4 dependency Repored by: upstream --- multimedia/librist/Makefile | 9 ++++----- multimedia/librist/distinfo | 6 +++--- multimedia/librist/pkg-plist | 2 ++ 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/multimedia/librist/Makefile b/multimedia/librist/Makefile index 2f1061143abe..3a3ef4bf4348 100644 --- a/multimedia/librist/Makefile +++ b/multimedia/librist/Makefile @@ -1,5 +1,5 @@ PORTNAME= librist -DISTVERSION= 0.2.0-RC6 +DISTVERSION= 0.2.0-RC6.20210420 CATEGORIES= multimedia MAINTAINER= yuri@FreeBSD.org @@ -9,18 +9,17 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING 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 + libmbedcrypto.so:security/mbedtls -USES= localbase meson pkgconfig +USES= localbase:ldflags meson pkgconfig USE_GITLAB= yes USE_LDCONFIG= yes GL_SITE= https://code.videolan.org GL_ACCOUNT= rist -GL_COMMIT= 9604b7530606b26a40fd95092a2f59d3ee6907d9 +GL_COMMIT= 113acf656930f17ef216cd84e008d997c71b46c5 MESON_ARGS= -Dtest=false -MESON_ARGS+= -Duse_mbedtls=false # mbedcrypto needs to be ported do-test: @cd ${WRKSRC} && \ diff --git a/multimedia/librist/distinfo b/multimedia/librist/distinfo index 9474534a2898..945c3322c763 100644 --- a/multimedia/librist/distinfo +++ b/multimedia/librist/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1617993728 -SHA256 (rist-librist-9604b7530606b26a40fd95092a2f59d3ee6907d9_GL0.tar.gz) = 89b57ff23258e34f16d66bd0906654756a343b86f0b61d70cd4aa443bc422e4e -SIZE (rist-librist-9604b7530606b26a40fd95092a2f59d3ee6907d9_GL0.tar.gz) = 1643392 +TIMESTAMP = 1618946157 +SHA256 (rist-librist-113acf656930f17ef216cd84e008d997c71b46c5_GL0.tar.gz) = a6893ae96b6767078a8b489a2e6f3415300931f7b70bc911ce88fb8c9cec0e3e +SIZE (rist-librist-113acf656930f17ef216cd84e008d997c71b46c5_GL0.tar.gz) = 2870803 diff --git a/multimedia/librist/pkg-plist b/multimedia/librist/pkg-plist index 3e8447afcbb9..bfd8500938c1 100644 --- a/multimedia/librist/pkg-plist +++ b/multimedia/librist/pkg-plist @@ -1,9 +1,11 @@ bin/rist2rist bin/ristreceiver bin/ristsender +bin/ristsrppasswd include/librist/common.h include/librist/headers.h include/librist/librist.h +include/librist/librist_srp.h include/librist/logging.h include/librist/udpsocket.h include/librist/version.h