Mon Jul 19 04:36:18 2010 UTC ()
Update p5-Test-POE-Server-TCP from version 1.02 to version 1.12.

Pkgsrc changes:
- adjust dependencies

Upstream changes:
==============================
2010-07-07 11:46:56 +0100 1.12
==============================

  commit 38faf9bb17668dac118fa4d841e19962d32b1de9
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Wed Jul 7 11:46:56 2010 +0100

    The disconnected event will now include the same information as the
    connected event.

  commit 1c86e7a38ef289d9264f5f53f2fdb6bc7f527a40
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Wed Jul 7 11:41:00 2010 +0100

    Converted dist to Dist::Zilla using Dist::Zooky

==============================
2010-03-20 08:39:20 +0000 1.10
==============================

  commit a68e2982ef8b1d6bd0874c744a24e1c42bc35745
  Author: Chris Williams <chris@bingosnet.co.uk>
  Date:   Sat Mar 20 08:39:20 2010 +0000

    Fixed listener being deleted on all operations failures. Added
    'start_listener' mechanism

==============================
2009-07-13 15:34:03 +0100 1.08
==============================

  commit baef543c27fee34ec89fe0855da3157a554982d1
  Author: Chris Williams <chris@bingosnet.co.uk>
  Date:   Mon Jul 13 15:34:03 2009 +0100

    Prepared for CPAN Release

  commit 6c62b356c7f401885ee17365742b212b246d5a0
  Author: Chris Williams <chris@bingosnet.co.uk>
  Date:   Mon Jul 13 15:32:11 2009 +0100

    Added send_to_all_clients, a broadcast mechanism

===================================
End of changes in the last 365 days
===================================


(seb)
diff -r1.4 -r1.5 pkgsrc/devel/p5-Test-POE-Server-TCP/Makefile
diff -r1.3 -r1.4 pkgsrc/devel/p5-Test-POE-Server-TCP/distinfo

cvs diff -r1.4 -r1.5 pkgsrc/devel/p5-Test-POE-Server-TCP/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Test-POE-Server-TCP/Makefile 2009/04/12 11:53:33 1.4
+++ pkgsrc/devel/p5-Test-POE-Server-TCP/Makefile 2010/07/19 04:36:18 1.5
@@ -1,23 +1,22 @@ @@ -1,23 +1,22 @@
1# $NetBSD: Makefile,v 1.4 2009/04/12 11:53:33 sno Exp $ 1# $NetBSD: Makefile,v 1.5 2010/07/19 04:36:18 seb Exp $
2# 2#
3 3
4DISTNAME= Test-POE-Server-TCP-1.02 4DISTNAME= Test-POE-Server-TCP-1.12
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6CATEGORIES= devel perl5 6CATEGORIES= devel perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/Test-POE-Server-TCP/ 10HOMEPAGE= http://search.cpan.org/dist/Test-POE-Server-TCP/
11COMMENT= POE Component providing TCP server services for tests 11COMMENT= POE Component providing TCP server services for tests
12LICENSE= artistic-2.0 12LICENSE= artistic-2.0
13 13
14PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
15 15
16DEPENDS+= p5-POE>=1.004:../../devel/p5-POE 16DEPENDS+= p5-POE>=1.004:../../devel/p5-POE
17BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=6.50:../../devel/p5-ExtUtils-MakeMaker 
18 17
19USE_LANGUAGES= # empty 18USE_LANGUAGES= # empty
20PERL5_PACKLIST= auto/Test/POE/Server/TCP/.packlist 19PERL5_PACKLIST= auto/Test/POE/Server/TCP/.packlist
21 20
22.include "../../lang/perl5/module.mk" 21.include "../../lang/perl5/module.mk"
23.include "../../mk/bsd.pkg.mk" 22.include "../../mk/bsd.pkg.mk"

cvs diff -r1.3 -r1.4 pkgsrc/devel/p5-Test-POE-Server-TCP/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Test-POE-Server-TCP/distinfo 2009/04/12 11:53:33 1.3
+++ pkgsrc/devel/p5-Test-POE-Server-TCP/distinfo 2010/07/19 04:36:18 1.4
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.3 2009/04/12 11:53:33 sno Exp $ 1$NetBSD: distinfo,v 1.4 2010/07/19 04:36:18 seb Exp $
2 2
3SHA1 (Test-POE-Server-TCP-1.02.tar.gz) = a58d81f4db6ffc1691add16e187b96a46e0db7a7 3SHA1 (Test-POE-Server-TCP-1.12.tar.gz) = 6bd3a7dca59f16c05e17cd5e4e8d3a29b43056fa
4RMD160 (Test-POE-Server-TCP-1.02.tar.gz) = f5d34f7dea1b7f7e7d2438a3e400082f023d7e48 4RMD160 (Test-POE-Server-TCP-1.12.tar.gz) = 4116001c7e9adf44be82433d0c90033a1cbb040e
5Size (Test-POE-Server-TCP-1.02.tar.gz) = 30716 bytes 5Size (Test-POE-Server-TCP-1.12.tar.gz) = 21825 bytes