From owner-cvs-all@FreeBSD.ORG Wed Jul 2 23:36:37 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A25711065686; Wed, 2 Jul 2008 23:36:37 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 90F268FC0A; Wed, 2 Jul 2008 23:36:37 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m62NabaY021698; Wed, 2 Jul 2008 23:36:37 GMT (envelope-from beech@repoman.freebsd.org) Received: (from beech@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m62NabQi021697; Wed, 2 Jul 2008 23:36:37 GMT (envelope-from beech) Message-Id: <200807022336.m62NabQi021697@repoman.freebsd.org> From: Beech Rintoul Date: Wed, 2 Jul 2008 23:36:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/irc/ircd-ratbox-devel Makefile distinfo pkg-plist ports/irc/ircd-ratbox-devel/files patch-contrib_ircd-shortcut.pl patch-doc_Makefile.in patch-doc_example.conf patch-doc_example.efnet.conf patch-include_config.h pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jul 2008 23:36:37 -0000 beech 2008-07-02 23:36:37 UTC FreeBSD ports repository Modified files: irc/ircd-ratbox-devel Makefile distinfo pkg-plist irc/ircd-ratbox-devel/files patch-doc_Makefile.in patch-doc_example.conf patch-doc_example.efnet.conf patch-include_config.h pkg-message.in Added files: irc/ircd-ratbox-devel/files patch-contrib_ircd-shortcut.pl Log: - Update to 3.0.0.b7 Changes: o sqlite3 dependency restored. o Added support for services' ircd-shortcut commands make options. o Added dependency on PERL for generation of ircd-shortcut modules. o The example EFNet configuration file is not helpful because it has not been updated for ratbox-3. It therefore is not installed as standard by this port version, but should be back in the next update. Software changes include: o Change -lock klines and friends to now use the ADMINKLINE etc commands. o Change to only support TS6. o Fix remote kline reasons. o Have sqlite3 checking use pkg-config when possible. o Move identd checking back into the ircd, this seems to have been more problematic than what it was worth. o Add experimental gnutls support - note that CHALLENGE does not work when using just gnutls. o Some helpfile cleanups and additions. o Fix compile error when zlib is not found. o Remove some restrictions on k/d/x/resv reasons that are no longer needed. PR: ports/125106 Submitted by: Lewis (maintainer) Revision Changes Path 1.12 +69 -4 ports/irc/ircd-ratbox-devel/Makefile 1.8 +3 -3 ports/irc/ircd-ratbox-devel/distinfo 1.1 +11 -0 ports/irc/ircd-ratbox-devel/files/patch-contrib_ircd-shortcut.pl (new) 1.4 +1 -1 ports/irc/ircd-ratbox-devel/files/patch-doc_Makefile.in 1.4 +10 -10 ports/irc/ircd-ratbox-devel/files/patch-doc_example.conf 1.4 +0 -59 ports/irc/ircd-ratbox-devel/files/patch-doc_example.efnet.conf 1.3 +5 -5 ports/irc/ircd-ratbox-devel/files/patch-include_config.h 1.6 +5 -3 ports/irc/ircd-ratbox-devel/files/pkg-message.in 1.7 +6 -3 ports/irc/ircd-ratbox-devel/pkg-plist