Date: Wed, 18 Jan 2023 17:19:57 GMT From: =?utf-8?Q?Fernando=20Apestegu=C3=ADa?= <fernape@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 58bbf8347d69 - main - www/anyterm: Deprecate port Message-ID: <202301181719.30IHJvlK011141@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=58bbf8347d69b8764cd53c774ee82bf28341ac41 commit 58bbf8347d69b8764cd53c774ee82bf28341ac41 Author: Fernando ApesteguĂa <fernape@FreeBSD.org> AuthorDate: 2023-01-18 17:14:56 +0000 Commit: Fernando ApesteguĂa <fernape@FreeBSD.org> CommitDate: 2023-01-18 17:14:56 +0000 www/anyterm: Deprecate port Upstream is dead. Reported by: diizzy@ --- www/anyterm/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/www/anyterm/Makefile b/www/anyterm/Makefile index d629cdb3ceb3..817f472b4779 100644 --- a/www/anyterm/Makefile +++ b/www/anyterm/Makefile @@ -10,11 +10,14 @@ MAINTAINER= douglas@douglasthrift.net COMMENT= Terminal emulator on a Web page WWW= https://anyterm.org/ -BROKEN= segfaults on startup - LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= upstream is dead +EXPIRATION_DATE= 2023-04-01 + +BROKEN= segfaults on startup + LIB_DEPENDS= libboost_system.so:devel/boost-libs USE_RC_SUBR= anytermd
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202301181719.30IHJvlK011141>