- Update to 1.9.52, fixing lots of important bugs. - Drop quickmkdir, leafnode processes will create directories themselves - Add MASTER_SITE_SOURCEFORGE_EXTENDED and RANDOMIZE_MASTER_SITES Note that not all mirrors have picked up 1.9.52 at the time of this PR. Generated with FreeBSD Port Tools 0.50
Matthias Andree wrote: > - Add MASTER_SITE_SOURCEFORGE_EXTENDED and RANDOMIZE_MASTER_SITES > [...] > MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S/$/:sourceforge/} \ > + ${MASTER_SITE_SOURCEFORGE_EXTENDED:S/$/:sourceforge/} \ > [...] > +RANDOMIZE_MASTER_SITES= yes MASTER_SITE_SOURCEFORGE_EXTENDED includes MASTER_SITE_SOURCEFORGE, so you don't need that, and AFAIK RANDOMIZE_MASTER_SITES is a user-settable option, especially since it nullifies the effect of preferred mirrors. -Oliver
On Sat, 03 Apr 2004, Oliver Eikemeier wrote: > MASTER_SITE_SOURCEFORGE_EXTENDED includes MASTER_SITE_SOURCEFORGE, so you > don't > need that, and AFAIK RANDOMIZE_MASTER_SITES is a user-settable option, > especially > since it nullifies the effect of preferred mirrors. Please commit without RANDOMIZE_... and without MASTER_SITE_SOURCEFORGE in MASTER_SITES. -- Matthias Andree Encrypt your mail: my GnuPG key ID is 0x052E7D95
State Changed From-To: open->closed Committed, thanks!