Update to 0.36

This commit is contained in:
Mathieu Arnold 2004-03-18 16:40:53 +00:00
parent 6ff0d4f0bb
commit eada7232c7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=104492
2 changed files with 12 additions and 5 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= Locale-Maketext-Lexicon
PORTVERSION= 0.35
PORTVERSION= 0.36
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Locale
@ -16,7 +16,6 @@ MAINTAINER= mat@FreeBSD.org
COMMENT= Use other catalog formats in Locale::Maketext
BUILD_DEPENDS= ${SITE_PERL}/Regexp/Common.pm:${PORTSDIR}/textproc/p5-Regexp-Common \
${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \
${SITE_PERL}/Pod/Usage.pm:${PORTSDIR}/textproc/p5-PodParser \
${SITE_PERL}/Locale/Maketext.pm:${PORTSDIR}/devel/p5-Locale-Maketext
RUN_DEPENDS= ${BUILD_DEPENDS}
@ -32,4 +31,12 @@ MAN3= Locale::Maketext::Extract.3 \
MAN1= xgettext.pl.1
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
post-patch:
@${PERL} -pi -e '$$_ = "" if /no warnings/;' \
${WRKSRC}/lib/Locale/Maketext/Lexicon.pm
.endif
.include <bsd.port.post.mk>

View File

@ -1,2 +1,2 @@
MD5 (Locale-Maketext-Lexicon-0.35.tar.gz) = f1f645847b7391df5991b22ee4694398
SIZE (Locale-Maketext-Lexicon-0.35.tar.gz) = 31685
MD5 (Locale-Maketext-Lexicon-0.36.tar.gz) = 88487388e3e24d5eb88b2ce253dbd0dc
SIZE (Locale-Maketext-Lexicon-0.36.tar.gz) = 32398