diff options
author | kwm <kwm@FreeBSD.org> | 2014-01-23 07:17:51 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2014-01-23 07:17:51 +0800 |
commit | 432754c317b763b4fe12e0400642654b10807525 (patch) | |
tree | c34c2b2ebbf79c99868f75dde4a1861516c2ab70 /Mk | |
parent | ffcb1a09e8aa82cf1bb4ed08b8938575d8013c15 (diff) | |
download | freebsd-ports-graphics-432754c317b763b4fe12e0400642654b10807525.tar.gz freebsd-ports-graphics-432754c317b763b4fe12e0400642654b10807525.tar.zst freebsd-ports-graphics-432754c317b763b4fe12e0400642654b10807525.zip |
Add gnome CDN in both https and http flavors.
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.sites.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index 83458df55bc..2a38c8bc0cc 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -546,6 +546,8 @@ GH_TAGNAME?= ${DISTVERSION} .if !defined(IGNORE_MASTER_SITE_GNOME) MASTER_SITE_GNOME+= \ + https://download.gnome.org/%SUBDIR%/ \ + http://download.gnome.org/%SUBDIR%/ \ ftp://ftp.belnet.be/mirror/ftp.gnome.org/%SUBDIR%/ \ http://ftp.acc.umu.se/pub/GNOME/%SUBDIR%/ \ ftp://ftp.cse.buffalo.edu/pub/Gnome/%SUBDIR%/ \ |