Date: Mon, 19 Aug 2024 21:56:39 GMT From: Vladimir Druzenko <vvd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 89ee449eddd7 - main - www/tgpt: Update Go modules list Message-ID: <202408192156.47JLudIA041084@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by vvd: URL: https://cgit.FreeBSD.org/ports/commit/?id=89ee449eddd795c4ff7efb04f689b429f7927736 commit 89ee449eddd795c4ff7efb04f689b429f7927736 Author: Yusuf Yaman <nxjoseph@protonmail.com> AuthorDate: 2024-08-19 21:56:11 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2024-08-19 21:56:11 +0000 www/tgpt: Update Go modules list PR: 280935 --- www/tgpt/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/www/tgpt/Makefile b/www/tgpt/Makefile index 747a39c711a9..323bb9ac68cd 100644 --- a/www/tgpt/Makefile +++ b/www/tgpt/Makefile @@ -1,6 +1,7 @@ PORTNAME= tgpt DISTVERSIONPREFIX= v DISTVERSION= 2.8.1 +PORTREVISION= 1 CATEGORIES= www MAINTAINER= nxjoseph@protonmail.com @@ -44,8 +45,8 @@ GH_TUPLE= andybalholm:brotli:v1.1.0:andybalholm_brotli/vendor/github.com/andybal mattn:go-colorable:v0.1.13:mattn_go_colorable/vendor/github.com/mattn/go-colorable \ mattn:go-isatty:v0.0.20:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ mattn:go-localereader:v0.0.1:mattn_go_localereader/vendor/github.com/mattn/go-localereader \ - mattn:go-runewidth:v0.0.15:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth \ - mattn:go-tty:v0.0.3:mattn_go_tty/vendor/github.com/mattn/go-tty \ + mattn:go-runewidth:v0.0.16:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth \ + mattn:go-tty:v0.0.7:mattn_go_tty/vendor/github.com/mattn/go-tty \ muesli:ansi:276c6243b2f6:muesli_ansi/vendor/github.com/muesli/ansi \ muesli:cancelreader:v0.2.2:muesli_cancelreader/vendor/github.com/muesli/cancelreader \ muesli:termenv:v0.15.2:muesli_termenv/vendor/github.com/muesli/termenv \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202408192156.47JLudIA041084>