Fix double param in Long desc for ports in more than 1 category
PR: 206709 Submitted by: linimon Reported by: Dave Evans <dave.evans55@googlemail.com> Approved by: brd
This commit is contained in:
parent
267c3b499f
commit
4ebd16f5bc
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=49825
1 changed files with 5 additions and 5 deletions
|
@ -191,14 +191,14 @@ sub main {
|
|||
|
||||
$catkey{$name} = $cat[0];
|
||||
|
||||
# figure out the FTP url
|
||||
$loc =~ s%/usr/ports/%$baseSVNWEB%;
|
||||
$ldesc =~ s%/usr/ports/%$baseSVNWEB%;
|
||||
$ldesc .= '?revision=HEAD';
|
||||
|
||||
foreach my $i (sort(@cat)) {
|
||||
$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
|
||||
$name =~ s/,.*//g;
|
||||
$name =~ s/\++//g;
|
||||
|
|
Loading…
Reference in a new issue