[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.75 and 1.76

version 1.75, 2012/10/09 10:22:37 version 1.76, 2012/12/08 18:50:05
Line 215 
Line 215 
         exit $rc;          exit $rc;
 }  }
   
 if ($mode{minversion}) {  if ($mode{maxversion}) {
         my $v = $mode{maxversion};          my $v = $mode{maxversion};
         for my $pkg (@$top_config) {          for my $pkg (@$top_config) {
                 $rc = 1 unless versionmatch($configs{$pkg}, '<=', $v);                  $rc = 1 unless versionmatch($configs{$pkg}, '<=', $v);

Legend:
Removed from v.1.75  
changed lines
  Added in v.1.76