Date: Sun, 17 Mar 2024 13:03:02 GMT From: Daniel Engberg <diizzy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 5b2a636773a0 - main - irc/pircbot: Deprecate and set expiration date to 2024-03-31 Message-ID: <202403171303.42HD32PC076424@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=5b2a636773a03add6f099fe83df61a2aed80303a commit 5b2a636773a03add6f099fe83df61a2aed80303a Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-03-17 11:13:52 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-03-17 13:02:56 +0000 irc/pircbot: Deprecate and set expiration date to 2024-03-31 Abandoned upstream, last release in 2009 and superseded by pircbotx located here https://github.com/pircbotx/pircbotx PR: 277297 Reviewed by: tdb (maintainer) --- irc/pircbot/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/irc/pircbot/Makefile b/irc/pircbot/Makefile index 0b0004337eb8..fc5050d7ce72 100644 --- a/irc/pircbot/Makefile +++ b/irc/pircbot/Makefile @@ -11,6 +11,9 @@ WWW= http://www.jibble.org/pircbot.php LICENSE= GPLv2 +DEPRECATED= Abandoned upstream, last release in 2009 and superseded by pircbotx (fork) +EXPIRATION_DATE=2024-03-31 + USES= zip NO_BUILD= yes NO_ARCH= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403171303.42HD32PC076424>