summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2003-07-09 13:18:45 +0000
committerErwin Lansing <erwin@FreeBSD.org>2003-07-09 13:18:45 +0000
commit28995e7e8adf4eab30c96465fedebd08739eced3 (patch)
tree0b2cffd63dc60919421c1989ef1bc3264afa6aa4
parentupdate ports/LEGAL: add ezmlm, ezmlm-idx and serialmail (diff)
Update devel/p5-Locale-Maketext-Lexicon to 0.27
* Change tests to use utf8, not big5, for perl 5.6.1 people with broken Locale::Maketext (1.06). fix plist PR: 54257 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=84522
-rw-r--r--devel/p5-Locale-Maketext-Lexicon/Makefile3
-rw-r--r--devel/p5-Locale-Maketext-Lexicon/distinfo2
-rw-r--r--devel/p5-Locale-Maketext-Lexicon/pkg-plist9
3 files changed, 10 insertions, 4 deletions
diff --git a/devel/p5-Locale-Maketext-Lexicon/Makefile b/devel/p5-Locale-Maketext-Lexicon/Makefile
index c915f941eb47..5a5c9a14a974 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.26
+PORTVERSION= 0.27
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Locale
@@ -36,6 +36,7 @@ MAN1= xgettext.pl.1
.if ${PERL_LEVEL} <= 500601
.if ${PERL_LEVEL} == 500601
BUILD_DEPENDS+= ${SITE_PERL}/Encode/compat.pm:${PORTSDIR}/devel/p5-Encode-compat
+RUN_DEPENDS+= ${SITE_PERL}/Encode/compat.pm:${PORTSDIR}/devel/p5-Encode-compat
.else
IGNORE="Need at least perl 5.6.1 to build"
.endif
diff --git a/devel/p5-Locale-Maketext-Lexicon/distinfo b/devel/p5-Locale-Maketext-Lexicon/distinfo
index 204e6a83314c..cbceddbec35a 100644
--- a/devel/p5-Locale-Maketext-Lexicon/distinfo
+++ b/devel/p5-Locale-Maketext-Lexicon/distinfo
@@ -1 +1 @@
-MD5 (Locale-Maketext-Lexicon-0.26.tar.gz) = b3738bb0872d3d768c1d39d90242a4db
+MD5 (Locale-Maketext-Lexicon-0.27.tar.gz) = c5b841d25bc0fb6d2e010da3bfa92b64
diff --git a/devel/p5-Locale-Maketext-Lexicon/pkg-plist b/devel/p5-Locale-Maketext-Lexicon/pkg-plist
index 53b01a0e982f..2abfa636bc4b 100644
--- a/devel/p5-Locale-Maketext-Lexicon/pkg-plist
+++ b/devel/p5-Locale-Maketext-Lexicon/pkg-plist
@@ -1,8 +1,13 @@
bin/xgettext.pl
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Locale/Maketext/Lexicon/.packlist
%%SITE_PERL%%/Locale/Maketext/Lexicon.pm
-%%SITE_PERL%%/Locale/Maketext/Lexicon/Gettext.pm
%%SITE_PERL%%/Locale/Maketext/Lexicon/Auto.pm
+%%SITE_PERL%%/Locale/Maketext/Lexicon/Gettext.pm
%%SITE_PERL%%/Locale/Maketext/Lexicon/Msgcat.pm
%%SITE_PERL%%/Locale/Maketext/Lexicon/Tie.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Locale/Maketext/Lexicon/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Locale/Maketext/Lexicon
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Locale/Maketext 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Locale 2>/dev/null || true
+@dirrm %%SITE_PERL%%/Locale/Maketext/Lexicon
+@unexec rmdir %D/%%SITE_PERL%%/Locale/Maketext 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/Locale 2>/dev/null || true