diff --git a/www/p5-Dancer2-Plugin-FormValidator/Makefile b/www/p5-Dancer2-Plugin-FormValidator/Makefile index 36b107fb6dab..fcf160983382 100644 --- a/www/p5-Dancer2-Plugin-FormValidator/Makefile +++ b/www/p5-Dancer2-Plugin-FormValidator/Makefile @@ -1,29 +1,29 @@ PORTNAME= Dancer2-Plugin-FormValidator -PORTVERSION= 1.01 +PORTVERSION= 1.03 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 5a0a98d8223f..8de89a628dbd 100644 --- a/www/p5-Dancer2-Plugin-FormValidator/distinfo +++ b/www/p5-Dancer2-Plugin-FormValidator/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1652834075 -SHA256 (Dancer2-Plugin-FormValidator-1.01.tar.gz) = d7269a5cd52f10ca81d945f01b2924d58222f1e34b8dad703ff09f0727593596 -SIZE (Dancer2-Plugin-FormValidator-1.01.tar.gz) = 25770 +TIMESTAMP = 1655074526 +SHA256 (Dancer2-Plugin-FormValidator-1.03.tar.gz) = 1d02551c9a50143bd3a1ac821cb28c20294e8b047d3120641ec3e4bcca0ffbb7 +SIZE (Dancer2-Plugin-FormValidator-1.03.tar.gz) = 26237 diff --git a/www/p5-Dancer2-Plugin-FormValidator/pkg-plist b/www/p5-Dancer2-Plugin-FormValidator/pkg-plist index 15ebe8fc6f7b..25fcb2902325 100644 --- a/www/p5-Dancer2-Plugin-FormValidator/pkg-plist +++ b/www/p5-Dancer2-Plugin-FormValidator/pkg-plist @@ -1,30 +1,31 @@ %%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/Boolean.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/RequiredWith.pm %%SITE_PERL%%/Dancer2/Plugin/FormValidator/Validator/Same.pm %%SITE_PERL%%/Dancer2/Plugin/FormValidator/Validator.pm %%PERL5_MAN3%%/Dancer2::Plugin::FormValidator.3.gz