From a31cdb28068534de45b80030dc3634627a83a425 Mon Sep 17 00:00:00 2001 From: sthen Date: Sun, 8 Apr 2012 21:58:30 +0000 Subject: [PATCH] Update www/p5-Catalyst-Plugin-FormValidator to version 0.094. Using Catalyst::Plugin::FormValidator is not recommended as the module takes over the global $c->form method, rather than being applicable in only part of your Catalyst application. Furthermore, Data::FormValidator itself is not recommended for use. from Andreas Voegele --- www/p5-Catalyst-Plugin-FormValidator/Makefile | 11 ++++++----- www/p5-Catalyst-Plugin-FormValidator/distinfo | 10 +++++----- www/p5-Catalyst-Plugin-FormValidator/pkg/MESSAGE | 4 ++++ 3 files changed, 15 insertions(+), 10 deletions(-) create mode 100644 www/p5-Catalyst-Plugin-FormValidator/pkg/MESSAGE diff --git a/www/p5-Catalyst-Plugin-FormValidator/Makefile b/www/p5-Catalyst-Plugin-FormValidator/Makefile index a720d72f779..1d279faf8f5 100644 --- a/www/p5-Catalyst-Plugin-FormValidator/Makefile +++ b/www/p5-Catalyst-Plugin-FormValidator/Makefile @@ -1,10 +1,9 @@ -# $OpenBSD: Makefile,v 1.9 2010/12/03 11:46:51 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.10 2012/04/08 21:58:30 sthen Exp $ -COMMENT= plugin to Data::FormValidator for catalyst +COMMENT= plugin to Data::FormValidator for catalyst (deprecated) MODULES= cpan -DISTNAME= Catalyst-Plugin-FormValidator-0.02 -REVISION= 2 +DISTNAME= Catalyst-Plugin-FormValidator-0.094 CATEGORIES= www USE_GROFF = Yes @@ -17,7 +16,9 @@ PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes RUN_DEPENDS= www/p5-Catalyst-Runtime \ - devel/p5-Data-FormValidator + devel/p5-Data-FormValidator \ + devel/p5-Moose \ + devel/p5-MRO-Compat MAKE_ENV= TEST_POD=Yes diff --git a/www/p5-Catalyst-Plugin-FormValidator/distinfo b/www/p5-Catalyst-Plugin-FormValidator/distinfo index 96b8af0b2ea..72d6e6d561d 100644 --- a/www/p5-Catalyst-Plugin-FormValidator/distinfo +++ b/www/p5-Catalyst-Plugin-FormValidator/distinfo @@ -1,5 +1,5 @@ -MD5 (Catalyst-Plugin-FormValidator-0.02.tar.gz) = VVGXD56VCpze09lwdK5ELQ== -RMD160 (Catalyst-Plugin-FormValidator-0.02.tar.gz) = 0+rPA7ZG/tJvZYzopFr9JhAyzD0= -SHA1 (Catalyst-Plugin-FormValidator-0.02.tar.gz) = HpRBgHf35uUoY1VK4qNVypYG8ls= -SHA256 (Catalyst-Plugin-FormValidator-0.02.tar.gz) = KN6s9J5EXIrTzFHZ/9fi4JIF7E/EyL2iIwqsL8/Udns= -SIZE (Catalyst-Plugin-FormValidator-0.02.tar.gz) = 1872 +MD5 (Catalyst-Plugin-FormValidator-0.094.tar.gz) = ewyqLQAf1jFntmRcot8R0g== +RMD160 (Catalyst-Plugin-FormValidator-0.094.tar.gz) = aGVVIpCi7CfZNU0oICYlxe12gWs= +SHA1 (Catalyst-Plugin-FormValidator-0.094.tar.gz) = v1gm01Ipo4haQrJqonFmiNeciGs= +SHA256 (Catalyst-Plugin-FormValidator-0.094.tar.gz) = WDTxG/XJ9LXTNtZcfOZjm3bOe/56KHXrBI1+ocgs4Fo= +SIZE (Catalyst-Plugin-FormValidator-0.094.tar.gz) = 18183 diff --git a/www/p5-Catalyst-Plugin-FormValidator/pkg/MESSAGE b/www/p5-Catalyst-Plugin-FormValidator/pkg/MESSAGE new file mode 100644 index 00000000000..51bf981bf10 --- /dev/null +++ b/www/p5-Catalyst-Plugin-FormValidator/pkg/MESSAGE @@ -0,0 +1,4 @@ +Using Catalyst::Plugin::FormValidator is not recommended as the module +takes over the global $c->form method, rather than being applicable in +only part of your Catalyst application. Furthermore, +Data::FormValidator itself is not recommended for use.