[UPDATE] net/p5-Event-RPC 1.08 -> 1.10

2019-01-04 Thread Charlene Wendling


Here is an update for Event::RPC with test fixes for our future Perl
5.28. 

Most upstream changes are test fixes [1], and port-wise it's a simple
version bump. 

Testing: 

- 'make test' passes
- graphics/dvdrip is the only consumer, and it still works [2]. 

Any comments or feedback? 

Charlène. 


[1] https://metacpan.org/changes/distribution/Event-RPC 
[2] https://bsd.network/@julianaito/101360651810888237


Index: Makefile
===
RCS file: /cvs/ports/net/p5-Event-RPC/Makefile,v
retrieving revision 1.14
diff -u -p -u -p -r1.14 Makefile
--- Makefile20 Mar 2016 19:56:51 -  1.14
+++ Makefile4 Jan 2019 22:14:31 -
@@ -4,7 +4,7 @@ COMMENT =   Event based transparent Client
 
 MODULES =  cpan
 PKG_ARCH = *
-DISTNAME = Event-RPC-1.08
+DISTNAME = Event-RPC-1.10
 CATEGORIES =   net devel
 
 # perl
Index: distinfo
===
RCS file: /cvs/ports/net/p5-Event-RPC/distinfo,v
retrieving revision 1.7
diff -u -p -u -p -r1.7 distinfo
--- distinfo28 Sep 2015 09:15:52 -  1.7
+++ distinfo4 Jan 2019 22:14:31 -
@@ -1,2 +1,2 @@
-SHA256 (Event-RPC-1.08.tar.gz) = x1LJjgbE8DlOuQuk26Pb/3jm85T6Fz7o0P2dqvORSbE=
-SIZE (Event-RPC-1.08.tar.gz) = 57504
+SHA256 (Event-RPC-1.10.tar.gz) = k6XVJkHIVojz3H6zq1RLeon05sxeTwlNV07GmSxJjQY=
+SIZE (Event-RPC-1.10.tar.gz) = 51373



update net/p5-Event-RPC

2014-05-15 Thread Alexander Bluhm
Hi,

I would like to update p5-Event-RPC to 1.05 so that the regression
tests pass.

ok?

bluhm

Index: net/p5-Event-RPC/Makefile
===
RCS file: /data/mirror/openbsd/cvs/ports/net/p5-Event-RPC/Makefile,v
retrieving revision 1.9
diff -u -p -u -p -r1.9 Makefile
--- net/p5-Event-RPC/Makefile   11 Mar 2013 11:35:50 -  1.9
+++ net/p5-Event-RPC/Makefile   15 May 2014 23:35:01 -
@@ -3,10 +3,8 @@
 COMMENT=   Event based transparent Client/Server RPC framework
 
 MODULES=   cpan
-DISTNAME=  Event-RPC-1.01
-REVISION=  0
+DISTNAME=  Event-RPC-1.05
 CATEGORIES=net devel
-USE_GROFF =Yes
 
 # perl
 PERMIT_PACKAGE_CDROM=  Yes
Index: net/p5-Event-RPC/distinfo
===
RCS file: /data/mirror/openbsd/cvs/ports/net/p5-Event-RPC/distinfo,v
retrieving revision 1.3
diff -u -p -u -p -r1.3 distinfo
--- net/p5-Event-RPC/distinfo   10 Nov 2008 11:14:45 -  1.3
+++ net/p5-Event-RPC/distinfo   15 May 2014 23:27:50 -
@@ -1,5 +1,2 @@
-MD5 (Event-RPC-1.01.tar.gz) = ydXKOe+BXOF53SiYE0K4/g==
-RMD160 (Event-RPC-1.01.tar.gz) = FLG9qDab32h3O0ox7xffV22lN+M=
-SHA1 (Event-RPC-1.01.tar.gz) = baV16vlcFz7uBiUz51hoz8VofUY=
-SHA256 (Event-RPC-1.01.tar.gz) = Sk0IZjD8ivb9hMyAU6sEg/o3EqQtMg515RAnMZykbOQ=
-SIZE (Event-RPC-1.01.tar.gz) = 35011
+SHA256 (Event-RPC-1.05.tar.gz) = bYKGzCTcnIfUcf+KNhtHGwDnoUHW/Ud9FzA/491jQSg=
+SIZE (Event-RPC-1.05.tar.gz) = 48716
Index: net/p5-Event-RPC/pkg/PLIST
===
RCS file: /data/mirror/openbsd/cvs/ports/net/p5-Event-RPC/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -u -p -r1.1.1.1 PLIST
--- net/p5-Event-RPC/pkg/PLIST  19 May 2007 10:06:53 -  1.1.1.1
+++ net/p5-Event-RPC/pkg/PLIST  15 May 2014 23:38:28 -
@@ -9,6 +9,7 @@ ${P5SITE}/Event/RPC/LogConnection.pm
 ${P5SITE}/Event/RPC/Logger.pm
 ${P5SITE}/Event/RPC/Loop/
 ${P5SITE}/Event/RPC/Loop.pm
+${P5SITE}/Event/RPC/Loop/AnyEvent.pm
 ${P5SITE}/Event/RPC/Loop/Event.pm
 ${P5SITE}/Event/RPC/Loop/Glib.pm
 ${P5SITE}/Event/RPC/Message.pm
@@ -19,6 +20,7 @@ ${P5SITE}/Event/RPC/Server.pm
 @man man/man3p/Event::RPC::LogConnection.3p
 @man man/man3p/Event::RPC::Logger.3p
 @man man/man3p/Event::RPC::Loop.3p
+@man man/man3p/Event::RPC::Loop::AnyEvent.3p
 @man man/man3p/Event::RPC::Loop::Event.3p
 @man man/man3p/Event::RPC::Loop::Glib.3p
 @man man/man3p/Event::RPC::Message.3p