pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-POE-Component-Pluggable PkgSrc changes:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/30bb23ebf785
branches:  trunk
changeset: 557187:30bb23ebf785
user:      sno <sno%pkgsrc.org@localhost>
date:      Sun Apr 12 10:04:40 2009 +0000

description:
PkgSrc changes:
  - updating package to POE::Component::Pluggable module version 1.18

Upstream changes:
1.18  Sat Apr 11 10:05:02 BST 2009
    - Tidied up all the code. Removed hard tabs and made code more readable
      some places. (Hinrik)
    - Complain when plugin register/unregister subroutines don't return a
      true value (Hinrik)

1.16  Wed Mar  4 23:07:47 GMT 2009
    - Remove extraneous newline from some debug messages (Hinrik)
    - Give a helpful warning when a plugin handler does not return
      a valid EAT constant (Hinrik)

1.14  Mon Jan 26 12:25:26 GMT 2009
    - We were not processing '_default' in $self. Fixed.

diffstat:

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

diffs (36 lines):

diff -r 69b4525fd844 -r 30bb23ebf785 devel/p5-POE-Component-Pluggable/Makefile
--- a/devel/p5-POE-Component-Pluggable/Makefile Sun Apr 12 09:52:59 2009 +0000
+++ b/devel/p5-POE-Component-Pluggable/Makefile Sun Apr 12 10:04:40 2009 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2008/10/19 19:17:58 he Exp $
+# $NetBSD: Makefile,v 1.3 2009/04/12 10:04:40 sno Exp $
 
-DISTNAME=      POE-Component-Pluggable-1.10
+DISTNAME=      POE-Component-Pluggable-1.18
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=POE/}
 
@@ -10,7 +9,7 @@
 HOMEPAGE=      http://search.cpan.org/dist/POE-Component-Pluggable/
 COMMENT=       Perl base class for creating plugin enabled POE Components
 
-DEPENDS+=      p5-POE>=1.0002:../../devel/p5-POE
+DEPENDS+=      p5-POE>=1.004:../../devel/p5-POE
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 PKG_DESTDIR_SUPPORT=   user-destdir
diff -r 69b4525fd844 -r 30bb23ebf785 devel/p5-POE-Component-Pluggable/distinfo
--- a/devel/p5-POE-Component-Pluggable/distinfo Sun Apr 12 09:52:59 2009 +0000
+++ b/devel/p5-POE-Component-Pluggable/distinfo Sun Apr 12 10:04:40 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2008/09/10 18:53:49 he Exp $
+$NetBSD: distinfo,v 1.2 2009/04/12 10:04:40 sno Exp $
 
-SHA1 (POE-Component-Pluggable-1.10.tar.gz) = 9b660cd38b942c6778e9e0ccce9553d016e64e2c
-RMD160 (POE-Component-Pluggable-1.10.tar.gz) = 5e0d88f6686660371e3725255b65f3063cb388e6
-Size (POE-Component-Pluggable-1.10.tar.gz) = 29023 bytes
+SHA1 (POE-Component-Pluggable-1.18.tar.gz) = 6ea22c73c6b9a2818c0f1f8651792cfb57fc9d27
+RMD160 (POE-Component-Pluggable-1.18.tar.gz) = 46744afb471d1428e14b35fdcd8b2c74d3130ff7
+Size (POE-Component-Pluggable-1.18.tar.gz) = 31819 bytes



Home | Main Index | Thread Index | Old Index