git: 5b2a636773a0 - main - irc/pircbot: Deprecate and set expiration date to 2024-03-31
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 17 Mar 2024 13:03:02 UTC
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