cvs commit: ports/Mk bsd.sites.mk
Oliver Eikemeier
eik at FreeBSD.org
Sat Mar 6 08:28:31 PST 2004
eik 2004/03/06 08:28:30 PST
FreeBSD ports repository
Modified files:
Mk bsd.sites.mk
Log:
- bring sourceforge mirrors in line with http://prdownloads.sourceforge.net/PROJECT/
- remove belnet from the list until the distfiles are fixed
rationale:
- separately listed mirrors make the distfile survey more reliable,
and we can remove sites with problems, even though it is bad for
automatic sorting
try the following sh scripts:
for m in heanet aleron unc belnet umn twtelecom switch easynews keihanna cesnet; \
do echo -n $m ": "; fetch -o - -q -A http://$m.dl.sourceforge.net/sourceforge/balance/balance-3.11.tar.gz | md5; done
for m in heanet aleron unc belnet umn twtelecom switch easynews keihanna cesnet; \
do echo -n $m ": "; fetch -o - -q -A http://$m.dl.sourceforge.net/sourceforge/gaim/gaim-0.75.tar.bz2 | md5; done
Revision Changes Path
1.224 +17 -9 ports/Mk/bsd.sites.mk
More information about the cvs-all
mailing list