- update to 0.04

- adjust pkg-plist

Approved by:	co-mentor (vanilla)
This commit is contained in:
Cheng-Lung Sung 2004-10-14 03:21:22 +00:00
parent b1d6224bcc
commit 1aefbd9521
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=119355
3 changed files with 4 additions and 5 deletions

View File

@ -7,7 +7,7 @@
#
PORTNAME= Lingua-ZH-Numbers
PORTVERSION= 0.03
PORTVERSION= 0.04
CATEGORIES= chinese perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Lingua
@ -18,7 +18,6 @@ COMMENT= Converts numeric values into their Chinese string equivalents
PERL_CONFIGURE= yes
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Lingua::ZH::Numbers.3 Lingua::ZH::Numbers::Currency.3
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
MD5 (Lingua-ZH-Numbers-0.03.tar.gz) = 8e2f702bd172d96ee7f91384a9d41bc4
SIZE (Lingua-ZH-Numbers-0.03.tar.gz) = 5887
MD5 (Lingua-ZH-Numbers-0.04.tar.gz) = 48aea3e2ff09b60bb50e220ac28a7f21
SIZE (Lingua-ZH-Numbers-0.04.tar.gz) = 12547

View File

@ -2,8 +2,8 @@
%%SITE_PERL%%/Lingua/ZH/Numbers/Currency.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/ZH/Numbers/.packlist
@dirrm %%SITE_PERL%%/Lingua/ZH/Numbers
@dirrm %%SITE_PERL%%/Lingua/ZH
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/ZH/Numbers
@unexec rmdir %D/%%SITE_PERL%%/Lingua/ZH 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/Lingua 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/ZH 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua 2>/dev/null || true