Date: Fri, 1 Jul 2022 09:51:16 GMT From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: e310ef59cfb9 - main - irc/thales: drop support for expired irc/unreal Message-ID: <202207010951.2619pGuA049041@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=e310ef59cfb96a4c4db4cf3ca43c89a08eb54728 commit e310ef59cfb96a4c4db4cf3ca43c89a08eb54728 Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2022-07-01 09:50:53 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2022-07-01 09:50:53 +0000 irc/thales: drop support for expired irc/unreal --- irc/thales/Makefile | 9 +++------ irc/thales/pkg-descr | 1 - 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207010951.2619pGuA049041>