[BACK]Return to url2pkg.pl CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / pkgtools / url2pkg / files

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/pkgtools/url2pkg/files/Attic/url2pkg.pl between version 1.7 and 1.8

version 1.7, 2007/03/15 12:17:56 version 1.8, 2007/03/19 01:38:56
Line 238  sub generate_initial_package($) {
Line 238  sub generate_initial_package($) {
         }          }
   
         if (!$found) {          if (!$found) {
                 if ($url =~ qr"^http://(?:pr)?downloads\.sourceforge\.net/([^/]*)/([^/]+)(?:\?(?:download|use_mirror=.*))?$") {                  if ($url =~ qr"^http://(?:pr)?downloads\.sourceforge\.net/([^/]*)/([^/?]+)(?:\?(?:download|use_mirror=.*))?$") {
                         my $pkgbase = $1;                          my $pkgbase = $1;
                         $distfile = $2;                          $distfile = $2;
   

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

CVSweb <webmaster@jp.NetBSD.org>