Changes between Version 21 and Version 22 of ProblemHotlist


Ignore:
Timestamp:
Jun 26, 2008, 9:28:07 PM (16 years ago)
Author:
blb@…
Comment:

Note different values to use for MASTER_SITE_LOCAL for perl, python, and ruby modules

Legend:

Unmodified
Added
Removed
Modified
  • ProblemHotlist

    v21 v22  
    1010{{{
    1111sudo env MASTER_SITE_LOCAL=http://distfiles.macports.org/<portname> port -v fetch <portname>
     12}}}
     13
     14Unless it's a port that starts with p5-, py-, py25-, or rb-, in which case you use one of the following:
     15{{{
     16sudo env MASTER_SITE_LOCAL=http://distfiles.macports.org/perl5 port -v fetch p5-<rest_of_portname>
     17sudo env MASTER_SITE_LOCAL=http://distfiles.macports.org/python port -v fetch py-<rest_of_portname>
     18sudo env MASTER_SITE_LOCAL=http://distfiles.macports.org/python port -v fetch py25-<rest_of_portname>
     19sudo env MASTER_SITE_LOCAL=http://distfiles.macports.org/ruby port -v fetch rb-<rest_of_portname>
    1220}}}
    1321