[BACK]Return to pkg-config CVS log [TXT][DIR] Up to [local] / src / usr.bin / pkg-config

Diff for /src/usr.bin/pkg-config/pkg-config between version 1.52 and 1.53

version 1.52, 2011/06/07 06:42:19 version 1.53, 2011/06/07 12:22:46
Line 503 
Line 503 
                 }                  }
                 $fname = basename($f, '.pc');                  $fname = basename($f, '.pc');
                 printf("%${x}s %s - %s\n", $fname,                  printf("%${x}s %s - %s\n", $fname,
                     stringize($cfg->get_property('Name', $variables)),                      stringize($cfg->get_property('Name', $variables), ' '),
                     stringize($cfg->get_property('Description', $variables),                      stringize($cfg->get_property('Description', $variables),
                     ' '));                      ' '));
         }          }
Line 686 
Line 686 
 sub mismatch  sub mismatch
 {  {
         my ($p, $cfg, $op, $v) = @_;          my ($p, $cfg, $op, $v) = @_;
         my $name = stringize($cfg->get_property('Name'));          my $name = stringize($cfg->get_property('Name'), ' ');
         my $version = stringize($cfg->get_property('Version'));          my $version = stringize($cfg->get_property('Version'));
         my $url = stringize($cfg->get_property('URL'));          my $url = stringize($cfg->get_property('URL'));
   

Legend:
Removed from v.1.52  
changed lines
  Added in v.1.53