aboutsummaryrefslogtreecommitdiff
path: root/irc/ircd-ratbox-devel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'irc/ircd-ratbox-devel/Makefile')
-rw-r--r--irc/ircd-ratbox-devel/Makefile22
1 files changed, 11 insertions, 11 deletions
diff --git a/irc/ircd-ratbox-devel/Makefile b/irc/ircd-ratbox-devel/Makefile
index 36fa76c73503..ca18cbc19850 100644
--- a/irc/ircd-ratbox-devel/Makefile
+++ b/irc/ircd-ratbox-devel/Makefile
@@ -7,20 +7,17 @@
# ex: ts=8
PORTNAME= ircd-ratbox
-PORTVERSION= 2.2.3
+PORTVERSION= 2.2.6
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/ \
- http://www.ircd-ratbox.org/download/
+MASTER_SITES= ftp://ftp.ircd-ratbox.org/pub/ircd-ratbox/ \
+ ftp://ftp.demon.co.uk/pub/mirrors/ircd-ratbox/ \
+ http://www.ircd-ratbox.org/download/ \
+ ftp://ftp.parodius.com/pub/ircd-ratbox/
PKGNAMESUFFIX= -devel
EXTRACT_SUFX= .tgz
-MAINTAINER= shaun@FreeBSD.org
-COMMENT= An advanced, stable IRC daemon, used on EFnet ('testing' release)
+MAINTAINER= shaun@inerd.com
+COMMENT= An advanced, stable IRC daemon, used on many EFnet servers
CONFLICTS= ircd-ratbox-[0-9]*
@@ -111,7 +108,7 @@ pre-configure:
@${ECHO_MSG} ""
@${ECHO_MSG} "This port has additional options:"
@${ECHO_MSG} " NICKLEN [default 9, max 50] - Max nick length on server"
- @${ECHO_MSG} " TOPICLEN [default 120, max 390] - Max topic length"
+ @${ECHO_MSG} " TOPICLEN [default 160, max 390] - Max topic length"
@${ECHO_MSG} ""
@${ECHO_MSG} "Press CTRL+C now if you wish to set them."
@${ECHO_MSG} ""
@@ -121,6 +118,9 @@ post-patch:
@${REINPLACE_CMD} -e "s#%%PREFIX%%#${PREFIX}#g" \
${WRKSRC}/doc/example.conf \
${WRKSRC}/doc/example.efnet.conf
+ @${REINPLACE_CMD} -e "s#%%LOGDIR%%#${LOGDIR}#g" \
+ ${WRKSRC}/doc/example.conf \
+ ${WRKSRC}/doc/example.efnet.conf
@${REINPLACE_CMD} -e "s#%%RUNDIR%%#${RUNDIR}#g" ${WRKSRC}/include/config.h
pre-su-install: