Date: Sun, 24 Mar 2024 14:36:09 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 1f764a769630 - main - net-im/tut: Mark DEPRECATED Message-ID: <202403241436.42OEa9h5008297@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=1f764a76963021e022e33a20652fbfb446951331 commit 1f764a76963021e022e33a20652fbfb446951331 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-03-24 13:57:58 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-03-24 14:29:04 +0000 net-im/tut: Mark DEPRECATED - Requires deprecated lang/go119 - Set EXPIRATION_DATE 2024-04-24 Approved by: portmgr (blanket) --- net-im/tut/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/net-im/tut/Makefile b/net-im/tut/Makefile index bf146ae87404..43a95aeb2ab1 100644 --- a/net-im/tut/Makefile +++ b/net-im/tut/Makefile @@ -1,12 +1,15 @@ PORTNAME= tut DISTVERSION= 2.0.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net-im MAINTAINER= lcook@FreeBSD.org COMMENT= TUI for Mastodon WWW= https://tut.anv.nu/ +DEPRECATED=Requires deprecated lang/go119 +EXPIRATION_DATE=2024-04-24 + LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403241436.42OEa9h5008297>