git: 1aa2c19f7c58 - main - irc/rbot: Deprecate and set expiration date to 2024-03-31
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 25 Feb 2024 12:41:46 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=1aa2c19f7c583c160e0fa24f138754025dfdfb7b commit 1aa2c19f7c583c160e0fa24f138754025dfdfb7b Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-02-25 12:02:18 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-02-25 12:40:57 +0000 irc/rbot: Deprecate and set expiration date to 2024-03-31 Outdated version and unmaintained in ports since 2016 Set deprecation date as on one wants to maintain it --- irc/rbot/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/irc/rbot/Makefile b/irc/rbot/Makefile index 06984ff5bcfc..87899a8a3d1f 100644 --- a/irc/rbot/Makefile +++ b/irc/rbot/Makefile @@ -6,13 +6,16 @@ CATEGORIES= irc ruby MAINTAINER= ports@FreeBSD.org COMMENT= Ruby IRC bot similar to infobot -WWW= https://ruby-rbot.org/ +WWW= https://github.com/ruby-rbot/rbot LICENSE= GPLv2 MIT LICENSE_COMB= dual LICENSE_FILE_GPLv2= ${WRKSRC}/GPLv2 LICENSE_FILE_MIT= ${WRKSRC}/COPYING.rbot +DEPRECATED= Outdated, unmaintained in ports since 2016 +EXPIRATION_DATE=2024-03-31 + RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/tokyocabinet.so:databases/ruby-tokyocabinet \ rubygem-gettext>=0:devel/rubygem-gettext \ rubygem-htmlentities>=0:textproc/rubygem-htmlentities \