Date: Sat, 23 Mar 2024 11:14:17 GMT From: Daniel Engberg <diizzy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 01b932c6898e - main - textproc/libunibreak: Update to 6.1 Message-ID: <202403231114.42NBEHJn008478@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=01b932c6898e9e8feb5112f8f600067e336bf91b commit 01b932c6898e9e8feb5112f8f600067e336bf91b Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-03-23 11:09:23 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-03-23 11:13:38 +0000 textproc/libunibreak: Update to 6.1 * Add "make test" * Adjust Makefile to more closely follow Porters Handbook Changelog: https://github.com/adah1972/libunibreak/releases/tag/libunibreak_6_1 PR: 277438 Approved by: desktop (tcberner) --- textproc/libunibreak/Makefile | 10 +++++++--- textproc/libunibreak/distinfo | 6 +++--- textproc/libunibreak/pkg-plist | 5 +++-- 3 files changed, 13 insertions(+), 8 deletions(-) diff --git a/textproc/libunibreak/Makefile b/textproc/libunibreak/Makefile index 1c22d77167e5..361524944f58 100644 --- a/textproc/libunibreak/Makefile +++ b/textproc/libunibreak/Makefile @@ -1,8 +1,8 @@ PORTNAME= libunibreak -PORTVERSION= 5.1 +DISTVERSION= 6.1 PORTEPOCH= 1 CATEGORIES= textproc -MASTER_SITES= https://github.com/adah1972/${PORTNAME}/releases/download/${PORTNAME}_${PORTVERSION:C/\./_/}/ +MASTER_SITES= https://github.com/adah1972/${PORTNAME}/releases/download/${PORTNAME}_${DISTVERSION:C/\./_/}/ MAINTAINER= kde@FreeBSD.org COMMENT= Implementation of the line and word breaking algorithm for Unicode @@ -12,9 +12,13 @@ LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/LICENCE USES= libtool pathfix + GNU_CONFIGURE= yes -INSTALL_TARGET= install-strip USE_LDCONFIG= yes + +INSTALL_TARGET= install-strip +TEST_TARGET= check + MAKE_ARGS= LN_S="${INSTALL_DATA}" .include <bsd.port.mk> diff --git a/textproc/libunibreak/distinfo b/textproc/libunibreak/distinfo index 00c39142aca7..716a6eb31c01 100644 --- a/textproc/libunibreak/distinfo +++ b/textproc/libunibreak/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1678608217 -SHA256 (libunibreak-5.1.tar.gz) = dd1a92d4c5646aa0e457ff41d89812ec5243863be6c20bbcb5ee380f3dd78377 -SIZE (libunibreak-5.1.tar.gz) = 658914 +TIMESTAMP = 1709408035 +SHA256 (libunibreak-6.1.tar.gz) = cc4de0099cf7ff05005ceabff4afed4c582a736abc38033e70fdac86335ce93f +SIZE (libunibreak-6.1.tar.gz) = 855733 diff --git a/textproc/libunibreak/pkg-plist b/textproc/libunibreak/pkg-plist index f827871cc782..c91534e36b0f 100644 --- a/textproc/libunibreak/pkg-plist +++ b/textproc/libunibreak/pkg-plist @@ -1,3 +1,4 @@ +include/eastasianwidthdef.h include/graphemebreak.h include/linebreak.h include/linebreakdef.h @@ -6,6 +7,6 @@ include/unibreakdef.h include/wordbreak.h lib/libunibreak.a lib/libunibreak.so -lib/libunibreak.so.5 -lib/libunibreak.so.5.0.1 +lib/libunibreak.so.6 +lib/libunibreak.so.6.0.1 libdata/pkgconfig/libunibreak.pc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403231114.42NBEHJn008478>