aboutsummaryrefslogtreecommitdiff
path: root/irc/ircd-ratbox-devel
diff options
context:
space:
mode:
authorShaun Amott <shaun@FreeBSD.org>2006-08-05 14:39:53 +0000
committerShaun Amott <shaun@FreeBSD.org>2006-08-05 14:39:53 +0000
commit7a98303b37cd2d8c2618b70bc23d3fc79b0cac33 (patch)
tree0e34987da72b03dc2c769e493a9429280aac9f21 /irc/ircd-ratbox-devel
parent13749b2670a425a27b314037bed94e4f67e39692 (diff)
downloadports-7a98303b37cd2d8c2618b70bc23d3fc79b0cac33.tar.gz
ports-7a98303b37cd2d8c2618b70bc23d3fc79b0cac33.zip
- Update ircd-ratbox and ircd-ratbox-devel. They are now both at the
same version. - Enable IPv6 by default in both ports.
Notes
Notes: svn path=/head/; revision=169754
Diffstat (limited to 'irc/ircd-ratbox-devel')
-rw-r--r--irc/ircd-ratbox-devel/Makefile16
-rw-r--r--irc/ircd-ratbox-devel/distinfo6
2 files changed, 11 insertions, 11 deletions
diff --git a/irc/ircd-ratbox-devel/Makefile b/irc/ircd-ratbox-devel/Makefile
index 929ef6bac813..36fa76c73503 100644
--- a/irc/ircd-ratbox-devel/Makefile
+++ b/irc/ircd-ratbox-devel/Makefile
@@ -7,25 +7,26 @@
# ex: ts=8
PORTNAME= ircd-ratbox
-PORTVERSION= 2.2.2
-CATEGORIES= irc
+PORTVERSION= 2.2.3
+CATEGORIES= irc ipv6
MASTER_SITES= ftp://ftp.ircd-ratbox.org/pub/ircd-ratbox/testing/ \
ftp://ftp.demon.co.uk/pub/mirrors/ircd-ratbox/testing/ \
http://www.ircd-ratbox.org/download/testing/ \
ftp://ftp.parodius.com/pub/ircd-ratbox/testing/ \
http://www.ircd-ratbox.org/download/old/ \
- ftp://ftp.parodius.com/pub/ircd-ratbox/old/
+ ftp://ftp.parodius.com/pub/ircd-ratbox/old/ \
+ http://www.ircd-ratbox.org/download/
PKGNAMESUFFIX= -devel
EXTRACT_SUFX= .tgz
MAINTAINER= shaun@FreeBSD.org
COMMENT= An advanced, stable IRC daemon, used on EFnet ('testing' release)
+CONFLICTS= ircd-ratbox-[0-9]*
+
MAN8= ircd.8
USE_RC_SUBR= ircd-ratbox.sh
-CONFLICTS= ircd-ratbox-[0-9]*
-
LOGDIR= /var/log/${PORTNAME}
RUNDIR= /var/run/${PORTNAME}
SUB_FILES= pkg-message pkg-install
@@ -44,7 +45,7 @@ PORTDOCS= [^i]*.txt README.* technical/[^i]*.txt Tao-of-IRC.*
OPTIONS= KQUEUE "Use superior kqueue(2) instead of poll(2)" on \
OPENSSL "Enable openssl support" on \
- IPV6 "Enable IPv6 support" off \
+ IPV6 "Enable IPv6 support" on \
ZIPLINKS "Enable ziplinks support" on \
SHARED_MODULES "Enable shared modules support" on \
ASSERT "Enable debugging code" off \
@@ -68,8 +69,7 @@ CONFIGURE_ARGS+= --enable-openssl
CONFIGURE_ARGS+= --disable-openssl
.endif
-.if defined(WITH_IPV6)
-CATEGORIES+= ipv6
+.if !defined(WITHOUT_IPV6)
CONFIGURE_ARGS+= --enable-ipv6
.endif
diff --git a/irc/ircd-ratbox-devel/distinfo b/irc/ircd-ratbox-devel/distinfo
index 62abd6c4b987..9714fdd683d0 100644
--- a/irc/ircd-ratbox-devel/distinfo
+++ b/irc/ircd-ratbox-devel/distinfo
@@ -1,3 +1,3 @@
-MD5 (ircd-ratbox-2.2.2.tgz) = d62e339b4a680f7065cd82643fc1fbff
-SHA256 (ircd-ratbox-2.2.2.tgz) = 891f21ca32e99021e7160fb6f012be5f360a27ca5b01f92f0c4bd4936a145183
-SIZE (ircd-ratbox-2.2.2.tgz) = 704194
+MD5 (ircd-ratbox-2.2.3.tgz) = 5ddd1bf42ebcb139404fb8305c21fdfa
+SHA256 (ircd-ratbox-2.2.3.tgz) = 76e674cd1268c33c7278db95a61cc9186426f91d9453036f1153b591c1db1fbb
+SIZE (ircd-ratbox-2.2.3.tgz) = 704681