pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/p5-POE-Component-IRC Update to 4.71



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b79ff0127374
branches:  trunk
changeset: 500911:b79ff0127374
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Fri Oct 14 09:46:54 2005 +0000

description:
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:

 chat/p5-POE-Component-IRC/Makefile |  7 +++----
 chat/p5-POE-Component-IRC/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (34 lines):

diff -r d8b5fbc297cc -r b79ff0127374 chat/p5-POE-Component-IRC/Makefile
--- a/chat/p5-POE-Component-IRC/Makefile        Fri Oct 14 09:37:46 2005 +0000
+++ b/chat/p5-POE-Component-IRC/Makefile        Fri Oct 14 09:46:54 2005 +0000
@@ -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@localhost
-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 -r d8b5fbc297cc -r b79ff0127374 chat/p5-POE-Component-IRC/distinfo
--- a/chat/p5-POE-Component-IRC/distinfo        Fri Oct 14 09:37:46 2005 +0000
+++ b/chat/p5-POE-Component-IRC/distinfo        Fri Oct 14 09:46:54 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index