mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
- Update to 0.15
PR: ports/145767 Submitted by: Cezary Morga <cm@therek.net> (maintainer) Approved by: itetcu (mentor, implicit)
This commit is contained in:
parent
760986fe7e
commit
bbaee62cee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=252822
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= DateTime-Format-Flexible
|
||||
PORTVERSION= 0.09
|
||||
PORTVERSION= 0.15
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -17,11 +17,14 @@ COMMENT= Flexibly parse strings and turn them into DateTime objects
|
||||
RUN_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
|
||||
p5-DateTime-Format-Builder>=0.74:${PORTSDIR}/devel/p5-DateTime-Format-Builder \
|
||||
p5-DateTime-TimeZone>=0:${PORTSDIR}/devel/p5-DateTime-TimeZone \
|
||||
p5-Readonly>=0.06:${PORTSDIR}/devel/p5-Readonly
|
||||
p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= DateTime::Format::Flexible.3
|
||||
MAN3= DateTime::Format::Flexible.3 \
|
||||
DateTime::Format::Flexible::lang.3 \
|
||||
DateTime::Format::Flexible::lang::en.3 \
|
||||
DateTime::Format::Flexible::lang::es.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (DateTime-Format-Flexible-0.09.tar.gz) = e7b7c8089f3da5c3872ae97028e06390
|
||||
SHA256 (DateTime-Format-Flexible-0.09.tar.gz) = 7b512b5a0f0c00cc95d829addd061f47f27142d39e4e3594391149f97758fc17
|
||||
SIZE (DateTime-Format-Flexible-0.09.tar.gz) = 55474
|
||||
MD5 (DateTime-Format-Flexible-0.15.tar.gz) = 4869f7f1fbef588d5c778e0b345e3742
|
||||
SHA256 (DateTime-Format-Flexible-0.15.tar.gz) = df34cdc381c945e512deab2b9439675ba9dff3daa71f7efa82f06edca00ab967
|
||||
SIZE (DateTime-Format-Flexible-0.15.tar.gz) = 64940
|
||||
|
@ -1,7 +1,12 @@
|
||||
%%SITE_PERL%%/DateTime/Format/Flexible.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Format/Flexible/.packlist
|
||||
%%SITE_PERL%%/DateTime/Format/Flexible.pm
|
||||
%%SITE_PERL%%/DateTime/Format/Flexible/lang.pm
|
||||
%%SITE_PERL%%/DateTime/Format/Flexible/lang/en.pm
|
||||
%%SITE_PERL%%/DateTime/Format/Flexible/lang/es.pm
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Format/Flexible
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Format
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime
|
||||
@dirrmtry %%SITE_PERL%%/DateTime/Format/Flexible/lang
|
||||
@dirrmtry %%SITE_PERL%%/DateTime/Format/Flexible
|
||||
@dirrmtry %%SITE_PERL%%/DateTime/Format
|
||||
@dirrmtry %%SITE_PERL%%/DateTime
|
||||
|
Loading…
Reference in New Issue
Block a user