Add a note about what cannot go into MASTER_SITES.
Reviewed by: bcr, wblock, erwin, bdrewery, ak Approved by: bcr Sponsored by: Absolight
This commit is contained in:
parent
c118f72fd8
commit
ca6187e065
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=46154
1 changed files with 11 additions and 0 deletions
|
@ -1632,6 +1632,17 @@
|
|||
closest master site and fetching from there; having multiple
|
||||
sites will go a long way towards helping this effort.</para>
|
||||
|
||||
<important>
|
||||
<para><varname>MASTER_SITES</varname> must not be blank. It
|
||||
must point to the actual site hosting the distribution
|
||||
files. It cannot point to web archives, or the &os;
|
||||
distribution files cache sites. The only exception to this
|
||||
rule is ports that do not have any distribution files. For
|
||||
example, meta-ports do not have any distribution files, so
|
||||
<varname>MASTER_SITES</varname> does not need to be
|
||||
set.</para>
|
||||
</important>
|
||||
|
||||
<para>If the original tarball is part of one of the popular
|
||||
archives such as SourceForge, GNU, or Perl CPAN, it may be
|
||||
possible refer to those sites in an easy compact form using
|
||||
|
|
Loading…
Reference in a new issue