diff options
author | edwin <edwin@FreeBSD.org> | 2007-09-28 09:03:39 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-09-28 09:03:39 +0800 |
commit | 7dbce483d7260077b1a0da0a6317162a1286a492 (patch) | |
tree | 10c6b9ad707e18e0973828fae49ea339c1b627f6 /irc | |
parent | a77c68740acdae91c87879fcf632c5c26c7726ca (diff) | |
download | freebsd-ports-gnome-7dbce483d7260077b1a0da0a6317162a1286a492.tar.gz freebsd-ports-gnome-7dbce483d7260077b1a0da0a6317162a1286a492.tar.zst freebsd-ports-gnome-7dbce483d7260077b1a0da0a6317162a1286a492.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@
Diffstat (limited to 'irc')
-rw-r--r-- | irc/ircd-ratbox/Makefile | 3 | ||||
-rw-r--r-- | irc/ircd-ratbox/files/patch-doc_example.conf | 16 |
2 files changed, 10 insertions, 9 deletions
diff --git a/irc/ircd-ratbox/Makefile b/irc/ircd-ratbox/Makefile index 3358b758cb23..f900564a168d 100644 --- a/irc/ircd-ratbox/Makefile +++ b/irc/ircd-ratbox/Makefile @@ -13,12 +13,13 @@ 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 many EFnet servers -CONFLICTS= ircd-ratbox-devel-[0-9]* +CONFLICTS= ircd-ratbox-[0-9]* MAN8= ircd.8 USE_RC_SUBR= ircd-ratbox.sh diff --git a/irc/ircd-ratbox/files/patch-doc_example.conf b/irc/ircd-ratbox/files/patch-doc_example.conf index 4108098b4891..ac40435cf404 100644 --- a/irc/ircd-ratbox/files/patch-doc_example.conf +++ b/irc/ircd-ratbox/files/patch-doc_example.conf @@ -1,6 +1,6 @@ ---- doc/example.conf.orig Sat Jun 11 22:26:01 2005 -+++ doc/example.conf Fri Jan 27 06:46:05 2006 -@@ -110,16 +110,16 @@ +--- doc/example.conf.orig Tue Aug 21 00:37:55 2007 ++++ doc/example.conf Tue Aug 21 00:37:55 2007 +@@ -117,16 +117,16 @@ * - operspylog: operspy usage * - ioerrorlog: IO errors */ @@ -27,8 +27,8 @@ }; /* class {}: contain information about classes for users (OLD Y:) */ -@@ -309,7 +309,7 @@ - * A password should not be defined when this is used, see +@@ -314,7 +314,7 @@ + * A password should not be defined when this is used, see * doc/challenge.txt for more information. */ - #rsa_public_key_file = "/usr/local/ircd/etc/oper.pub"; @@ -36,7 +36,7 @@ /* umodes: the specific umodes this oper gets when they oper. * If this is specified an oper will not be given oper_umodes -@@ -878,7 +878,7 @@ +@@ -898,7 +898,7 @@ * * only define if servlink is not in same directory as ircd itself. */ @@ -45,8 +45,8 @@ /* use egd: if your system does not have *random devices yet you * want to use OpenSSL and encrypted links, enable this. Beware - -@@ -923,8 +923,9 @@ - /* module path: paths to search for modules specified below and +@@ -948,8 +948,9 @@ + /* module path: paths to search for modules specified below and * in /modload. */ - path = "/usr/local/ircd/modules"; |