Sat Nov 21 10:51:18 2009 UTC ()
Update p5-POE-Component-Pluggable from version 1.18 to version 1.24.

Pkgsrc changes:
- Adjust dependencies

Upstream changes:
1.24  Tue Aug 18 09:17:59 BST 2009
    - Applied patch from Jonathan Steinert to fix RT #48788

1.22  Thu Jul 23 14:12:05 BST 2009
    - Added constant 1.17 as a prereq. Versions prior to 1.03
      did not support the use constant { }; construct.

1.20  Wed Apr 29 09:27:08 BST 2009
    - Removed the crufty checks in Makefile.PL for 'weaken' support and
      required Task::Weaken instead.
    - Fixed some warnings when plugin return undef.


(seb)
diff -r1.3 -r1.4 pkgsrc/devel/p5-POE-Component-Pluggable/Makefile
diff -r1.2 -r1.3 pkgsrc/devel/p5-POE-Component-Pluggable/distinfo

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

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

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

--- pkgsrc/devel/p5-POE-Component-Pluggable/distinfo 2009/04/12 10:04:40 1.2
+++ pkgsrc/devel/p5-POE-Component-Pluggable/distinfo 2009/11/21 10:51:18 1.3
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.2 2009/04/12 10:04:40 sno Exp $ 1$NetBSD: distinfo,v 1.3 2009/11/21 10:51:18 seb Exp $
2 2
3SHA1 (POE-Component-Pluggable-1.18.tar.gz) = 6ea22c73c6b9a2818c0f1f8651792cfb57fc9d27 3SHA1 (POE-Component-Pluggable-1.24.tar.gz) = e0212d9c6793fd28039a4dada36d98d49463a3c9
4RMD160 (POE-Component-Pluggable-1.18.tar.gz) = 46744afb471d1428e14b35fdcd8b2c74d3130ff7 4RMD160 (POE-Component-Pluggable-1.24.tar.gz) = 29e727d73a975e5d480407f226a9f6e7071bcd5d
5Size (POE-Component-Pluggable-1.18.tar.gz) = 31819 bytes 5Size (POE-Component-Pluggable-1.24.tar.gz) = 33391 bytes