Update to 6.05
Changes: https://metacpan.org/changes/distribution/HTTP-Date
This commit is contained in:
parent
e6bce16b0a
commit
4a72e743a9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=519378
2 changed files with 12 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= HTTP-Date
|
||||
PORTVERSION= 6.04
|
||||
PORTVERSION= 6.05
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -21,4 +21,11 @@ USE_PERL5= configure
|
|||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 503000
|
||||
BUILD_DEPENDS+= p5-Time-Local>=1.28:devel/p5-Time-Local
|
||||
RUN_DEPENDS+= p5-Time-Local>=1.28:devel/p5-Time-Local
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1573818926
|
||||
SHA256 (HTTP-Date-6.04.tar.gz) = c55f3f7a36d173fec34896594a601047625f454e54ee6bb322a23f619d4eb98e
|
||||
SIZE (HTTP-Date-6.04.tar.gz) = 29659
|
||||
TIMESTAMP = 1575793895
|
||||
SHA256 (HTTP-Date-6.05.tar.gz) = 365d6294dfbd37ebc51def8b65b81eb79b3934ecbc95a2ec2d4d827efe6a922b
|
||||
SIZE (HTTP-Date-6.05.tar.gz) = 29673
|
||||
|
|
Loading…
Reference in a new issue