diff options
author | edwin <edwin@FreeBSD.org> | 2007-09-28 09:03:38 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-09-28 09:03:38 +0800 |
commit | a77c68740acdae91c87879fcf632c5c26c7726ca (patch) | |
tree | 982b954adf4bc9026d9b88cdbabcf6752b9ea209 | |
parent | 6a42bbccdf2e376de3aa6f405c62439af8938d6c (diff) | |
download | freebsd-ports-gnome-a77c68740acdae91c87879fcf632c5c26c7726ca.tar.gz freebsd-ports-gnome-a77c68740acdae91c87879fcf632c5c26c7726ca.tar.zst freebsd-ports-gnome-a77c68740acdae91c87879fcf632c5c26c7726ca.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@
-rw-r--r-- | UPDATING | 15 | ||||
-rw-r--r-- | irc/ircd-ratbox/Makefile | 15 | ||||
-rw-r--r-- | irc/ircd-ratbox/distinfo | 6 |
3 files changed, 27 insertions, 9 deletions
@@ -6,6 +6,21 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20070928: + AFFECTS: users of irc/ratbox-services + AUTHOR: Lewis <moggie@elasticmind.net> + + Significant changes have been made between the 1.0.x series and + the current release version of ratbox-services. + + It is highly recommended that services be stopped, and the proper + upgrade procedure be followed as described in + '/usr/local/share/doc/ratbox-services/', before restarting + ratbox-services with the new release version. + + Please remember to backup the database before attempting an + upgrade, an incorrectly upgraded database may be rendered unusable. + 20070926: AFFECTS: users of devel/p5-gearmand AUTHOR: clsung@FreeBSD.org 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 |