diff options
author | shige <shige@FreeBSD.org> | 2002-12-02 16:40:44 +0000 |
---|---|---|
committer | shige <shige@FreeBSD.org> | 2002-12-02 16:40:44 +0000 |
commit | 658f1260ba571420e4f0b6534997c74f0fbd9926 (patch) | |
tree | 484ce6fd07a941269ee05fb8ff57fdee6aca0dbc /japanese/perl5/Makefile | |
parent | ba0de2ebb64f5ab85551fe6f93465cb4b3b3ce33 (diff) | |
download | FreeBSD-ports-658f1260ba571420e4f0b6534997c74f0fbd9926.zip FreeBSD-ports-658f1260ba571420e4f0b6534997c74f0fbd9926.tar.gz |
Update japanized perl5 patch to 20000401.
PORTREVISION bump.
Fix build error on 5-CURRENT.
Diffstat (limited to 'japanese/perl5/Makefile')
-rw-r--r-- | japanese/perl5/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/japanese/perl5/Makefile b/japanese/perl5/Makefile index bcf2a35..f286d35 100644 --- a/japanese/perl5/Makefile +++ b/japanese/perl5/Makefile @@ -7,6 +7,7 @@ PORTNAME= perl PORTVERSION= ${JPERL_VER}.${JPERL_VER_PL} +PORTREVISION= 1 CATEGORIES= japanese perl5 MASTER_SITES= ftp://ftp.cpan.org/CPAN/src/5.0/ \ ftp://ftp.funet.fi/pub/languages/perl/CPAN/src/5.0/ \ @@ -34,7 +35,7 @@ PATCH_SITES= ftp://ftp.cpan.org/CPAN/authors/id/WATANABE/ \ ftp://ftp.cis.ufl.edu/pub/perl/CPAN/authors/id/WATANABE/ \ ftp://ftp.delphi.com/pub/mirrors/packages/perl/CPAN/authors/id/WATANABE/ \ ftp://uiarchive.cso.uiuc.edu/pub/lang/perl/CPAN/authors/id/WATANABE/ -PATCHFILES= j${DISTNAME}-990822.pat.gz +PATCHFILES= j${DISTNAME}-20000401.pat.gz PATCH_DIST_STRIP= -p1 MAINTAINER= shige@FreeBSD.org |