aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2022-07-01 09:50:53 +0000
committerRene Ladan <rene@FreeBSD.org>2022-07-01 09:50:53 +0000
commite310ef59cfb96a4c4db4cf3ca43c89a08eb54728 (patch)
tree594eb55dbc16b150561211d8b3e4ff9b318c2363
parent15139a0f1c5712ea775c264cc1e712df85ef2046 (diff)
downloadports-e310ef59cfb96a4c4db4cf3ca43c89a08eb54728.tar.gz
ports-e310ef59cfb96a4c4db4cf3ca43c89a08eb54728.zip
irc/thales: drop support for expired irc/unreal
-rw-r--r--irc/thales/Makefile9
-rw-r--r--irc/thales/pkg-descr1
2 files changed, 3 insertions, 7 deletions
diff --git a/irc/thales/Makefile b/irc/thales/Makefile
index 8a4bd7ca6af9..4fc331a89f6b 100644
--- a/irc/thales/Makefile
+++ b/irc/thales/Makefile
@@ -2,7 +2,7 @@
PORTNAME= thales
PORTVERSION= 1.0
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= irc
MASTER_SITES= GNU
@@ -24,17 +24,14 @@ CONFIGURE_ARGS= --with-ircd=${_IRCD} \
OPTIONS_DEFINE= MODES DOCS EXAMPLES
OPTIONS_RADIO= IRCD
-OPTIONS_RADIO_IRCD= HYBRID UNREAL
-OPTIONS_DEFAULT=MODES UNREAL
+OPTIONS_RADIO_IRCD= HYBRID
+OPTIONS_DEFAULT=MODES
MODES_DESC= Support modes in the database
HYBRID_DESC= Build for ircd-hybrid
-UNREAL_DESC= Build for unreal ircd
MODES_CONFIGURE_OFF= --enable-no-modes
HYBRID_RUN_DEPENDS= ${LOCALBASE}/bin/ircd:irc/ircd-hybrid
HYBRID_VARS= _IRCD=hybrid IS_INTERACTIVE=yes
-UNREAL_RUN_DEPENDS= ${LOCALBASE}/libexec/ircd:irc/unreal
-UNREAL_VARS= _IRCD=unreal
post-patch: .SILENT
${FIND} -d ${WRKSRC} -type d -name CVS -exec ${RM} -r {} \;
diff --git a/irc/thales/pkg-descr b/irc/thales/pkg-descr
index c9a443e8bacc..d7baa90159e7 100644
--- a/irc/thales/pkg-descr
+++ b/irc/thales/pkg-descr
@@ -8,7 +8,6 @@ data from it. Some example applications are provided.
Supported DBMS and IRCDs:
* Currently runs with MySQL
-* Currently supports Unreal (3.1 or later)
* Support for Bahamut (1.4.27 or later), Hybrid 7 and Ultimate (2.8 or
later, 3.0.0 or later) is still included, but is not maintained