summaryrefslogtreecommitdiff
path: root/www/p5-Catalyst-Plugin-Server
diff options
context:
space:
mode:
authorhiramatsu <hiramatsu@pkgsrc.org>2011-11-25 08:14:37 +0000
committerhiramatsu <hiramatsu@pkgsrc.org>2011-11-25 08:14:37 +0000
commit6c12afbb174d1b3bc6deb1438699c8fb16d32d42 (patch)
tree899a8fd18830be2bb8152cc76f81279cbe94b118 /www/p5-Catalyst-Plugin-Server
parent3c6b573ff107368328bdc4e3791738e1a40abdca (diff)
downloadpkgsrc-6c12afbb174d1b3bc6deb1438699c8fb16d32d42.tar.gz
Update p5-Catalyst-Plugin-Server to 0.28.
Changes from previous: 0.28 Thu Jul 08 20:30:00 CEST 2010 =================================== * Upgrade the plugin for Catalyt 5.8 series * Changes for adopting MRO::compat where not complete. Calls to next::method instead of NEXT::...() * Change name of paths and compiled base class properties in Cat 5.8 * Clone the result before serializing, as RPC::XML won't clone already seen refs (thanks t0m) * Fix the test suite (some tests were lost from 0.24->0.26) * Don't warn about the breakage of XML::RPC, as the author has already fixed the backcompat breakage 0.26 Fri Sep 25 13:50:41 CEST 2009 =================================== * Important notice: RPC::XML 0.69 introduced a backwards incompatible change. For now, this module will only work with RPC::XML 0.67 or before. See this bug report for RPC::XML for details: https://rt.cpan.org/Ticket/Display.html?id=50013 * Address: #44995: Instruction to disable RenderView action. Updated tutorial accordingly. * Address: #46316: Catalyst::Plugin::Server is trying to use NEXT, which is deprecated. We are now using MRO::compat instead. * Address: #45709 Documentation Ambiguity leads to confusion; The use of $c->req->xmlrpc->error is now documented in more detail. * Add unicode tests * Other small test improvements
Diffstat (limited to 'www/p5-Catalyst-Plugin-Server')
-rw-r--r--www/p5-Catalyst-Plugin-Server/Makefile15
-rw-r--r--www/p5-Catalyst-Plugin-Server/distinfo8
2 files changed, 11 insertions, 12 deletions
diff --git a/www/p5-Catalyst-Plugin-Server/Makefile b/www/p5-Catalyst-Plugin-Server/Makefile
index 1241f8a57b0..2261d8bca3d 100644
--- a/www/p5-Catalyst-Plugin-Server/Makefile
+++ b/www/p5-Catalyst-Plugin-Server/Makefile
@@ -1,20 +1,19 @@
-# $NetBSD: Makefile,v 1.7 2011/08/14 16:05:49 obache Exp $
+# $NetBSD: Makefile,v 1.8 2011/11/25 08:14:37 hiramatsu Exp $
-DISTNAME= Catalyst-Plugin-Server-0.24
+DISTNAME= Catalyst-Plugin-Server-0.28
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 4
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Catalyst/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://search.cpan.org/perldoc?Catalyst::Plugin::Server
+HOMEPAGE= http://search.cpan.org/dist/Catalyst-Plugin-Server/
COMMENT= Base Server plugin for RPC-able protocols
-
-BROKEN= Catalyst::Plugin::Server must not be used with RPC::XML>0.67
+LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Catalyst-Runtime>=5.66:../../www/p5-Catalyst-Runtime
-DEPENDS+= p5-RPC-XML>=0.64:../../net/p5-RPC-XML
-#DEPENDS+= p5-RPC-XML<=0.67:../../net/p5-RPC-XML
+DEPENDS+= p5-RPC-XML>=0.67:../../net/p5-RPC-XML
+DEPENDS+= p5-MRO-Compat-[0-9]*:../../devel/p5-MRO-Compat
+DEPENDS+= p5-Clone-Fast-[0-9]*:../../devel/p5-Clone-Fast
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Catalyst/Plugin/Server/.packlist
diff --git a/www/p5-Catalyst-Plugin-Server/distinfo b/www/p5-Catalyst-Plugin-Server/distinfo
index b35ee5241c5..5ed37542b4d 100644
--- a/www/p5-Catalyst-Plugin-Server/distinfo
+++ b/www/p5-Catalyst-Plugin-Server/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2009/02/13 16:51:59 abs Exp $
+$NetBSD: distinfo,v 1.2 2011/11/25 08:14:37 hiramatsu Exp $
-SHA1 (Catalyst-Plugin-Server-0.24.tar.gz) = ea49247a12beca89b6f6cfcca1d22b029ace94a5
-RMD160 (Catalyst-Plugin-Server-0.24.tar.gz) = 4d5e29ca2e3c6b5ec1762eb39dd0d6bc079cc942
-Size (Catalyst-Plugin-Server-0.24.tar.gz) = 21160 bytes
+SHA1 (Catalyst-Plugin-Server-0.28.tar.gz) = 4faf9e0d1560027168337b7d31d4522cabdb0408
+RMD160 (Catalyst-Plugin-Server-0.28.tar.gz) = 50f687aefca8869ce8441be31ebbbbea2ec418d2
+Size (Catalyst-Plugin-Server-0.28.tar.gz) = 21461 bytes