1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00

Update to 0.29

This commit is contained in:
Mathieu Arnold 2003-10-10 10:55:18 +00:00
parent 1be27344de
commit ede9976ed1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=90782
3 changed files with 5 additions and 4 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= Locale-Maketext-Lexicon
PORTVERSION= 0.28
PORTVERSION= 0.29
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Locale
@ -23,7 +23,8 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= YES
MAN3= Locale::Maketext::Lexicon::Auto.3 \
MAN3= Locale::Maketext::Extract.3 \
Locale::Maketext::Lexicon::Auto.3 \
Locale::Maketext::Lexicon::Gettext.3 \
Locale::Maketext::Lexicon::Msgcat.3 \
Locale::Maketext::Lexicon::Tie.3 \
@ -36,7 +37,6 @@ 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

View File

@ -1 +1 @@
MD5 (Locale-Maketext-Lexicon-0.28.tar.gz) = e512aa0843c5e6c0d3534fa6a8eaf9d7
MD5 (Locale-Maketext-Lexicon-0.29.tar.gz) = 79db86fcd9e80fa4b7e44df867acad1e

View File

@ -1,4 +1,5 @@
bin/xgettext.pl
%%SITE_PERL%%/Locale/Maketext/Extract.pm
%%SITE_PERL%%/Locale/Maketext/Lexicon.pm
%%SITE_PERL%%/Locale/Maketext/Lexicon/Auto.pm
%%SITE_PERL%%/Locale/Maketext/Lexicon/Gettext.pm