mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Update to 0.88.
This commit is contained in:
parent
6b2058ca9b
commit
01648255e4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=126106
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= Jcode
|
||||
PORTVERSION= 0.87
|
||||
PORTVERSION= 0.88
|
||||
CATEGORIES= japanese perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= ../../authors/id/D/DA/DANKOGAI
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (Jcode-0.87.tar.gz) = 8f0be0e1e274392998272f5737e21bb1
|
||||
SIZE (Jcode-0.87.tar.gz) = 232886
|
||||
MD5 (Jcode-0.88.tar.gz) = 49d4c96b209d3e7feed25b4847ec8fb1
|
||||
SIZE (Jcode-0.88.tar.gz) = 233586
|
||||
|
@ -9,12 +9,3 @@
|
||||
|
||||
=back
|
||||
|
||||
@@ -210,7 +210,7 @@
|
||||
$bpl ||= 72;
|
||||
$nl ||= "\n";
|
||||
my $r_str = $self->[0];
|
||||
- my (@lines, $len, $i);
|
||||
+ my ($i, $len, @lines) = (0, 0);
|
||||
while ($$r_str =~
|
||||
m/($RE{EUC_0212}|$RE{EUC_KANA}|$RE{EUC_C}|[\x00-\xff])/sgo)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user