diff options
author | mat <mat@FreeBSD.org> | 2004-08-25 10:35:25 +0000 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2004-08-25 10:35:25 +0000 |
commit | d8aae68b00fdc8b7a868eb7f33ee101e26bb0e3d (patch) | |
tree | f5375ed597cae30500dbd0412433e603e47edb44 /devel | |
parent | 11dab16f6b035f6b51b857b5a9a6d4a01d97aa7c (diff) | |
download | FreeBSD-ports-d8aae68b00fdc8b7a868eb7f33ee101e26bb0e3d.zip FreeBSD-ports-d8aae68b00fdc8b7a868eb7f33ee101e26bb0e3d.tar.gz |
Update to 0.41
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Locale-Maketext-Lexicon/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-Locale-Maketext-Lexicon/distinfo | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/devel/p5-Locale-Maketext-Lexicon/Makefile b/devel/p5-Locale-Maketext-Lexicon/Makefile index 9218750..c8688c6 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 c8101b3..22d10c7 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 |