diff options
author | adrianp <adrianp@pkgsrc.org> | 2007-07-11 19:32:23 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2007-07-11 19:32:23 +0000 |
commit | 25b79d26605a3f4ce7da113d9b110b8b545f4c9f (patch) | |
tree | 827ad342ddfa06ef9e9f3d6fc8fd7c0360f786f1 /chat/anope | |
parent | d6be8387513ed728224f230683627ea7001f8ffe (diff) | |
download | pkgsrc-25b79d26605a3f4ce7da113d9b110b8b545f4c9f.tar.gz |
Anope IRC Services.
Version 1.7.19 (revision 1247)
This new release of Anope contains various bugfixes and adds support for
InspIRCd 1.1. Various minor issues in the new MySQL code have been fixed
and overall stability of the MySQL code has improved.
The behaviour of the UsePrivmsg and NSDefMsg configuration options has
changed and anyone using those options is advised to take a look at the
comments near that options in the updated example.conf.
Take a look at the change log for more information about the various bugs
fixed in this release.
Diffstat (limited to 'chat/anope')
-rw-r--r-- | chat/anope/Makefile | 7 | ||||
-rw-r--r-- | chat/anope/PLIST | 5 | ||||
-rw-r--r-- | chat/anope/distinfo | 8 |
3 files changed, 11 insertions, 9 deletions
diff --git a/chat/anope/Makefile b/chat/anope/Makefile index 943d6a32891..fdc850d3bd1 100644 --- a/chat/anope/Makefile +++ b/chat/anope/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2007/07/04 20:54:32 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2007/07/11 19:32:23 adrianp Exp $ -DISTNAME= anope-1.7.18 -CATEGORIES= net +DISTNAME= anope-1.7.19 +CATEGORIES= chat MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=anope/} MAINTAINER= adrianp@NetBSD.org @@ -65,6 +65,7 @@ post-install: ${CHMOD} ${BINMODE} ${PREFIX}/lib/anope/listnicks ${CHMOD} ${BINMODE} ${PREFIX}/lib/anope/services ${CHMOD} ${BINMODE} ${PREFIX}/lib/anope/modules/*.so + ${CHMOD} ${SHAREMODE} ${PREFIX}/lib/anope/languages/* ${CHOWN} ${ANOPE_USER} ${PREFIX}/lib/anope ${CHOWN} ${ANOPE_USER} ${PREFIX}/lib/anope/backups ${CHOWN} ${ANOPE_USER} ${PREFIX}/lib/anope/logs diff --git a/chat/anope/PLIST b/chat/anope/PLIST index 6b2d84f07ec..31043f1c862 100644 --- a/chat/anope/PLIST +++ b/chat/anope/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2007/04/09 09:40:23 adrianp Exp $ +@comment $NetBSD: PLIST,v 1.3 2007/07/11 19:32:23 adrianp Exp $ lib/anope/anoperc lib/anope/languages/cat lib/anope/languages/de @@ -77,7 +77,8 @@ lib/anope/modules/hs_request.so lib/anope/modules/hs_set.so lib/anope/modules/hs_setall.so lib/anope/modules/hybrid.so -lib/anope/modules/inspircd.so +lib/anope/modules/inspircd10.so +lib/anope/modules/inspircd11.so lib/anope/modules/ms_cancel.so lib/anope/modules/ms_check.so lib/anope/modules/ms_del.so diff --git a/chat/anope/distinfo b/chat/anope/distinfo index 12cd3564735..259524c2e49 100644 --- a/chat/anope/distinfo +++ b/chat/anope/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2007/04/09 09:40:23 adrianp Exp $ +$NetBSD: distinfo,v 1.3 2007/07/11 19:32:23 adrianp Exp $ -SHA1 (anope-1.7.18.tar.gz) = 0ff5263bc6dc435d4abf878819cb103fcfb54e39 -RMD160 (anope-1.7.18.tar.gz) = b334fad432e865a780170d9eeba2f455d248be30 -Size (anope-1.7.18.tar.gz) = 1486562 bytes +SHA1 (anope-1.7.19.tar.gz) = fabdf5293b985463250e53e90cf04acf04f9a048 +RMD160 (anope-1.7.19.tar.gz) = 01169edef64bacfb5a8e92710d62e1796752ddf4 +Size (anope-1.7.19.tar.gz) = 1505639 bytes SHA1 (patch-aa) = 3a5dcfd4029a4a6f55a3b39d34e706502ecfe05c |