New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 34651

Show
Ignore:
Timestamp:
03/01/2008 10:00:12 (4 years ago)
Author:
raimue@…
Message:

lang/python*-doc:
Use dist_subdir to avoid downloading the same distfile twice

Location:
trunk/dports/lang
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/dports/lang/python24-doc/Portfile

    r34622 r34651  
    1515master_sites    ${homepage}ftp/python/${version}/ \ 
    1616                ftp://ftp.python.org/pub/python/${version}/ 
     17dist_subdir     [lindex [split $name -] 0] 
    1718distname        Python-${version} 
    1819checksums       md5 0ba90c79175c017101100ebf5978e906 
  • trunk/dports/lang/python25-doc/Portfile

    r34640 r34651  
    1919                        ftp://ftp.python.jp/pub/python/${version}/ 
    2020 
     21dist_subdir             [lindex [split $name -] 0] 
    2122distname                Python-${version} 
    2223use_bzip2               yes 
  • trunk/dports/lang/python30-doc/Portfile

    r34641 r34651  
    1414homepage                http://www.python.org 
    1515master_sites            http://www.python.org/ftp/python/3.0/ 
     16dist_subdir             [lindex [split $name -] 0] 
    1617distname                Python-${version} 
    1718extract.suffix          .tgz