1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

Add http mirrors for LOCAL and ISC

PR:		ports/174427
Submitted by:	4721
Reviewed by:	simon
This commit is contained in:
Chris Rees 2013-01-06 15:04:01 +00:00
parent 02645145f6
commit 7c54981358
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=309991

View File

@ -26,6 +26,7 @@
# Where to put distfiles that don't have any other master site
.if !defined(IGNORE_MASTER_SITE_LOCAL)
MASTER_SITE_LOCAL+= \
http://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/ \
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/ \
ftp://ftp.se.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/ \
ftp://ftp.uk.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/ \
@ -631,6 +632,7 @@ MASTER_SITE_IDSOFTWARE+= \
.if !defined(IGNORE_MASTER_SITE_ISC)
MASTER_SITE_ISC+= \
http://ftp.isc.org/isc/%SUBDIR%/ \
ftp://ftp.isc.org/isc/%SUBDIR%/ \
ftp://ftp.ciril.fr/pub/isc/%SUBDIR%/ \
ftp://ftp.freenet.de/pub/ftp.isc.org/isc/%SUBDIR%/ \