diff options
author | pav <pav@FreeBSD.org> | 2005-02-26 04:50:57 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-02-26 04:50:57 +0800 |
commit | c8e89f1872d7b733ea1cf109a94a28ef50c97d1d (patch) | |
tree | 81050806648eadf14a7362536749e61d63373ab8 | |
parent | 8e7e37d5098d20c08e798290f6d5f405e82f84ff (diff) | |
download | freebsd-ports-gnome-c8e89f1872d7b733ea1cf109a94a28ef50c97d1d.tar.gz freebsd-ports-gnome-c8e89f1872d7b733ea1cf109a94a28ef50c97d1d.tar.zst freebsd-ports-gnome-c8e89f1872d7b733ea1cf109a94a28ef50c97d1d.zip |
- Update to 2.11.0
PR: ports/78073
Submitted by: Sam Lawrance <boris@brooknet.com.au>
-rw-r--r-- | irc/irc/Makefile | 3 | ||||
-rw-r--r-- | irc/irc/distinfo | 4 | ||||
-rw-r--r-- | irc/irc/files/patch-ab | 36 | ||||
-rw-r--r-- | irc/irc/pkg-plist | 11 |
4 files changed, 29 insertions, 25 deletions
diff --git a/irc/irc/Makefile b/irc/irc/Makefile index e59d0afa56a5..2f00bb1b7632 100644 --- a/irc/irc/Makefile +++ b/irc/irc/Makefile @@ -6,7 +6,7 @@ # PORTNAME= irc -PORTVERSION= 2.10.3p6 +PORTVERSION= 2.11.0 CATEGORIES= irc ipv6 MASTER_SITES= ftp://ftp.irc.org/irc/server/ \ ftp://ftp2.nchu.edu.tw/UNIX/IRC/server/ \ @@ -29,7 +29,6 @@ SYSLOG_FACILITY=LOG_LOCAL5 SCRIPTS_ENV= SYSLOG_FACILITY="${SYSLOG_FACILITY}" -MAN1= irc.1 MAN5= iauth.conf.5 MAN8= ircd.8 iauth.8 ircdwatch.8 diff --git a/irc/irc/distinfo b/irc/irc/distinfo index a8ea4f2f445f..1f866e717e1c 100644 --- a/irc/irc/distinfo +++ b/irc/irc/distinfo @@ -1,2 +1,2 @@ -MD5 (irc2.10.3p6.tgz) = 90f8c27e9a24b00488a25ef8e668546f -SIZE (irc2.10.3p6.tgz) = 676847 +MD5 (irc2.11.0.tgz) = fb8fcfbb87f0d1cd906f70e4693b492a +SIZE (irc2.11.0.tgz) = 769738 diff --git a/irc/irc/files/patch-ab b/irc/irc/files/patch-ab index a19638adb39f..e0977b907fd1 100644 --- a/irc/irc/files/patch-ab +++ b/irc/irc/files/patch-ab @@ -1,23 +1,30 @@ ---- support/config.h.dist.old Mon Aug 18 15:17:52 2003 -+++ support/config.h.dist Mon Aug 18 15:17:52 2003 -@@ -121,1 +121,1 @@ --#undef OPER_KILL +--- support/config.h.dist.orig Sat Dec 11 01:56:41 2004 ++++ support/config.h.dist Sat Feb 26 01:13:29 2005 +@@ -118,13 +118,13 @@ + /* + * Operator rights can be precisely defined in O:line flags. However + * if you undefine any of the following, it will make given function +- * unaccessible to your operators, disregarding their O:line flags. +#define OPER_KILL -@@ -124,4 +124,4 @@ --#define OPER_DIE + */ + #define OPER_CONNECT +-#define OPER_DIE +-#define OPER_REHASH +-#define OPER_RESTART +-#define OPER_SET +#undef OPER_DIE --#undef OPER_REMOTE +#define OPER_REMOTE --#undef LOCOP_REHASH +#define LOCOP_REHASH --#undef LOCOP_RESTART +#define LOCOP_RESTART -@@ -249,32 +249,32 @@ + #define OPER_SQUIT + #define OPER_TKLINE + /* In a perfect world these two (or at least second) would be undefined. */ +@@ -232,25 +232,25 @@ * this option is used unless you tell the system administrator beforehand * and obtain their permission to send messages to the system log files. */ -#undef USE_SYSLOG -+#define USE_SYSLOG ++#define USE_SYSLOG #ifdef USE_SYSLOG /* @@ -46,7 +53,8 @@ #endif /* USE_SYSLOG */ /* - * define this if you want to use crypted passwords for operators in your +@@ -275,7 +275,7 @@ + * Define this if you want to use crypted passwords for operators in your * ircd.conf file. See contrib/mkpasswd/README for more details on this. */ -#undef CRYPT_OPER_PASSWORD @@ -54,7 +62,7 @@ /* * If you want to store encrypted passwords in N-lines for server links, -@@ -323,7 +323,7 @@ +@@ -324,7 +324,7 @@ * send to the server without processing before disconnecting the client for * flooding it. Values greater than 8000 make no difference to the server. */ @@ -63,7 +71,7 @@ /* Remote query flood protection. */ #define CHREPLLEN 8192 -@@ -461,7 +461,7 @@ +@@ -359,7 +359,7 @@ * The library and the include files must have been found by configure, * if you have installed the zlib after running configure, run it again. */ diff --git a/irc/irc/pkg-plist b/irc/irc/pkg-plist index 308bbf560969..3801d9d107d5 100644 --- a/irc/irc/pkg-plist +++ b/irc/irc/pkg-plist @@ -1,15 +1,12 @@ -bin/irc -etc/rc.d/ircd.sh +etc/ircd/ircd.conf.example +etc/ircd/iauth.conf.example etc/ircd/iauth.conf +etc/ircd/ircd.motd +etc/rc.d/ircd.sh etc/ircd/ircd.m4 -etc/ircd/example.conf sbin/chkconf sbin/ircd sbin/iauth sbin/ircd-mkpasswd sbin/ircdwatch @dirrm etc/ircd -@dirrm var/log/ircd -@dirrm var/log -@dirrm var/run -@dirrm var |