svn commit: r356033 - head/chinese/irssi/files
Vanilla I. Shu
vanilla at FreeBSD.org
Sun Jun 1 04:07:28 UTC 2014
Author: vanilla
Date: Sun Jun 1 04:07:27 2014
New Revision: 356033
URL: http://svnweb.freebsd.org/changeset/ports/356033
QAT: https://qat.redports.org/buildarchive/r356033/
Log:
Fix patch files to chase irc/irssi.
Modified:
head/chinese/irssi/files/patch-irssi.conf
Modified: head/chinese/irssi/files/patch-irssi.conf
==============================================================================
--- head/chinese/irssi/files/patch-irssi.conf Sun Jun 1 03:32:02 2014 (r356032)
+++ head/chinese/irssi/files/patch-irssi.conf Sun Jun 1 04:07:27 2014 (r356033)
@@ -1,9 +1,10 @@
---- irssi.conf.orig 2010-04-04 00:19:58.000000000 +0800
-+++ irssi.conf 2010-04-07 11:06:17.000000000 +0800
-@@ -1,86 +1,14 @@
+--- irssi.conf.orig 2013-06-26 05:50:43.000000000 +0800
++++ irssi.conf 2014-06-01 12:03:12.986452178 +0800
+@@ -1,93 +1,14 @@
servers = (
- { address = "eu.irc6.net"; chatnet = "IRCnet"; port = "6667"; },
- { address = "open.ircnet.net"; chatnet = "IRCnet"; port = "6667"; },
+- { address = "chat.freenode.net"; chatnet = "Freenode"; port = "6667"; },
- { address = "irc.efnet.org"; chatnet = "EFNet"; port = "6667"; },
- { address = "irc.undernet.org"; chatnet = "Undernet"; port = "6667"; },
- { address = "irc.dal.net"; chatnet = "DALnet"; port = "6667"; },
@@ -32,6 +33,12 @@
- max_msgs = "3";
- max_whois = "1";
- };
+- Freenode = {
+- type = "IRC";
+- max_kicks = "1";
+- max_msgs = "4";
+- max_whois = "1";
+- };
- Undernet = {
- type = "IRC";
- max_kicks = "1";
@@ -91,7 +98,7 @@
);
aliases = {
-@@ -244,3 +172,14 @@ statusbar = {
+@@ -251,3 +172,14 @@ statusbar = {
};
};
};
More information about the svn-ports-all
mailing list