git: 00507ddffc2f - main - textproc/libunibreak: update to 5.1

From: Tobias C. Berner <tcberner_at_FreeBSD.org>
Date: Sun, 12 Mar 2023 08:12:18 UTC
The branch main has been updated by tcberner:

URL: https://cgit.FreeBSD.org/ports/commit/?id=00507ddffc2fa9c99c96f53e56a081fba17ad969

commit 00507ddffc2fa9c99c96f53e56a081fba17ad969
Author:     Tobias C. Berner <tcberner@FreeBSD.org>
AuthorDate: 2023-03-12 08:04:41 +0000
Commit:     Tobias C. Berner <tcberner@FreeBSD.org>
CommitDate: 2023-03-12 08:12:10 +0000

    textproc/libunibreak:  update to 5.1
    
    New in libunibreak 5.1
    
    - Speed up line-break property lookup
    - Update the data to conform to Unicode 15
    
    New in libunibreak 5.0
    
    - Update the data to conform to Unicode 14
    - Add per_code_point variants of utf8 and utf16 functions
    - Do not always break after the last character
    - Clean up code and test
---
 textproc/libunibreak/Makefile  | 2 +-
 textproc/libunibreak/distinfo  | 6 +++---
 textproc/libunibreak/pkg-plist | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/textproc/libunibreak/Makefile b/textproc/libunibreak/Makefile
index a095390c2974..4fbe2e5619dc 100644
--- a/textproc/libunibreak/Makefile
+++ b/textproc/libunibreak/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	libunibreak
-PORTVERSION=	4.3
+PORTVERSION=	5.1
 PORTEPOCH=	1
 CATEGORIES=	textproc
 MASTER_SITES=	https://github.com/adah1972/${PORTNAME}/releases/download/${PORTNAME}_${PORTVERSION:C/\./_/}/
diff --git a/textproc/libunibreak/distinfo b/textproc/libunibreak/distinfo
index 414ec39c2631..00c39142aca7 100644
--- a/textproc/libunibreak/distinfo
+++ b/textproc/libunibreak/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1609866801
-SHA256 (libunibreak-4.3.tar.gz) = 3c51857086cbda44ad4fcdcdf32f6d3acfc3fbd6eefed97db3e3144734998526
-SIZE (libunibreak-4.3.tar.gz) = 639886
+TIMESTAMP = 1678608217
+SHA256 (libunibreak-5.1.tar.gz) = dd1a92d4c5646aa0e457ff41d89812ec5243863be6c20bbcb5ee380f3dd78377
+SIZE (libunibreak-5.1.tar.gz) = 658914
diff --git a/textproc/libunibreak/pkg-plist b/textproc/libunibreak/pkg-plist
index d409fa9bfeff..f827871cc782 100644
--- a/textproc/libunibreak/pkg-plist
+++ b/textproc/libunibreak/pkg-plist
@@ -6,6 +6,6 @@ include/unibreakdef.h
 include/wordbreak.h
 lib/libunibreak.a
 lib/libunibreak.so
-lib/libunibreak.so.3
-lib/libunibreak.so.3.1.3
+lib/libunibreak.so.5
+lib/libunibreak.so.5.0.1
 libdata/pkgconfig/libunibreak.pc