summaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-09-28 01:03:39 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-09-28 01:03:39 +0000
commitd44668ab11808831b7592218cd85e72773ebc0f9 (patch)
tree85f0821a4cac4f338975f975458807300bf51e72 /irc
parent[patch] port update for irc/ircd-ratbox (diff)
[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=200243
Diffstat (limited to 'irc')
-rw-r--r--irc/ircd-ratbox/Makefile3
-rw-r--r--irc/ircd-ratbox/files/patch-doc_example.conf16
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";