diff --git a/www/p5-Dancer2-Plugin-FormValidator/Makefile b/www/p5-Dancer2-Plugin-FormValidator/Makefile index abad6c1cdedd..78ec2e09d8a7 100644 --- a/www/p5-Dancer2-Plugin-FormValidator/Makefile +++ b/www/p5-Dancer2-Plugin-FormValidator/Makefile @@ -1,29 +1,29 @@ PORTNAME= Dancer2-Plugin-FormValidator -PORTVERSION= 0.82 +PORTVERSION= 0.90 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= wen@FreeBSD.org COMMENT= Neat and easy to start form validation plugin for Dancer2 LICENSE= ART10 GPLv1+ LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Dancer2>=0.200000:www/p5-Dancer2 \ p5-Dancer2-Plugin-Deferred>=0:www/p5-Dancer2-Plugin-Deferred \ p5-Email-Valid>=0:mail/p5-Email-Valid \ p5-Moo>=0:devel/p5-Moo \ p5-namespace-clean>=0:devel/p5-namespace-clean \ p5-utf8-all>=0:textproc/p5-utf8-all TEST_DEPENDS= p5-Data-FormValidator>=0:textproc/p5-Data-FormValidator \ p5-Test-Pod>=0:devel/p5-Test-Pod USES= perl5 USE_PERL5= configure NO_ARCH= yes .include diff --git a/www/p5-Dancer2-Plugin-FormValidator/distinfo b/www/p5-Dancer2-Plugin-FormValidator/distinfo index 949654b5d3ce..23908fdd2cd3 100644 --- a/www/p5-Dancer2-Plugin-FormValidator/distinfo +++ b/www/p5-Dancer2-Plugin-FormValidator/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1651844603 -SHA256 (Dancer2-Plugin-FormValidator-0.82.tar.gz) = 241bc496a0f0b89b9bc9d624647e73daf2745cbec95f4fb978426c6f59308ba4 -SIZE (Dancer2-Plugin-FormValidator-0.82.tar.gz) = 23834 +TIMESTAMP = 1652589103 +SHA256 (Dancer2-Plugin-FormValidator-0.90.tar.gz) = dca4313ec438f36105b6888e332cc6ad90d9ce9767ad38152cd73ef6bbff44b8 +SIZE (Dancer2-Plugin-FormValidator-0.90.tar.gz) = 25004 diff --git a/www/p5-Dancer2-Plugin-FormValidator/pkg-plist b/www/p5-Dancer2-Plugin-FormValidator/pkg-plist index efbfcceee835..e9b92a0f1a6d 100644 --- a/www/p5-Dancer2-Plugin-FormValidator/pkg-plist +++ b/www/p5-Dancer2-Plugin-FormValidator/pkg-plist @@ -1,26 +1,29 @@ %%SITE_PERL%%/Dancer2/Plugin/FormValidator.pm %%SITE_PERL%%/Dancer2/Plugin/FormValidator/Config.pm +%%SITE_PERL%%/Dancer2/Plugin/FormValidator/Factory/Extensions.pm +%%SITE_PERL%%/Dancer2/Plugin/FormValidator/Factory/Messages.pm +%%SITE_PERL%%/Dancer2/Plugin/FormValidator/Input.pm %%SITE_PERL%%/Dancer2/Plugin/FormValidator/Processor.pm %%SITE_PERL%%/Dancer2/Plugin/FormValidator/Registry.pm %%SITE_PERL%%/Dancer2/Plugin/FormValidator/Result.pm %%SITE_PERL%%/Dancer2/Plugin/FormValidator/Role/Extension.pm %%SITE_PERL%%/Dancer2/Plugin/FormValidator/Role/HasMessages.pm %%SITE_PERL%%/Dancer2/Plugin/FormValidator/Role/Profile.pm %%SITE_PERL%%/Dancer2/Plugin/FormValidator/Role/ProfileHasMessages.pm %%SITE_PERL%%/Dancer2/Plugin/FormValidator/Role/Validator.pm %%SITE_PERL%%/Dancer2/Plugin/FormValidator/Validator/Accepted.pm %%SITE_PERL%%/Dancer2/Plugin/FormValidator/Validator/Alpha.pm %%SITE_PERL%%/Dancer2/Plugin/FormValidator/Validator/AlphaNum.pm %%SITE_PERL%%/Dancer2/Plugin/FormValidator/Validator/Email.pm %%SITE_PERL%%/Dancer2/Plugin/FormValidator/Validator/EmailDns.pm %%SITE_PERL%%/Dancer2/Plugin/FormValidator/Validator/Enum.pm %%SITE_PERL%%/Dancer2/Plugin/FormValidator/Validator/Integer.pm %%SITE_PERL%%/Dancer2/Plugin/FormValidator/Validator/LengthMax.pm %%SITE_PERL%%/Dancer2/Plugin/FormValidator/Validator/LengthMin.pm %%SITE_PERL%%/Dancer2/Plugin/FormValidator/Validator/Max.pm %%SITE_PERL%%/Dancer2/Plugin/FormValidator/Validator/Min.pm %%SITE_PERL%%/Dancer2/Plugin/FormValidator/Validator/Numeric.pm %%SITE_PERL%%/Dancer2/Plugin/FormValidator/Validator/Required.pm %%SITE_PERL%%/Dancer2/Plugin/FormValidator/Validator/Same.pm %%SITE_PERL%%/Dancer2/Plugin/FormValidator/Validator.pm %%PERL5_MAN3%%/Dancer2::Plugin::FormValidator.3.gz