mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Update to 1.05.
Changes: https://metacpan.org/changes/distribution/DateTime-Locale
This commit is contained in:
parent
119a7ba0cf
commit
fb7275cc89
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=417679
2 changed files with 12 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= DateTime-Locale
|
||||
PORTVERSION= 1.04
|
||||
PORTVERSION= 1.05
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -15,7 +15,6 @@ LICENSE_COMB= dual
|
|||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= p5-Dist-CheckConflicts>=0.02:devel/p5-Dist-CheckConflicts \
|
||||
p5-List-MoreUtils>=0:lang/p5-List-MoreUtils \
|
||||
p5-Params-Validate>=0:devel/p5-Params-Validate
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test-Fatal>=0:devel/p5-Test-Fatal \
|
||||
|
@ -26,4 +25,11 @@ NO_ARCH= yes
|
|||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 502501
|
||||
BUILD_DEPENDS+= p5-Scalar-List-Utils>=1.45:lang/p5-Scalar-List-Utils
|
||||
RUN_DEPENDS+= p5-Scalar-List-Utils>=1.45:lang/p5-Scalar-List-Utils
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1466510910
|
||||
SHA256 (DateTime-Locale-1.04.tar.gz) = 26227b38cd5c9eabef00316215942b2a44b7939b5e226d25864e9bccf6909ac9
|
||||
SIZE (DateTime-Locale-1.04.tar.gz) = 959451
|
||||
TIMESTAMP = 1467056624
|
||||
SHA256 (DateTime-Locale-1.05.tar.gz) = 692d674558589e2a6ad2d68cf58a6e4e4b1bfe2f7f76caf20cb91b975a51d155
|
||||
SIZE (DateTime-Locale-1.05.tar.gz) = 959564
|
||||
|
|
Loading…
Add table
Reference in a new issue