mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
- Update to 0.35002
This commit is contained in:
parent
2173405bb1
commit
457724d7a7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=279616
@ -4,7 +4,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= HTML-FormHandler
|
||||
PORTVERSION= 0.34001
|
||||
PORTVERSION= 0.35002
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= az@FreeBSD.org
|
||||
COMMENT= Form handler written in Moose
|
||||
|
||||
BUILD_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
|
||||
BUILD_DEPENDS= p5-Class-Load>=0.06:${PORTSDIR}/devel/p5-Class-Load \
|
||||
p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
|
||||
p5-DateTime-Format-Strptime>=0:${PORTSDIR}/devel/p5-DateTime-Format-Strptime \
|
||||
p5-Email-Valid>=0:${PORTSDIR}/mail/p5-Email-Valid \
|
||||
p5-File-ShareDir>=0:${PORTSDIR}/devel/p5-File-ShareDir \
|
||||
@ -23,6 +24,7 @@ BUILD_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
|
||||
p5-MooseX-Getopt>=0.16:${PORTSDIR}/devel/p5-MooseX-Getopt \
|
||||
p5-MooseX-Types>=0.20:${PORTSDIR}/devel/p5-MooseX-Types \
|
||||
p5-MooseX-Types-Common>=0:${PORTSDIR}/devel/p5-MooseX-Types-Common \
|
||||
p5-MooseX-Types-LoadableClass>=0.006:${PORTSDIR}/devel/p5-MooseX-Types-LoadableClass \
|
||||
p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny \
|
||||
p5-aliased>=0:${PORTSDIR}/devel/p5-aliased \
|
||||
p5-namespace-autoclean>=0.09:${PORTSDIR}/devel/p5-namespace-autoclean \
|
||||
@ -89,6 +91,7 @@ MAN3= HTML::FormHandler.3 \
|
||||
HTML::FormHandler::Widget::Field::Textarea.3 \
|
||||
HTML::FormHandler::Widget::Field::Password.3 \
|
||||
HTML::FormHandler::Widget::Field::Select.3 \
|
||||
HTML::FormHandler::I18N::sv_se.3 \
|
||||
HTML::FormHandler::I18N::ua_ua.3 \
|
||||
HTML::FormHandler::I18N::ru_ru.3 \
|
||||
HTML::FormHandler::Widget::Field::Hidden.3 \
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (HTML-FormHandler-0.34001.tar.gz) = 9aff626d082414e4b86fa976fbfb5868c9fb64f9802225a4da95b2cb443eff14
|
||||
SIZE (HTML-FormHandler-0.34001.tar.gz) = 184323
|
||||
SHA256 (HTML-FormHandler-0.35002.tar.gz) = 90a52648699ce2a77cc9ca53001db4bf5367faac3e27acfef57baa820caa9448
|
||||
SIZE (HTML-FormHandler-0.35002.tar.gz) = 187490
|
||||
|
@ -64,6 +64,7 @@
|
||||
%%SITE_PERL%%/HTML/FormHandler/I18N.pm
|
||||
%%SITE_PERL%%/HTML/FormHandler/I18N/en_us.pm
|
||||
%%SITE_PERL%%/HTML/FormHandler/I18N/de_de.pm
|
||||
%%SITE_PERL%%/HTML/FormHandler/I18N/sv_se.pm
|
||||
%%SITE_PERL%%/HTML/FormHandler/I18N/tr_tr.pm
|
||||
%%SITE_PERL%%/HTML/FormHandler/I18N/ua_ua.pm
|
||||
%%SITE_PERL%%/HTML/FormHandler/I18N/ru_ru.pm
|
||||
|
Loading…
Reference in New Issue
Block a user