Skip to content

Commit

Permalink
add ema.uk mirror from gethosted.online
Browse files Browse the repository at this point in the history
  • Loading branch information
jmroot committed Sep 16, 2021
1 parent d141da5 commit f7e5478
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _resources/port1.0/fetch/archive_sites.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ set aarnet.au http
set atl.us http
set cph.dk [expr {${os.platform} eq "darwin" && ${os.major} < 13 ? "http" : "https"}]
set cjj.kr http
set ema.uk https
# cert doesn't have macports.org SANs; admin notified
#set fco.it [expr {${os.platform} eq "darwin" && ${os.major} < 13 ? "http" : "https"}]
set fco.it http
Expand All @@ -37,6 +38,7 @@ set portfetch::mirror_sites::sites(macports_archives) [lsearch -all -glob -inlin
${nue.de}://nue.de.packages.macports.org/:nosubdir
${atl.us}://atl.us.packages.macports.org/:nosubdir
${cph.dk}://cph.dk.packages.macports.org/:nosubdir
${ema.uk}://ema.uk.packages.macports.org/:nosubdir
${fco.it}://fco.it.packages.macports.org/:nosubdir
${fra.de}://fra.de.packages.macports.org/:nosubdir
${jnb.za}://jnb.za.packages.macports.org/packages/:nosubdir
Expand Down
2 changes: 2 additions & 0 deletions _resources/port1.0/fetch/mirror_sites.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,7 @@ set aarnet.au http
set atl.us http
set cph.dk [expr {${os.platform} eq "darwin" && ${os.major} < 13 ? "http" : "https"}]
set cjj.kr http
set ema.uk https
# cert doesn't have macports.org SANs; admin notified
#set fco.it [expr {${os.platform} eq "darwin" && ${os.major} < 13 ? "http" : "https"}]
set fco.it http
Expand All @@ -447,6 +448,7 @@ set portfetch::mirror_sites::sites(macports_distfiles) [lsearch -all -glob -inli
${atl.us}://atl.us.distfiles.macports.org/:mirror
${cjj.kr}://cjj.kr.distfiles.macports.org/:mirror
${cph.dk}://cph.dk.distfiles.macports.org/:mirror
${ema.uk}://ema.uk.distfiles.macports.org/:mirror
${fco.it}://fco.it.distfiles.macports.org/:mirror
${fra.de}://fra.de.distfiles.macports.org/:mirror
${jnb.za}://jnb.za.distfiles.macports.org/distfiles/:mirror
Expand Down

0 comments on commit f7e5478

Please sign in to comment.