Date: Tue, 7 Jan 2025 20:46:43 GMT From: Thierry Thomas <thierry@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 7032a0ccb008 - main - textproc/uni: upgrade to v2.8.0 Message-ID: <202501072046.507KkhBU011569@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by thierry: URL: https://cgit.FreeBSD.org/ports/commit/?id=7032a0ccb0085aa7b0277f03ac382f9e7c6d37ac commit 7032a0ccb0085aa7b0277f03ac382f9e7c6d37ac Author: Thierry Thomas <thierry@FreeBSD.org> AuthorDate: 2025-01-07 20:42:55 +0000 Commit: Thierry Thomas <thierry@FreeBSD.org> CommitDate: 2025-01-07 20:45:54 +0000 textproc/uni: upgrade to v2.8.0 Update to Unicode 16.0. --- textproc/uni/Makefile | 11 +++++------ textproc/uni/distinfo | 14 +++++++------- 2 files changed, 12 insertions(+), 13 deletions(-) diff --git a/textproc/uni/Makefile b/textproc/uni/Makefile index e1899a3b300a..4582ded8719d 100644 --- a/textproc/uni/Makefile +++ b/textproc/uni/Makefile @@ -1,7 +1,6 @@ PORTNAME= uni -PORTVERSION= 2.7.0 +PORTVERSION= 2.8.0 DISTVERSIONPREFIX= v -PORTREVISION= 3 CATEGORIES= textproc MAINTAINER= thierry@FreeBSD.org @@ -15,10 +14,10 @@ USES= go:modules USE_GITHUB= yes GH_ACCOUNT= arp242 -GH_TUPLE= arp242:runewidth:v0.1.0:arp242_runewidth/vendor/zgo.at/runewidth \ - arp242:termtext:v1.5.0:arp242_termtext/vendor/zgo.at/termtext \ - arp242:zli:91dbcffb2960:arp242_zli/vendor/zgo.at/zli \ - arp242:zstd:10baa641d7d0:arp242_zstd/vendor/zgo.at/zstd \ +GH_TUPLE= arp242:runewidth:v0.1.0:arp242_runewidth/vendor/zgo.at/runewidth \ + arp242:termtext:v1.5.0:arp242_termtext/vendor/zgo.at/termtext \ + arp242:zli:47534b1ce136:arp242_zli/vendor/zgo.at/zli \ + arp242:zstd:f7ed9341ec67:arp242_zstd/vendor/zgo.at/zstd \ rivo:uniseg:v0.4.7:rivo_uniseg/vendor/github.com/rivo/uniseg GO_BUILDFLAGS= -ldflags "-X main.version=${PORTVERSION}" -buildvcs=false diff --git a/textproc/uni/distinfo b/textproc/uni/distinfo index 0f7e5a740038..da0f0f8d97d3 100644 --- a/textproc/uni/distinfo +++ b/textproc/uni/distinfo @@ -1,13 +1,13 @@ -TIMESTAMP = 1716465113 -SHA256 (arp242-uni-v2.7.0_GH0.tar.gz) = 192f904eda8cd9f3dce002bc04a5c622ea113c269d4b1a19f4c89094b05f9cd9 -SIZE (arp242-uni-v2.7.0_GH0.tar.gz) = 589892 +TIMESTAMP = 1736277063 +SHA256 (arp242-uni-v2.8.0_GH0.tar.gz) = 627a8aebe8d72bad5a462b8efc8b96dc96794b926b094de3f1e5b9965e44a678 +SIZE (arp242-uni-v2.8.0_GH0.tar.gz) = 638998 SHA256 (arp242-runewidth-v0.1.0_GH0.tar.gz) = e79d5b059f1b4845ee83a5d9bd4421cf660c2e82edd11ea4363390815952e10e SIZE (arp242-runewidth-v0.1.0_GH0.tar.gz) = 16419 SHA256 (arp242-termtext-v1.5.0_GH0.tar.gz) = 6ae65441d005e1fa833c95cb5095746324dc2de581b780396dfd6f5f6ac59f39 SIZE (arp242-termtext-v1.5.0_GH0.tar.gz) = 5783 -SHA256 (arp242-zli-91dbcffb2960_GH0.tar.gz) = 31e9528440f4bc45753fd97489cfca06c432faddc0e83603c79ee49098126095 -SIZE (arp242-zli-91dbcffb2960_GH0.tar.gz) = 46490 -SHA256 (arp242-zstd-10baa641d7d0_GH0.tar.gz) = b3337617fc48684bd57a0805947ae03005503a601ece8e4e154da794626e01ba -SIZE (arp242-zstd-10baa641d7d0_GH0.tar.gz) = 86427 +SHA256 (arp242-zli-47534b1ce136_GH0.tar.gz) = 8853ba34f1c26343502d934211afa1ea502fae46b14008ab49a22de45bb40c5f +SIZE (arp242-zli-47534b1ce136_GH0.tar.gz) = 49088 +SHA256 (arp242-zstd-f7ed9341ec67_GH0.tar.gz) = befc22f9a91d2c45f0810e61d57cca9aa7d8a090d23d55908b1991f13895ade3 +SIZE (arp242-zstd-f7ed9341ec67_GH0.tar.gz) = 83311 SHA256 (rivo-uniseg-v0.4.7_GH0.tar.gz) = dc7aedce4a8c174b01df8406ff7d92779e2df76cee2ad17fa2ff6777feddadec SIZE (rivo-uniseg-v0.4.7_GH0.tar.gz) = 458088
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501072046.507KkhBU011569>