mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Update to 0.48
PR: 102672, 102674 Submitted by: Gea-Suan Lin <gslin@gslin.org>, Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
This commit is contained in:
parent
167158e557
commit
517e708553
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=171673
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= DateTime-TimeZone
|
||||
PORTVERSION= 0.47
|
||||
PORTVERSION= 0.48
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= DateTime
|
||||
@ -15,9 +15,9 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= mat@FreeBSD.org
|
||||
COMMENT= Time zone object base class and factory
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= ${SITE_PERL}/Class/Singleton.pm:${PORTSDIR}/devel/p5-Class-Singleton \
|
||||
${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate
|
||||
BUILD_DEPENDS= p5-Class-Singleton>=1.03:${PORTSDIR}/devel/p5-Class-Singleton \
|
||||
p5-Params-Validate>=0.72:${PORTSDIR}/devel/p5-Params-Validate
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
|
||||
@ -42,7 +42,7 @@ IGNORE= requires at least Perl 5.6 due to dependencies. Please install lang/per
|
||||
.endif
|
||||
|
||||
.if ${PERL_LEVEL} < 500800
|
||||
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable
|
||||
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (DateTime-TimeZone-0.47.tar.gz) = 963f0c1e85155d935618f99ce536c9cc
|
||||
SHA256 (DateTime-TimeZone-0.47.tar.gz) = 81d63668f4ac769b3bc79d5be82866a02f2c6e37e0861f02c654665ac6a10205
|
||||
SIZE (DateTime-TimeZone-0.47.tar.gz) = 310585
|
||||
MD5 (DateTime-TimeZone-0.48.tar.gz) = 5c23bc4002a2b67585fd9fa24a3514e3
|
||||
SHA256 (DateTime-TimeZone-0.48.tar.gz) = d6d8aafcce850d5c69c3cf1283f47efce508a48f958a41f9a2e20428b517d8e8
|
||||
SIZE (DateTime-TimeZone-0.48.tar.gz) = 310519
|
||||
|
@ -403,5 +403,5 @@
|
||||
@dirrm %%SITE_PERL%%/DateTime/TimeZone/America/Argentina
|
||||
@dirrm %%SITE_PERL%%/DateTime/TimeZone/America
|
||||
@dirrm %%SITE_PERL%%/DateTime/TimeZone/Africa
|
||||
@dirrm %%SITE_PERL%%/DateTime/TimeZone
|
||||
@dirrmtry %%SITE_PERL%%/DateTime/TimeZone
|
||||
@dirrmtry %%SITE_PERL%%/DateTime
|
||||
|
Loading…
Reference in New Issue
Block a user