Thu Jan 29 08:56:15 2015 UTC ()
Update to 1.05
--------------
1.05 Tue Feb 28, 2014, joern
    Features:
    - New Method set_max_packet_size (Client and Server)
      to change the default value of 2 GB up to 4 GB
      (or less).

    Bugfixes
    - Increased default maximum packet size from 4 MB
      to 2 GB.
    - Fixed test suite for parallel execution by using
      different port numbers for the test server.
      Thanks for the report to Andreas König.
    - Applied a patch from Salvatore Bonaccorso which
      fixes missing encoding declarations in POD. Thanks!
    - Fixed some POD typos. Thanks for the report to
      Xavier Guimard.


(mef)
diff -r1.16 -r1.17 pkgsrc/devel/p5-Event-RPC/Makefile
diff -r1.4 -r1.5 pkgsrc/devel/p5-Event-RPC/distinfo

cvs diff -r1.16 -r1.17 pkgsrc/devel/p5-Event-RPC/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Event-RPC/Makefile 2014/05/29 23:35:52 1.16
+++ pkgsrc/devel/p5-Event-RPC/Makefile 2015/01/29 08:56:15 1.17
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.16 2014/05/29 23:35:52 wiz Exp $ 1# $NetBSD: Makefile,v 1.17 2015/01/29 08:56:15 mef Exp $
2 2
3DISTNAME= Event-RPC-1.04 3DISTNAME= Event-RPC-1.05
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 1 
6CATEGORIES= devel 5CATEGORIES= devel
7MASTER_SITES= http://www.exit1.org/packages/Event-RPC/dist/ 6MASTER_SITES= http://www.exit1.org/packages/Event-RPC/dist/
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://www.exit1.org/Event-RPC/ 9HOMEPAGE= http://www.exit1.org/Event-RPC/
11#HOMEPAGE= http://search.cpan.org/dist/Event-RPC/ 10#HOMEPAGE= http://search.cpan.org/dist/Event-RPC/
12COMMENT= Event based transparent Client/Server RPC framework 11COMMENT= Event based transparent Client/Server RPC framework
13LICENSE= ${PERL5_LICENSE} 12LICENSE= ${PERL5_LICENSE}
14 13
15DEPENDS+= p5-Event-[0-9]*:../../devel/p5-Event 14DEPENDS+= p5-Event-[0-9]*:../../devel/p5-Event
16DEPENDS+= p5-IO-Socket-SSL-[0-9]*:../../security/p5-IO-Socket-SSL 15DEPENDS+= p5-IO-Socket-SSL-[0-9]*:../../security/p5-IO-Socket-SSL
17DEPENDS+= p5-Net-SSLeay-[0-9]*:../../security/p5-Net-SSLeay 16DEPENDS+= p5-Net-SSLeay-[0-9]*:../../security/p5-Net-SSLeay
18 17

cvs diff -r1.4 -r1.5 pkgsrc/devel/p5-Event-RPC/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Event-RPC/distinfo 2014/05/14 07:19:59 1.4
+++ pkgsrc/devel/p5-Event-RPC/distinfo 2015/01/29 08:56:15 1.5
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.4 2014/05/14 07:19:59 hiramatsu Exp $ 1$NetBSD: distinfo,v 1.5 2015/01/29 08:56:15 mef Exp $
2 2
3SHA1 (Event-RPC-1.04.tar.gz) = 24ebc1e7447400b709544ae95bbbd19369695a7b 3SHA1 (Event-RPC-1.05.tar.gz) = 211dcc05e9f950046f7088cf5265d5113640e1e7
4RMD160 (Event-RPC-1.04.tar.gz) = 867f44404832fed22e9709b6e5ddf8cfce2a5f3c 4RMD160 (Event-RPC-1.05.tar.gz) = 1a706fab045abd1b8c07c6e1d66c7d2d664abf68
5Size (Event-RPC-1.04.tar.gz) = 47371 bytes 5Size (Event-RPC-1.05.tar.gz) = 48716 bytes