mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Update to 0.9.4
PR: ports/103068 Submitted by: Jin-Shan Tseng <tjs -at- cdpa.nsysu.edu.tw>
This commit is contained in:
parent
b389e72b9d
commit
e8be2aee7c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=172649
2 changed files with 13 additions and 7 deletions
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= DateTime-Calendar-Discordian
|
PORTNAME= DateTime-Calendar-Discordian
|
||||||
PORTVERSION= 0.9.2
|
PORTVERSION= 0.9.4
|
||||||
CATEGORIES= devel perl5
|
CATEGORIES= devel perl5
|
||||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||||
MASTER_SITE_SUBDIR= DateTime
|
MASTER_SITE_SUBDIR= DateTime
|
||||||
|
@ -15,13 +15,19 @@ PKGNAMEPREFIX= p5-
|
||||||
MAINTAINER= philip@FreeBSD.org
|
MAINTAINER= philip@FreeBSD.org
|
||||||
COMMENT= Perl extension for the Discordian Calendar
|
COMMENT= Perl extension for the Discordian Calendar
|
||||||
|
|
||||||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \
|
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \
|
||||||
${SITE_PERL}/DateTime/Locale.pm:${PORTSDIR}/devel/p5-DateTime-Locale \
|
${SITE_PERL}/DateTime/Locale.pm:${PORTSDIR}/devel/p5-DateTime-Locale \
|
||||||
${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate
|
${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate
|
||||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
||||||
|
|
||||||
PERL_CONFIGURE= yes
|
PERL_CONFIGURE= yes
|
||||||
|
|
||||||
MAN3= DateTime::Calendar::Discordian.3
|
MAN3= DateTime::Calendar::Discordian.3
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${PERL_LEVEL} < 500600
|
||||||
|
post-patch:
|
||||||
|
${PERL} -pi -e '$$_ = "" if /^use warnings/' ${WRKSRC}/lib/DateTime/Calendar/Discordian.pm
|
||||||
|
.endif
|
||||||
|
|
||||||
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
MD5 (DateTime-Calendar-Discordian-0.9.2.tar.gz) = c00f1b31f7751f044afa8199fa41c134
|
MD5 (DateTime-Calendar-Discordian-0.9.4.tar.gz) = e099e9b8799c5c75b93f8585039fc80b
|
||||||
SHA256 (DateTime-Calendar-Discordian-0.9.2.tar.gz) = 8cda878e0050206f594f0e0f71cc226c21442bad01cbb744a2143d4eef96cea9
|
SHA256 (DateTime-Calendar-Discordian-0.9.4.tar.gz) = 390ec68cfce0cec3ae0a70ea5523ba7f0a89a7f5c661f8f9c24d79fdcd6c932b
|
||||||
SIZE (DateTime-Calendar-Discordian-0.9.2.tar.gz) = 20889
|
SIZE (DateTime-Calendar-Discordian-0.9.4.tar.gz) = 19400
|
||||||
|
|
Loading…
Add table
Reference in a new issue