View | Details | Raw Unified | Return to bug 127925
Collapse All | Expand All

(-)ircd-ratbox-devel/Makefile (-7 / +2 lines)
Lines 8-14 Link Here
8
8
9
PORTNAME=	ircd-ratbox
9
PORTNAME=	ircd-ratbox
10
#PORTVERSION=	3.0.0
10
#PORTVERSION=	3.0.0
11
DISTVERSION=	3.0.0beta12
11
DISTVERSION=	3.0.0rc2
12
CATEGORIES=	irc ipv6
12
CATEGORIES=	irc ipv6
13
MASTER_SITES=	ftp://ftp.ircd-ratbox.org/pub/ircd-ratbox/testing/	\
13
MASTER_SITES=	ftp://ftp.ircd-ratbox.org/pub/ircd-ratbox/testing/	\
14
		ftp://ftp.demon.co.uk/pub/mirrors/ircd-ratbox/testing/	\
14
		ftp://ftp.demon.co.uk/pub/mirrors/ircd-ratbox/testing/	\
Lines 55-62 Link Here
55
		SHARED_MODULES	"Enable shared modules support"			on  \
55
		SHARED_MODULES	"Enable shared modules support"			on  \
56
		ASSERT		"Enable debugging code"				off \
56
		ASSERT		"Enable debugging code"				off \
57
		SMALL_NET	"Tune server for small networks"		off \
57
		SMALL_NET	"Tune server for small networks"		off \
58
		SERVICES	"Enable ratbox-services compatibility code"	off \
58
		SERVICES	"Enable ratbox-services compatibility code"	off
59
		SSLONLY		"Enable SSL only chan' support (chanmode +S)"	off
60
59
61
#----------------------------------------------------------------------
60
#----------------------------------------------------------------------
62
61
Lines 95-104 Link Here
95
CONFIGURE_ARGS+=	--enable-services
94
CONFIGURE_ARGS+=	--enable-services
96
.endif
95
.endif
97
96
98
.if defined(WITH_SSLONLY)
99
CONFIGURE_ARGS+=	--enable-sslonly-channels
100
.endif
101
102
#-- User Configuration -------------------------------------------------
97
#-- User Configuration -------------------------------------------------
103
98
104
.if defined(NICKLEN)
99
.if defined(NICKLEN)
(-)ircd-ratbox-devel/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (ircd-ratbox-3.0.0beta12.tar.bz2) = 1c3f21c99d0ea12b2dddffe96336ff9c
1
MD5 (ircd-ratbox-3.0.0rc2.tar.bz2) = be4b3dff674df9c0b0ad1cfec47f9cd8
2
SHA256 (ircd-ratbox-3.0.0beta12.tar.bz2) = c2d482f057226d2a374df9f1022e169c75882a442a80cd32f664f37f90de7b35
2
SHA256 (ircd-ratbox-3.0.0rc2.tar.bz2) = 6c585bc4ac9ac5c34ca96811c8cf59addc9db9b1141f8bdb589e5c74ee74b925
3
SIZE (ircd-ratbox-3.0.0beta12.tar.bz2) = 1945446
3
SIZE (ircd-ratbox-3.0.0rc2.tar.bz2) = 1950434
(-)ircd-ratbox-devel/files/pkg-message.in (-1 / +5 lines)
Lines 19-29 Link Here
19
19
20
An update of the ban.db database will be necessary if upgrading from a
20
An update of the ban.db database will be necessary if upgrading from a
21
pre-beta5 release. Those upgrading from 3.0.0-beta5 or later, to this
21
pre-beta5 release. Those upgrading from 3.0.0-beta5 or later, to this
22
version should be able to omit this step. Though it doesn't do any harm to
22
version, should be able to omit this step. Though it doesn't do any harm to
23
check anyway. Database updates must be performed using 'bantool -u' while
23
check anyway. Database updates must be performed using 'bantool -u' while
24
no ircd is running and before starting the newer version.
24
no ircd is running and before starting the newer version.
25
25
26
	%%PREFIX%%/bin/bantool -u
26
	%%PREFIX%%/bin/bantool -u
27
27
28
Note that the ssl_only_channel configure option has been removed and is
29
now available as a setting in the channel section of the ircd
30
configuration file.
31
28
Be sure to check out 'ratbox-services' if you need a services package.
32
Be sure to check out 'ratbox-services' if you need a services package.
29
------------------------------------------------------------------------
33
------------------------------------------------------------------------

Return to bug 127925