Re: git: a71f6f1f4119 - main - textproc/utf8proc: Update to 2.9.0

From: Vladimir Druzenko <vvd_at_freebsd.org>
Date: Sat, 21 Oct 2023 12:15:22 UTC
21.10.2023 09:53, Daniel Engberg пишет:
> The branch main has been updated by diizzy:
>
> URL: https://cgit.FreeBSD.org/ports/commit/?id=a71f6f1f41195fc156071640e2cd200541c21e52
>
> commit a71f6f1f41195fc156071640e2cd200541c21e52
> Author:     Daniel Engberg <diizzy@FreeBSD.org>
> AuthorDate: 2023-10-21 06:42:34 +0000
> Commit:     Daniel Engberg <diizzy@FreeBSD.org>
> CommitDate: 2023-10-21 06:43:15 +0000
>
>      textproc/utf8proc: Update to 2.9.0
>      
>      Changelog: https://github.com/JuliaStrings/utf8proc/releases/tag/v2.9.0
> ---
>   textproc/utf8proc/Makefile | 11 ++++-------
>   textproc/utf8proc/distinfo |  6 +++---
>   2 files changed, 7 insertions(+), 10 deletions(-)
>
> diff --git a/textproc/utf8proc/Makefile b/textproc/utf8proc/Makefile
> index b034d3ea7278..05bb4bbf8fd4 100644
> --- a/textproc/utf8proc/Makefile
> +++ b/textproc/utf8proc/Makefile
> @@ -1,7 +1,7 @@
>   PORTNAME=	utf8proc
> -DISTVERSIONPREFIX=	v
> -DISTVERSION=	2.8.0
> +DISTVERSION=	2.9.0
>   CATEGORIES=	textproc devel
> +MASTER_SITES=	https://github.com/JuliaStrings/${PORTNAME}/releases/download/v${DISTVERSION}/
>   
>   MAINTAINER=	diizzy@FreeBSD.org
>   COMMENT=	UTF-8 processing library
> @@ -11,17 +11,14 @@ LICENSE=	MIT
>   LICENSE_FILE=	${WRKSRC}/LICENSE.md
>   
>   USES=		cmake
> -
> -USE_GITHUB=	yes
> -GH_ACCOUNT=	JuliaStrings
>   USE_LDCONFIG=	yes
>   
>   CMAKE_ON=	BUILD_SHARED_LIBS
>   
>   PLIST_FILES=	include/utf8proc.h \
>   		lib/libutf8proc.so \
> -		lib/libutf8proc.so.2 \
> -		lib/libutf8proc.so.2.6.0 \
> +		lib/libutf8proc.so.3 \
> +		lib/libutf8proc.so.3.0.0 \
Need the bump:

# pkg check -d
Checking all packages: 100%
subversion is missing a required shared library: libutf8proc.so.2

>   		libdata/pkgconfig/libutf8proc.pc
>   PORTDOCS=	NEWS.md README.md
>   
> diff --git a/textproc/utf8proc/distinfo b/textproc/utf8proc/distinfo
> index cbe31a6bb508..47b1d79e711f 100644
> --- a/textproc/utf8proc/distinfo
> +++ b/textproc/utf8proc/distinfo
> @@ -1,3 +1,3 @@
> -TIMESTAMP = 1667165430
> -SHA256 (JuliaStrings-utf8proc-v2.8.0_GH0.tar.gz) = a0a60a79fe6f6d54e7d411facbfcc867a6e198608f2cd992490e46f04b1bcecc
> -SIZE (JuliaStrings-utf8proc-v2.8.0_GH0.tar.gz) = 190310
> +TIMESTAMP = 1697842011
> +SHA256 (utf8proc-2.9.0.tar.gz) = bd215d04313b5bc42c1abedbcb0a6574667e31acee1085543a232204e36384c4
> +SIZE (utf8proc-2.9.0.tar.gz) = 190190

-- 
Best regards,
Vladimir Druzenko