- Merge the following from the English version:
r47265 -> r49825 head/ja_JP.eucJP/htdocs/ports/portindex
This commit is contained in:
parent
6a66883227
commit
168ac5e220
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=49995
1 changed files with 6 additions and 6 deletions
|
@ -6,7 +6,7 @@
|
||||||
# Mon May 13 10:31:58 EST 1996
|
# Mon May 13 10:31:58 EST 1996
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
# The FreeBSD Japanese Documentation Project
|
# The FreeBSD Japanese Documentation Project
|
||||||
# Original revision: r47265
|
# Original revision: r49825
|
||||||
|
|
||||||
############################################################
|
############################################################
|
||||||
|
|
||||||
|
@ -214,14 +214,14 @@ sub main {
|
||||||
$desc = $descLANG{$lloc}
|
$desc = $descLANG{$lloc}
|
||||||
if ($descLANG{$lloc} ne '');
|
if ($descLANG{$lloc} ne '');
|
||||||
|
|
||||||
|
# figure out the FTP url
|
||||||
|
$loc =~ s%/usr/ports/%$baseSVNWEB%;
|
||||||
|
$ldesc =~ s%/usr/ports/%$baseSVNWEB%;
|
||||||
|
$ldesc .= '?revision=HEAD';
|
||||||
|
|
||||||
foreach my $i (sort(@cat)) {
|
foreach my $i (sort(@cat)) {
|
||||||
$stats{$i}++;
|
$stats{$i}++;
|
||||||
|
|
||||||
# figure out the FTP url
|
|
||||||
$loc =~ s%/usr/ports/%$baseSVNWEB%;
|
|
||||||
$ldesc =~ s%/usr/ports/%$baseSVNWEB%;
|
|
||||||
$ldesc .= '?revision=HEAD';
|
|
||||||
|
|
||||||
# The name description and maintainer
|
# The name description and maintainer
|
||||||
$name =~ s/,.*//g;
|
$name =~ s/,.*//g;
|
||||||
$name =~ s/\++//g;
|
$name =~ s/\++//g;
|
||||||
|
|
Loading…
Reference in a new issue