diff options
author | wen <wen@pkgsrc.org> | 2013-12-15 13:43:57 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2013-12-15 13:43:57 +0000 |
commit | 0b86fc2f066da67cc2e153841e7a41ffcf34d5b2 (patch) | |
tree | d3f1cdcde7388a9fba2a812037eef3d61958e1aa /chat | |
parent | a0158caa10b9ddf53c4c40351c1be34b47c7f41d (diff) | |
download | pkgsrc-0b86fc2f066da67cc2e153841e7a41ffcf34d5b2.tar.gz |
Update to 6.83
Update DEPENDS
Upstream changes:
6.83 Mon May 27 10:40:09 BST 2013
- NickServID: React on IRC Message 433 - Commit: ec7cd33736
- BotCommand: Support for overriding the Command Handler
- BotCommand: Added Support for a Help Modification Callback
- BotCommand: Adapted the Help Callback Options so it gets the Command and Arguments
- BotCommand: Added Support for Command Aliases
- BotCommand: Allowed No Arguments/Only Variable Arguments
- Implemented SSL Client Cert Support
6.82 Sat Mar 9 22:15:02 GMT 2013
- Add the Prefix to the "Syntax:" line of the command help
6.81 Fri Nov 23 15:53:11 GMT 2012
- Resolve hash randomisation issues with v5.17.6
6.80 Thu Sep 20 09:52:59 BST 2012
- Add missing prereq
6.79 Wed Sep 19 14:24:03 BST 2012
- Argument naming and argument count validation in Plugin::BotCommand
- [rt.cpan.org #79745] nick_long_form dies due to a race condition
Diffstat (limited to 'chat')
-rw-r--r-- | chat/p5-POE-Component-IRC/Makefile | 11 | ||||
-rw-r--r-- | chat/p5-POE-Component-IRC/distinfo | 8 |
2 files changed, 9 insertions, 10 deletions
diff --git a/chat/p5-POE-Component-IRC/Makefile b/chat/p5-POE-Component-IRC/Makefile index 4adb9fba647..e6711d6cf72 100644 --- a/chat/p5-POE-Component-IRC/Makefile +++ b/chat/p5-POE-Component-IRC/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.20 2013/05/31 12:39:41 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2013/12/15 13:43:57 wen Exp $ # -DISTNAME= POE-Component-IRC-6.78 +DISTNAME= POE-Component-IRC-6.83 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= chat perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=POE/} @@ -12,10 +11,10 @@ HOMEPAGE= http://search.cpan.org/dist/POE-Component-IRC/ COMMENT= Fully event-driven IRC client module LICENSE= ${PERL5_LICENSE} -DEPENDS+= p5-POE>=0.3202:../../devel/p5-POE -DEPENDS+= p5-IRC-Utils>=0.11:../../chat/p5-IRC-Utils +DEPENDS+= p5-POE>=1.311:../../devel/p5-POE +DEPENDS+= p5-IRC-Utils>=0.12:../../chat/p5-IRC-Utils DEPENDS+= p5-POE-Component-Syndicator-[0-9]*:../../devel/p5-POE-Component-Syndicator -DEPENDS+= p5-POE-Filter-IRCD>=1.7:../../chat/p5-POE-Filter-IRCD +DEPENDS+= p5-POE-Filter-IRCD>=2.42:../../chat/p5-POE-Filter-IRCD DEPENDS+= p5-Test-Differences>=0.61:../../devel/p5-Test-Differences PKG_INSTALLATION_TYPES= overwrite pkgviews diff --git a/chat/p5-POE-Component-IRC/distinfo b/chat/p5-POE-Component-IRC/distinfo index 509265421a9..71ed7e96cef 100644 --- a/chat/p5-POE-Component-IRC/distinfo +++ b/chat/p5-POE-Component-IRC/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2012/04/01 18:30:45 rhaen Exp $ +$NetBSD: distinfo,v 1.10 2013/12/15 13:43:57 wen Exp $ -SHA1 (POE-Component-IRC-6.78.tar.gz) = bd62e347f972fdf74e4463615b3a3015b91eac58 -RMD160 (POE-Component-IRC-6.78.tar.gz) = 747840f85ca3b1f72c16599faba11d9bc91b9439 -Size (POE-Component-IRC-6.78.tar.gz) = 401838 bytes +SHA1 (POE-Component-IRC-6.83.tar.gz) = 5967fe9fc9da6e1d5eddf341b75d77b1b0426c4e +RMD160 (POE-Component-IRC-6.83.tar.gz) = f977b25203960bf557f2723b0307d392c99e76d8 +Size (POE-Component-IRC-6.83.tar.gz) = 394433 bytes |