summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/p5-Locale-Maketext-Lexicon/Makefile5
-rw-r--r--devel/p5-Locale-Maketext-Lexicon/distinfo4
2 files changed, 5 insertions, 4 deletions
diff --git a/devel/p5-Locale-Maketext-Lexicon/Makefile b/devel/p5-Locale-Maketext-Lexicon/Makefile
index 921875030b30..c8688c6522b5 100644
--- a/devel/p5-Locale-Maketext-Lexicon/Makefile
+++ b/devel/p5-Locale-Maketext-Lexicon/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Locale-Maketext-Lexicon
-PORTVERSION= 0.40
+PORTVERSION= 0.41
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Locale
@@ -36,7 +36,8 @@ MAN1= xgettext.pl.1
.if ${PERL_LEVEL} < 500600
post-patch:
@${PERL} -pi -e '$$_ = "" if /no warnings/;' \
- ${WRKSRC}/lib/Locale/Maketext/Lexicon.pm
+ -e 's/^our (\S+);/use vars qw{$$1};/;' \
+ ${WRKSRC}/lib/Locale/Maketext/Lexicon.pm
.endif
.include <bsd.port.post.mk>
diff --git a/devel/p5-Locale-Maketext-Lexicon/distinfo b/devel/p5-Locale-Maketext-Lexicon/distinfo
index c8101b3f7167..22d10c7025dd 100644
--- a/devel/p5-Locale-Maketext-Lexicon/distinfo
+++ b/devel/p5-Locale-Maketext-Lexicon/distinfo
@@ -1,2 +1,2 @@
-MD5 (Locale-Maketext-Lexicon-0.40.tar.gz) = 85fb16c5dca814132a63b1fe86461ad8
-SIZE (Locale-Maketext-Lexicon-0.40.tar.gz) = 33820
+MD5 (Locale-Maketext-Lexicon-0.41.tar.gz) = 633a2deea9d6391982503dee3bd75e5e
+SIZE (Locale-Maketext-Lexicon-0.41.tar.gz) = 34474