Date: Tue, 23 May 2006 02:23:32 +0100 From: Shaun Amott <shaun@inerd.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/97667: [REPOCOPY] irc/ircd-ratbox -> ircd-ratbox-devel Message-ID: <1148347412.30467@charon.picobyte.net> Resent-Message-ID: <200605230130.k4N1UFr8092233@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 97667 >Category: ports >Synopsis: [REPOCOPY] irc/ircd-ratbox -> ircd-ratbox-devel >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue May 23 01:30:15 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Shaun Amott >Release: FreeBSD 6.1-STABLE i386 >Organization: >Environment: >Description: I'd like to add a port of the development version of ircd-ratbox. Please repocopy irc/ircd-ratbox over to irc/ircd-ratbox-devel. The patch below will make the required changes to turn the port into the "testing" release (if a .shar is required instead, let me know). irc/ircd-ratbox also needs: CONFLICTS= ircd-ratbox-devel-[0-9]* >How-To-Repeat: >Fix: --- ircd-ratbox-devel.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/irc/ircd-ratbox/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 10 May 2006 21:25:38 -0000 1.2 +++ Makefile 23 May 2006 01:16:40 -0000 @@ -7,20 +7,23 @@ # ex: ts=8 PORTNAME= ircd-ratbox -PORTVERSION= 2.1.8 +PORTVERSION= 2.2.1 CATEGORIES= irc ipv6 -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/ +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/ +PKGNAMESUFFIX= -devel EXTRACT_SUFX= .tgz MAINTAINER= shaun@inerd.com -COMMENT= An advanced, stable IRC daemon, used on many EFnet servers +COMMENT= An advanced, stable IRC daemon, used on EFnet ('testing' release) 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 @@ -99,10 +102,6 @@ CONFIGURE_ARGS+= --with-topiclen=${TOPICLEN} .endif -.if defined(MAXCLIENTS) -CONFIGURE_ARGS+= --with-maxclients=${MAXCLIENTS} -.endif - #----------------------------------------------------------------------- pre-configure: @@ -110,7 +109,6 @@ @${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} " MAXCLIENTS [default 3000] - Max clients server can handle" @${ECHO_MSG} "" @${ECHO_MSG} "Press CTRL+C now if you wish to set them." @${ECHO_MSG} "" Index: distinfo =================================================================== RCS file: /home/ncvs/ports/irc/ircd-ratbox/distinfo,v retrieving revision 1.2 diff -u -r1.2 distinfo --- distinfo 10 May 2006 21:25:38 -0000 1.2 +++ distinfo 23 May 2006 01:16:40 -0000 @@ -1,3 +1,3 @@ -MD5 (ircd-ratbox-2.1.8.tgz) = 5fc49439e23926d98bd6d0d0ecb1f65f -SHA256 (ircd-ratbox-2.1.8.tgz) = 8c0191c56d70d352dc4b64ff16a6652a06b5f2c66a9d147652da99347454da61 -SIZE (ircd-ratbox-2.1.8.tgz) = 1420957 +MD5 (ircd-ratbox-2.2.1.tgz) = 97b0e351b75f490f97b2c921ae5dccb4 +SHA256 (ircd-ratbox-2.2.1.tgz) = 1e5518872ceb6927554bbdebcd5f7ebfd4916b013c74fc89118398e5ca364482 +SIZE (ircd-ratbox-2.2.1.tgz) = 702482 Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/irc/ircd-ratbox/pkg-descr,v retrieving revision 1.1 diff -u -r1.1 pkg-descr --- pkg-descr 27 Jan 2006 06:09:27 -0000 1.1 +++ pkg-descr 23 May 2006 01:16:40 -0000 @@ -1,5 +1,9 @@ This is a port of the ircd-ratbox IRC daemon. +This version is the 'testing' branch: it usually contains more features, +but may contain as of yet unidentified bugs. Admins on smaller networks +may prefer to use it over the standard production release. + ircd-ratbox is the primary ircd used on EFnet; it combines the stability of an ircd required for a large production network together with a rich set of features, making it also suitable for use on smaller networks. Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/irc/ircd-ratbox/pkg-plist,v retrieving revision 1.1 diff -u -r1.1 pkg-plist --- pkg-plist 27 Jan 2006 06:09:27 -0000 1.1 +++ pkg-plist 23 May 2006 01:16:41 -0000 @@ -14,7 +14,6 @@ lib/ircd-ratbox/modules/autoload/m_away.so lib/ircd-ratbox/modules/autoload/m_cap.so lib/ircd-ratbox/modules/autoload/m_capab.so -lib/ircd-ratbox/modules/autoload/m_challenge.so lib/ircd-ratbox/modules/autoload/m_close.so lib/ircd-ratbox/modules/autoload/m_cmessage.so lib/ircd-ratbox/modules/autoload/m_connect.so @@ -99,6 +98,7 @@ %%DATADIR%%/help/opers/away %%DATADIR%%/help/opers/capab %%DATADIR%%/help/opers/challenge +%%DATADIR%%/help/opers/chantrace %%DATADIR%%/help/opers/close %%DATADIR%%/help/opers/cmode %%DATADIR%%/help/opers/cnotice @@ -107,7 +107,6 @@ %%DATADIR%%/help/opers/credits %%DATADIR%%/help/opers/die %%DATADIR%%/help/opers/dline -%%DATADIR%%/help/opers/eob %%DATADIR%%/help/opers/error %%DATADIR%%/help/opers/etrace %%DATADIR%%/help/opers/gline @@ -126,6 +125,7 @@ %%DATADIR%%/help/opers/locops %%DATADIR%%/help/opers/lusers %%DATADIR%%/help/opers/map +%%DATADIR%%/help/opers/masktrace %%DATADIR%%/help/opers/modlist %%DATADIR%%/help/opers/modload %%DATADIR%%/help/opers/modrestart @@ -164,6 +164,7 @@ %%DATADIR%%/help/opers/undline %%DATADIR%%/help/opers/ungline %%DATADIR%%/help/opers/unkline +%%DATADIR%%/help/opers/unreject %%DATADIR%%/help/opers/unresv %%DATADIR%%/help/opers/unxline %%DATADIR%%/help/opers/user --- ircd-ratbox-devel.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1148347412.30467>