diff -ruN ircd-ratbox-devel.orig/Makefile ircd-ratbox-devel/Makefile --- ircd-ratbox-devel.orig/Makefile 2008-10-07 00:43:22.000000000 +0100 +++ ircd-ratbox-devel/Makefile 2008-10-07 00:47:11.000000000 +0100 @@ -8,7 +8,7 @@ PORTNAME= ircd-ratbox #PORTVERSION= 3.0.0 -DISTVERSION= 3.0.0beta12 +DISTVERSION= 3.0.0rc2 CATEGORIES= irc ipv6 MASTER_SITES= ftp://ftp.ircd-ratbox.org/pub/ircd-ratbox/testing/ \ ftp://ftp.demon.co.uk/pub/mirrors/ircd-ratbox/testing/ \ @@ -55,8 +55,7 @@ SHARED_MODULES "Enable shared modules support" on \ ASSERT "Enable debugging code" off \ SMALL_NET "Tune server for small networks" off \ - SERVICES "Enable ratbox-services compatibility code" off \ - SSLONLY "Enable SSL only chan' support (chanmode +S)" off + SERVICES "Enable ratbox-services compatibility code" off #---------------------------------------------------------------------- @@ -95,10 +94,6 @@ CONFIGURE_ARGS+= --enable-services .endif -.if defined(WITH_SSLONLY) -CONFIGURE_ARGS+= --enable-sslonly-channels -.endif - #-- User Configuration ------------------------------------------------- .if defined(NICKLEN) diff -ruN ircd-ratbox-devel.orig/distinfo ircd-ratbox-devel/distinfo --- ircd-ratbox-devel.orig/distinfo 2008-10-07 00:43:22.000000000 +0100 +++ ircd-ratbox-devel/distinfo 2008-10-07 00:47:35.000000000 +0100 @@ -1,3 +1,3 @@ -MD5 (ircd-ratbox-3.0.0beta12.tar.bz2) = 1c3f21c99d0ea12b2dddffe96336ff9c -SHA256 (ircd-ratbox-3.0.0beta12.tar.bz2) = c2d482f057226d2a374df9f1022e169c75882a442a80cd32f664f37f90de7b35 -SIZE (ircd-ratbox-3.0.0beta12.tar.bz2) = 1945446 +MD5 (ircd-ratbox-3.0.0rc2.tar.bz2) = be4b3dff674df9c0b0ad1cfec47f9cd8 +SHA256 (ircd-ratbox-3.0.0rc2.tar.bz2) = 6c585bc4ac9ac5c34ca96811c8cf59addc9db9b1141f8bdb589e5c74ee74b925 +SIZE (ircd-ratbox-3.0.0rc2.tar.bz2) = 1950434 diff -ruN ircd-ratbox-devel.orig/files/pkg-message.in ircd-ratbox-devel/files/pkg-message.in --- ircd-ratbox-devel.orig/files/pkg-message.in 2008-10-07 00:43:22.000000000 +0100 +++ ircd-ratbox-devel/files/pkg-message.in 2008-10-07 01:36:29.000000000 +0100 @@ -19,11 +19,15 @@ An update of the ban.db database will be necessary if upgrading from a pre-beta5 release. Those upgrading from 3.0.0-beta5 or later, to this -version should be able to omit this step. Though it doesn't do any harm to +version, should be able to omit this step. Though it doesn't do any harm to check anyway. Database updates must be performed using 'bantool -u' while no ircd is running and before starting the newer version. %%PREFIX%%/bin/bantool -u +Note that the ssl_only_channel configure option has been removed and is +now available as a setting in the channel section of the ircd +configuration file. + Be sure to check out 'ratbox-services' if you need a services package. ------------------------------------------------------------------------