aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Engberg <diizzy@FreeBSD.org>2024-02-25 12:02:18 +0000
committerDaniel Engberg <diizzy@FreeBSD.org>2024-02-25 12:40:57 +0000
commit1aa2c19f7c583c160e0fa24f138754025dfdfb7b (patch)
treedb0f65d7cde4b50f3033bec96e13aa2040b0c248
parent9440dea83abaa92807bfc572dd0d35d5c9df9434 (diff)
downloadports-1aa2c19f7c583c160e0fa24f138754025dfdfb7b.tar.gz
ports-1aa2c19f7c583c160e0fa24f138754025dfdfb7b.zip
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
-rw-r--r--irc/rbot/Makefile5
1 files changed, 4 insertions, 1 deletions
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 \