Re: git: cf48a47f7c3e - main - multimedia/librist: update 0.2.7 → 0.2.10

From: Daniel Engberg <daniel.engberg.lists_at_pyret.net>
Date: Sat, 04 Nov 2023 10:41:47 UTC
On 2023-11-04T07:08:12.000+01:00, Yuri Victorovich <yuri@FreeBSD.org>
wrote:

> The branch main has been updated by yuri:
> 
> URL: https://cgit.FreeBSD.org/ports/commit/?id=cf48a47f7c3e90040b8ff84cf22ffc25d4ee787b
> 
> commit cf48a47f7c3e90040b8ff84cf22ffc25d4ee787b
> 
> Author:     Yuri Victorovich <yuri@FreeBSD.org>
> 
> AuthorDate: 2023-11-04 06:06:16 +0000
> 
> Commit:     Yuri Victorovich <yuri@FreeBSD.org>
> 
> CommitDate: 2023-11-04 06:06:24 +0000
> 
>     multimedia/librist: update 0.2.7 → 0.2.10
> 
>     
> 
>     Bugfix release.
> 
> ---
> 
>  multimedia/librist/Makefile  | 7 ++++---
> 
>  multimedia/librist/distinfo  | 6 +++---
> 
>  multimedia/librist/pkg-plist | 2 +-
> 
>  3 files changed, 8 insertions(+), 7 deletions(-)
> 
> diff --git a/multimedia/librist/Makefile b/multimedia/librist/Makefile
> 
> index 11f03186e4e2..15e58b2e2339 100644
> 
> --- a/multimedia/librist/Makefile
> 
> +++ b/multimedia/librist/Makefile
> 
> @@ -1,5 +1,5 @@
> 
>  PORTNAME=    librist
> 
> -DISTVERSION=    0.2.7
> 
> +DISTVERSION=    0.2.10
> 
>  CATEGORIES=    multimedia
> 
>  
> 
>  MAINTAINER=    yuri@FreeBSD.org
> 
> @@ -10,7 +10,8 @@ LICENSE=    BSD2CLAUSE
> 
>  LICENSE_FILE=    ${WRKSRC}/COPYING
> 
>  
> 
>  LIB_DEPENDS=    libcjson.so:devel/libcjson [http://libcjson.so:devel/libcjson] \
> 
> -        libmbedcrypto.so:security/mbedtls [http://libmbedcrypto.so:security/mbedtls]
> 
> +        libmbedcrypto.so:security/mbedtls [http://libmbedcrypto.so:security/mbedtls] \
> 
> +        libmicrohttpd.so:www/libmicrohttpd [http://libmicrohttpd.so:www/libmicrohttpd]
> 
>  
> 
>  USES=        localbase:ldflags meson pkgconfig
> 
>  USE_GITLAB=    yes
> 
> @@ -18,7 +19,7 @@ USE_LDCONFIG=    yes
> 
>  
> 
>  GL_SITE=    https://code.videolan.org
> 
>  GL_ACCOUNT=    rist
> 
> -GL_TAGNAME=    00d1d3e33fb654d4744ce91fa838b413a4408494
> 
> +GL_TAGNAME=    1e805500dc14a507598cebdd49557c32e514899f
> 
>  
> 
>  MESON_ARGS=    -Dtest=false
> 
>  
> 
> diff --git a/multimedia/librist/distinfo b/multimedia/librist/distinfo
> 
> index ed23132c8d4d..58894f6f0826 100644
> 
> --- a/multimedia/librist/distinfo
> 
> +++ b/multimedia/librist/distinfo
> 
> @@ -1,3 +1,3 @@
> 
> -TIMESTAMP = 1659124280
> 
> -SHA256 (rist-librist-00d1d3e33fb654d4744ce91fa838b413a4408494_GL0.tar.gz) = 081b977a0131d3c45a3230483d7397b3accbe3ac01735845475de1ad5c9643af
> 
> -SIZE (rist-librist-00d1d3e33fb654d4744ce91fa838b413a4408494_GL0.tar.gz) = 2887144
> 
> +TIMESTAMP = 1699077208
> 
> +SHA256 (rist-librist-1e805500dc14a507598cebdd49557c32e514899f_GL0.tar.gz) = 15d664708fe6e044f1249dd0df9291a6d3849ff9cb340b11270afd26efea62dc
> 
> +SIZE (rist-librist-1e805500dc14a507598cebdd49557c32e514899f_GL0.tar.gz) = 2918205
> 
> diff --git a/multimedia/librist/pkg-plist b/multimedia/librist/pkg-plist
> 
> index 829ba6570388..bdcce7162674 100644
> 
> --- a/multimedia/librist/pkg-plist
> 
> +++ b/multimedia/librist/pkg-plist
> 
> @@ -19,5 +19,5 @@ include/librist/urlparam.h
> 
>  include/librist/version.h
> 
>  lib/librist.so [http://librist.so]
> 
>  lib/librist.so.4 [http://librist.so.4]
> 
> -lib/librist.so.4.2.0 [http://librist.so.4.2.0]
> 
> +lib/librist.so.4.3.1 [http://librist.so.4.3.1]
> 
>  libdata/pkgconfig/librist.pc

Hi,

Perhaps it's worth considering utilizing GnuTLS and/or Nettle as both
are more commonly used in the tree to consolidate dependencies?

Best regards,

Daniel