diff options
author | adrianp <adrianp@pkgsrc.org> | 2005-10-14 09:46:54 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2005-10-14 09:46:54 +0000 |
commit | bace3f52b5848bb073ea385e450277685a3da1a0 (patch) | |
tree | 1e3e980c90038e4f20847cf589e0ee501590ce1c /chat/p5-POE-Component-IRC | |
parent | 0c37a3ccc580477bada29547241421ef920f5160 (diff) | |
download | pkgsrc-bace3f52b5848bb073ea385e450277685a3da1a0.tar.gz |
Update to 4.71
From Changes:
> 4.71 Thu Oct 13 19:04:01 BST 2005
> - Documentation bug in IRC.pm, spotted by cnelson.
> - Fixed ::State.pm for channel admin/owner support,
> spotted by Sebastien Wernerus.
>
> 4.70 Fri Sep 16 16:45:05 BST 2005
> - Fixed a bug where 'irc_raw' events were being switched off after
> a connect() without parameters was called.
>
> 4.69 Mon Sep 05 12:30:01 BST 2005
> - 3_connect.t was causing problems on Cygwin. Skipped this test
> on Cygwin for now.
>
> 4.68 Fri Sep 02 14:00:00 BST 2005
> - Altered Connector plugin so it starts the auto_ping on
> 'irc_connected' rather than 'irc_001'. Thanks to British
> Telecom for enabling me to spot that one. >:]
>
> 4.67 <Date>
> - Documentation amendments to Plugin.pm. Well spotted, perigrin :D
> - Added POD test.
> - Filter-CTCP.pm fixed. All 'warn's only enabled when debug is set.
> Thanks to ketas for spotting that one.
> - Fixed a typo made doing the previous fix. >;)
> - Added Projects.pm, hopefully a list of PoCo-IRC using projects.
> - Added placeholder for State::Lite, a lightweight version of State.
> - Tidied up main PoCo-IRC POD. Added a much better SYNOPSIS.
>
> 4.66 Thu Jul 28 17:55:01 BST 2005
> - Committed patches from Jeff 'japhy' Pinyan who has hacked
> prioritisation into the plugin system. Check Plugin.pm and
> Pipeline.pm for details.
>
> 4.65 Wed Jul 13 17:47:08 BST 2005
> - Fixed the anamoly where plugins weren't deleted if shutdown()
> is called. This should fix plugins that based around POE::Session.
Diffstat (limited to 'chat/p5-POE-Component-IRC')
-rw-r--r-- | chat/p5-POE-Component-IRC/Makefile | 7 | ||||
-rw-r--r-- | chat/p5-POE-Component-IRC/distinfo | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/chat/p5-POE-Component-IRC/Makefile b/chat/p5-POE-Component-IRC/Makefile index fa7fe38d855..7ce2533ee79 100644 --- a/chat/p5-POE-Component-IRC/Makefile +++ b/chat/p5-POE-Component-IRC/Makefile @@ -1,14 +1,13 @@ -# $NetBSD: Makefile,v 1.2 2005/08/06 06:19:04 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2005/10/14 09:46:54 adrianp Exp $ # -DISTNAME= POE-Component-IRC-4.64 +DISTNAME= POE-Component-IRC-4.71 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= chat perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=POE/} MAINTAINER= adrianp@NetBSD.org -HOMEPAGE= http://search.cpan.org/~bingos/POE-Component-IRC-4.64/ +HOMEPAGE= http://search.cpan.org/~bingos/${DISTNAME}/ COMMENT= Fully event-driven IRC client module. DEPENDS+= p5-POE>=0.17:../../devel/p5-POE diff --git a/chat/p5-POE-Component-IRC/distinfo b/chat/p5-POE-Component-IRC/distinfo index e7f9cd95ff8..e93b05a60b0 100644 --- a/chat/p5-POE-Component-IRC/distinfo +++ b/chat/p5-POE-Component-IRC/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2005/07/14 23:09:30 adrianp Exp $ +$NetBSD: distinfo,v 1.2 2005/10/14 09:46:54 adrianp Exp $ -SHA1 (POE-Component-IRC-4.64.tar.gz) = f6ba323af5bbc82e7573dfb0042d1d2a69c106e5 -RMD160 (POE-Component-IRC-4.64.tar.gz) = 9d603d0bcb7ac6996d11363d6c2b1bd068e44dd6 -Size (POE-Component-IRC-4.64.tar.gz) = 209372 bytes +SHA1 (POE-Component-IRC-4.71.tar.gz) = e981be7dfb94d4a97e5ad740192378e98cf1c0cb +RMD160 (POE-Component-IRC-4.71.tar.gz) = 3e1a28ebac97b757906e809871df95e127c3d82f +Size (POE-Component-IRC-4.71.tar.gz) = 214170 bytes |