Mon Sep 6 11:54:34 2010 UTC ()
Update to 1.26, set LICENSE.

1.26  Fri Jun 25 18:35:15 BST 2010
    - Document the 'debug' parameter
    - Croak if the user does not supply the 'types' parameter
    - Fix problems with SYNOPSIS and show example plugin usage
    - Don't warn inside plugin_del
    - Don't complain about invalid eat constants when debug mode is off
    - Add irc_plugin_error event

    ( All the above by Hinrik ).


(wiz)
diff -r1.5 -r1.6 pkgsrc/devel/p5-POE-Component-Pluggable/Makefile
diff -r1.3 -r1.4 pkgsrc/devel/p5-POE-Component-Pluggable/distinfo

cvs diff -r1.5 -r1.6 pkgsrc/devel/p5-POE-Component-Pluggable/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-POE-Component-Pluggable/Makefile 2010/08/21 16:34:12 1.5
+++ pkgsrc/devel/p5-POE-Component-Pluggable/Makefile 2010/09/06 11:54:34 1.6
@@ -1,23 +1,23 @@ @@ -1,23 +1,23 @@
1# $NetBSD: Makefile,v 1.5 2010/08/21 16:34:12 seb Exp $ 1# $NetBSD: Makefile,v 1.6 2010/09/06 11:54:34 wiz Exp $
2 2
3DISTNAME= POE-Component-Pluggable-1.24 3DISTNAME= POE-Component-Pluggable-1.26
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 1 
6CATEGORIES= devel perl5 5CATEGORIES= devel perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=POE/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=POE/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/POE-Component-Pluggable/ 9HOMEPAGE= http://search.cpan.org/dist/POE-Component-Pluggable/
11COMMENT= Perl base class for creating plugin enabled POE Components 10COMMENT= Perl base class for creating plugin enabled POE Components
 11LICENSE= ${PERL5_LICENSE}
12 12
13DEPENDS+= p5-POE>=1.004:../../devel/p5-POE 13DEPENDS+= p5-POE>=1.004:../../devel/p5-POE
14DEPENDS+= p5-Task-Weaken-[0-9]*:../../devel/p5-Task-Weaken 14DEPENDS+= p5-Task-Weaken-[0-9]*:../../devel/p5-Task-Weaken
15DEPENDS+= p5-constant>=1.17:../../devel/p5-constant 15DEPENDS+= p5-constant>=1.17:../../devel/p5-constant
16 16
17PKG_INSTALLATION_TYPES= overwrite pkgviews 17PKG_INSTALLATION_TYPES= overwrite pkgviews
18PKG_DESTDIR_SUPPORT= user-destdir 18PKG_DESTDIR_SUPPORT= user-destdir
19 19
20PERL5_PACKLIST= auto/POE/Component/Pluggable/.packlist 20PERL5_PACKLIST= auto/POE/Component/Pluggable/.packlist
21 21
22.include "../../lang/perl5/module.mk" 22.include "../../lang/perl5/module.mk"
23.include "../../mk/bsd.pkg.mk" 23.include "../../mk/bsd.pkg.mk"

cvs diff -r1.3 -r1.4 pkgsrc/devel/p5-POE-Component-Pluggable/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-POE-Component-Pluggable/distinfo 2009/11/21 10:51:18 1.3
+++ pkgsrc/devel/p5-POE-Component-Pluggable/distinfo 2010/09/06 11:54:34 1.4
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.3 2009/11/21 10:51:18 seb Exp $ 1$NetBSD: distinfo,v 1.4 2010/09/06 11:54:34 wiz Exp $
2 2
3SHA1 (POE-Component-Pluggable-1.24.tar.gz) = e0212d9c6793fd28039a4dada36d98d49463a3c9 3SHA1 (POE-Component-Pluggable-1.26.tar.gz) = 8d7c28635239abc6be88c4e8c9a1cf3b361221f7
4RMD160 (POE-Component-Pluggable-1.24.tar.gz) = 29e727d73a975e5d480407f226a9f6e7071bcd5d 4RMD160 (POE-Component-Pluggable-1.26.tar.gz) = 2859b788d9090c63f57209371607eccd61920f0a
5Size (POE-Component-Pluggable-1.24.tar.gz) = 33391 bytes 5Size (POE-Component-Pluggable-1.26.tar.gz) = 37361 bytes