diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-09-28 01:03:38 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-09-28 01:03:38 +0000 |
commit | fc7bd8c0cc5e1ae25714f950e51a0ef12cf5c912 (patch) | |
tree | a70a7bf17d778bf3c5513b98601b892fafd60979 /irc/ircd-ratbox | |
parent | acd9f95a24520d8191c5cfa079a88059e488a12b (diff) | |
download | ports-fc7bd8c0cc5e1ae25714f950e51a0ef12cf5c912.tar.gz ports-fc7bd8c0cc5e1ae25714f950e51a0ef12cf5c912.zip |
[patch] port update for irc/ircd-ratbox
Update of irc/ircd-ratbox port from ircd-ratbox-2.2.5 to ircd-ratbox-2.2.6
[patch] port upgrade for irc/ratbox-services
Update of irc/ratbox-services port from ratbox-services-1.0.3 to ratbox-services-1.1.2
Removal of irc/ircd-ratbox-devel
The ircd-ratbox-devel port is depreciated and installs an
out-dated version of ircd-ratbox. There is no current
development release of ircd-ratbox; please could this port
be deleted as the ratbox team are some time away from
releasing a new development version.
[Note that irc/ircd-ratbox-devel was synced with irc/ircd-ratbox]
PR: ports/115950, ports/116156, ports/116158
Submitted by: Lewis <moggie@elasticmind.net>
Approved by: shaun@
Notes
Notes:
svn path=/head/; revision=200242
Diffstat (limited to 'irc/ircd-ratbox')
-rw-r--r-- | irc/ircd-ratbox/Makefile | 15 | ||||
-rw-r--r-- | irc/ircd-ratbox/distinfo | 6 |
2 files changed, 12 insertions, 9 deletions
diff --git a/irc/ircd-ratbox/Makefile b/irc/ircd-ratbox/Makefile index 0ae8ef888c10..3358b758cb23 100644 --- a/irc/ircd-ratbox/Makefile +++ b/irc/ircd-ratbox/Makefile @@ -7,12 +7,12 @@ # ex: ts=8 PORTNAME= ircd-ratbox -PORTVERSION= 2.2.5 +PORTVERSION= 2.2.6 CATEGORIES= irc ipv6 -MASTER_SITES= ftp://ftp.ircd-ratbox.org/pub/ircd-ratbox/old/ \ - ftp://ftp.demon.co.uk/pub/mirrors/ircd-ratbox/old/ \ - http://www.ircd-ratbox.org/download/old/ \ - ftp://ftp.parodius.com/pub/ircd-ratbox/old/ +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/ EXTRACT_SUFX= .tgz MAINTAINER= shaun@FreeBSD.org @@ -107,7 +107,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} "" @@ -117,6 +117,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: diff --git a/irc/ircd-ratbox/distinfo b/irc/ircd-ratbox/distinfo index 7fc267adddab..66c1ae549f48 100644 --- a/irc/ircd-ratbox/distinfo +++ b/irc/ircd-ratbox/distinfo @@ -1,3 +1,3 @@ -MD5 (ircd-ratbox-2.2.5.tgz) = b741d256b5da779db20837ed7944985f -SHA256 (ircd-ratbox-2.2.5.tgz) = af915d17519edb9fc32ca7ce53c4f6f569a70da679bdd71d7a755a12d5cae9a9 -SIZE (ircd-ratbox-2.2.5.tgz) = 712793 +MD5 (ircd-ratbox-2.2.6.tgz) = d288f8169e08d9031a115814a8a88033 +SHA256 (ircd-ratbox-2.2.6.tgz) = b6dd01a15d13f29c0a87f507a63b212b3fe7a62bcd101ac123ec75fcca847c35 +SIZE (ircd-ratbox-2.2.6.tgz) = 713577 |