mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
Update to 0.31
PR: 98243, 98870 Submitted by: aaron, Christopher Boumenot <boumenot@gmail.com>
This commit is contained in:
parent
96769ea325
commit
8ea7ec07f3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=165401
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= DateTime
|
||||
PORTVERSION= 0.30
|
||||
PORTVERSION= 0.31
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= DateTime
|
||||
@ -25,7 +25,7 @@ BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= DateTime.3 DateTime::Duration.3 \
|
||||
DateTime::Infinite.3 DateTime::LeapSecond.3
|
||||
DateTime::Helpers.3 DateTime::Infinite.3 DateTime::LeapSecond.3
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
PORTDOCS= CREDITS Changes TODO
|
||||
@ -36,4 +36,14 @@ post-install:
|
||||
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500800
|
||||
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils
|
||||
.endif
|
||||
|
||||
.if ${PERL_LEVEL} < 500600
|
||||
IGNORE= requires at least Perl 5.6 due to dependencies. Please install lang/perl5.8 and try again
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (DateTime-0.30.tar.gz) = 18cf4a7cece737e0a153c6585320730f
|
||||
SHA256 (DateTime-0.30.tar.gz) = 06cb111609a9d579a4620e9540b34fdac6e3825d28e08e0b0ba43321582cd7a2
|
||||
SIZE (DateTime-0.30.tar.gz) = 88484
|
||||
MD5 (DateTime-0.31.tar.gz) = f5142045e7e68c02a310405e994f8233
|
||||
SHA256 (DateTime-0.31.tar.gz) = ee4752b9c7c55fec026990b09948b3fbca26a22592fff983aedd22058bf9588c
|
||||
SIZE (DateTime-0.31.tar.gz) = 89129
|
||||
|
@ -1,6 +1,7 @@
|
||||
@comment $FreeBSD$
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/DateTime.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/DateTime/Duration.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/DateTime/Helpers.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/DateTime/Infinite.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/DateTime/LeapSecond.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/DateTimePP.pm
|
||||
|
Loading…
Reference in New Issue
Block a user