diff options
author | mat <mat@FreeBSD.org> | 2004-03-19 00:40:53 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2004-03-19 00:40:53 +0800 |
commit | 7a757557f38719f8b237177a69e6a3a549dc80fe (patch) | |
tree | 2094e4ada3851a6f8035bba55447a4a28014bc0c | |
parent | a79bf6c0589146ab46c57c870ebab2c8b84cfa3c (diff) | |
download | freebsd-ports-gnome-7a757557f38719f8b237177a69e6a3a549dc80fe.tar.gz freebsd-ports-gnome-7a757557f38719f8b237177a69e6a3a549dc80fe.tar.zst freebsd-ports-gnome-7a757557f38719f8b237177a69e6a3a549dc80fe.zip |
Update to 0.36
-rw-r--r-- | devel/p5-Locale-Maketext-Lexicon/Makefile | 13 | ||||
-rw-r--r-- | devel/p5-Locale-Maketext-Lexicon/distinfo | 4 |
2 files changed, 12 insertions, 5 deletions
diff --git a/devel/p5-Locale-Maketext-Lexicon/Makefile b/devel/p5-Locale-Maketext-Lexicon/Makefile index ab7f963b4e16..21172b19613a 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.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> diff --git a/devel/p5-Locale-Maketext-Lexicon/distinfo b/devel/p5-Locale-Maketext-Lexicon/distinfo index 1ae47a7a0d56..7698911cce88 100644 --- a/devel/p5-Locale-Maketext-Lexicon/distinfo +++ b/devel/p5-Locale-Maketext-Lexicon/distinfo @@ -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 |