diff options
author | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2023-01-18 18:14:56 +0100 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2023-01-18 18:14:56 +0100 |
commit | 58bbf8347d69b8764cd53c774ee82bf28341ac41 (patch) | |
tree | 5c8eb0958fdd88363b4b40c73fa667a4e9284d44 /www | |
parent | c28c652c1bde37b8b36fd99acc100b360b2018a4 (diff) | |
download | freebsd-ports-58bbf8347d69b8764cd53c774ee82bf28341ac41.zip |
www/anyterm: Deprecate port
Upstream is dead.
Reported by: diizzy@
Diffstat (limited to 'www')
-rw-r--r-- | www/anyterm/Makefile | 7 |
1 files 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 |