- Update to 2.23

This commit is contained in:
Rong-En Fan 2007-06-04 03:24:18 +00:00
parent 694b2abf2e
commit 8a7aa97607
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=192648
2 changed files with 24 additions and 5 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= Encode
PORTVERSION= 2.21
PORTVERSION= 2.23
CATEGORIES= converters perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Encode
@ -17,6 +17,25 @@ COMMENT= Provides interfaces between strings and the rest of the system
PERL_CONFIGURE= yes
MAN3= Encode.3 \
Encode::Alias.3 \
Encode::CJKConstants.3 \
Encode::CN::HZ.3 \
Encode::Config.3 \
Encode::Encoder.3 \
Encode::Encoding.3 \
Encode::GSM0338.3 \
Encode::Guess.3 \
Encode::JP::H2Z.3 \
Encode::JP::JIS7.3 \
Encode::KR::2022_KR.3 \
Encode::MIME::Header.3 \
Encode::MIME::Name.3 \
Encode::PerlIO.3 \
Encode::Supported.3 \
Encode::Unicode::UTF7.3 \
encoding.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500703
@ -25,7 +44,7 @@ IGNORE= requires Perl 5.7.3 or above
.if ${PERL_LEVEL} > 500800
post-patch:
${PERL} -pi -e '$$_="" if $$.>=18 && $$.<=20' ${WRKSRC}/Makefile.PL
${PERL} -pi -e '$$_="" if $$.>=23 && $$.<=25; $$_="my \@exe_files=();\n" if $$.==25' ${WRKSRC}/Makefile.PL
.endif
post-configure:

View File

@ -1,3 +1,3 @@
MD5 (Encode-2.21.tar.gz) = b12b00c87d116f3692d4570a29b5fe41
SHA256 (Encode-2.21.tar.gz) = e2c2fb3ffe6f5d3c09f6bc4d0a6b3a6e62d300721483f2133b4e1bed37847780
SIZE (Encode-2.21.tar.gz) = 1997685
MD5 (Encode-2.23.tar.gz) = 0b96a73d0bf7586946b651a0e30cfe17
SHA256 (Encode-2.23.tar.gz) = 669e978fa67f38ef614f4bb30eb70540eb54da51d1c32991b9891342a662fd96
SIZE (Encode-2.23.tar.gz) = 1998319