diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-10-01 13:04:41 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-10-01 13:04:41 +0000 |
commit | fa2ef8b5ae19c89fca799b8fe4fba85fed979b48 (patch) | |
tree | b7ac3e76006f64dd4cfaa2d007dd4077364f7557 /Mk | |
parent | 00b14015e8c17bbc7a9a1f18ea56fb34a22b9edf (diff) | |
download | freebsd-ports-fa2ef8b5ae19c89fca799b8fe4fba85fed979b48.zip |
- Add ftpmirror.gnu.org to GNU master sites (redirects to a nearby mirror)
- Update GNU alpha sites
- Set default GNU alpha subdirectory
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.sites.mk | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index acd8ea1aab46..6dde6caf1674 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -579,6 +579,7 @@ MASTER_SITE_GNOME+= \ .if !defined(IGNORE_MASTER_SITE_GNU) MASTER_SITE_GNU+= \ + http://ftpmirror.gnu.org/%SUBDIR%/ \ http://ftp.gnu.org/gnu/%SUBDIR%/ \ ftp://ftp.gnu.org/gnu/%SUBDIR%/ \ http://www.gtlib.gatech.edu/pub/gnu/gnu/%SUBDIR%/ \ @@ -623,10 +624,18 @@ MASTER_SITE_GNUSTEP_CH+= \ .if !defined(IGNORE_MASTER_SITE_GNU_ALPHA) MASTER_SITE_GNU_ALPHA+= \ - ftp://alpha.gnu.org/pub/gnu/%SUBDIR%/ \ - ftp://ftp.lublin.pl/mirror/alpha.gnu.org/gnu/%SUBDIR%/ \ - ftp://ftp.ps.pl/mirrors/alpha.gnu.org/pub/gnu/%SUBDIR%/ \ - ftp://ftp.funet.fi/pub/mirrors/alpha.gnu.org/gnu/%SUBDIR%/ + http://alpha.gnu.org/gnu/%SUBDIR%/ \ + ftp://spinellicreations.com/alpha/gnu/%SUBDIR%/ \ + http://www.nic.funet.fi/pub/gnu/alpha/gnu/%SUBDIR%/ \ + http://mirror.thecodefactory.org/gnualpha/%SUBDIR%/ \ + http://www.mirrorservice.org/sites/alpha.gnu.org/gnu/%SUBDIR%/ \ + http://gnu.c3sl.ufpr.br/alpha/%SUBDIR%/ \ + http://mirror.cedia.org.ec/gnualpha/%SUBDIR%/ \ + http://gnu-alpha.mirrors.hostinginnederland.nl/%SUBDIR%/ \ + http://gnualpha.uib.no/%SUBDIR%/ \ + http://mirrors.fe.up.pt/pub/gnu-alpha/%SUBDIR%/ \ + http://mirror.lihnidos.org/GNU/alpha/gnu/%SUBDIR%/ \ + http://alpha-gnu-org.ip-connect.vn.ua/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_GOOGLE_CODE) @@ -1508,6 +1517,7 @@ MASTER_SITES_SUBDIRS= APACHE_JAKARTA:${PORTNAME:S,-,/,}/source \ GITHUB_CLOUD:${GH_ACCOUNT}/${GH_PROJECT}/ \ GNOME:sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} \ GNU:${PORTNAME} \ + GNU_ALPHA:${PORTNAME} \ HORDE:${PORTNAME} \ LOGILAB:${PORTNAME} \ MATE:${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} \ |