diff options
author | he <he@pkgsrc.org> | 2008-11-05 22:42:24 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2008-11-05 22:42:24 +0000 |
commit | 842a9664d4e796fd0c9990bf16d8a74a03ce989c (patch) | |
tree | 8fb8a22143291461a8de413fd20e479709df5be2 | |
parent | 905c415e7b8ac133be5460d5b30728d870d7b458 (diff) | |
download | pkgsrc-842a9664d4e796fd0c9990bf16d8a74a03ce989c.tar.gz |
Update from version 1.00nb1 to 1.01.
Pkgsrc changes:
o Add commented-out HOMEPAGE using search.cpan.org
o Add overlooked (?) dependencies
Upstream changes:
1.01 Sat Oct 25, 2008, joern
Bugfixes:
- Even objects returned by methods not declared as
an "object returner" where turned into Event::RPC
object handles instead of copying the complete
data structure to the client. Thanks for the report
to Alex <alex AT lokku.com>.
-rw-r--r-- | devel/p5-Event-RPC/Makefile | 8 | ||||
-rw-r--r-- | devel/p5-Event-RPC/distinfo | 8 |
2 files changed, 9 insertions, 7 deletions
diff --git a/devel/p5-Event-RPC/Makefile b/devel/p5-Event-RPC/Makefile index 3bc5f1132b2..ba3f1b60d22 100644 --- a/devel/p5-Event-RPC/Makefile +++ b/devel/p5-Event-RPC/Makefile @@ -1,17 +1,19 @@ -# $NetBSD: Makefile,v 1.4 2008/10/19 19:17:53 he Exp $ +# $NetBSD: Makefile,v 1.5 2008/11/05 22:42:24 he Exp $ # -DISTNAME= Event-RPC-1.00 +DISTNAME= Event-RPC-1.01 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.exit1.org/packages/Event-RPC/dist/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.exit1.org/Event-RPC/ +#HOMEPAGE= http://search.cpan.org/dist/Event-RPC/ COMMENT= Event based transparent Client/Server RPC framework +DEPENDS+= p5-Event-[0-9]*:../../devel/p5-Event DEPENDS+= p5-IO-Socket-SSL-[0-9]*:../../security/p5-IO-Socket-SSL +DEPENDS+= p5-Net-SSLeay-[0-9]*:../../security/p5-Net-SSLeay PERL5_PACKLIST= auto/Event/RPC/.packlist PKG_DESTDIR_SUPPORT= user-destdir diff --git a/devel/p5-Event-RPC/distinfo b/devel/p5-Event-RPC/distinfo index c3dbf534116..cdeccdc8f21 100644 --- a/devel/p5-Event-RPC/distinfo +++ b/devel/p5-Event-RPC/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2008/07/16 14:09:53 rhaen Exp $ +$NetBSD: distinfo,v 1.3 2008/11/05 22:42:24 he Exp $ -SHA1 (Event-RPC-1.00.tar.gz) = 4252f853a9eb40e671e9560a98b0fad7f6c588a3 -RMD160 (Event-RPC-1.00.tar.gz) = acb37162424cc4b73c9e23b3bfa3d811ac51d88a -Size (Event-RPC-1.00.tar.gz) = 34680 bytes +SHA1 (Event-RPC-1.01.tar.gz) = 6da575eaf95c173eee062533e75868cfc5687d46 +RMD160 (Event-RPC-1.01.tar.gz) = 14b1bda8369bdf68773b4a31ef17df576da537e3 +Size (Event-RPC-1.01.tar.gz) = 35011 bytes |