diff options
author | olivierd <olivierd@FreeBSD.org> | 2016-09-15 23:33:48 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2016-09-15 23:33:48 +0800 |
commit | af3a1a2c0e22e6dca330640c1487f4b9099b308f (patch) | |
tree | 8ffec781e81ed88ddd0fe29f55163882e95ae256 /Mk | |
parent | 07fc6e7860826090a2d6e1224b324daa3d30feef (diff) | |
download | freebsd-ports-gnome-af3a1a2c0e22e6dca330640c1487f4b9099b308f.tar.gz freebsd-ports-gnome-af3a1a2c0e22e6dca330640c1487f4b9099b308f.tar.zst freebsd-ports-gnome-af3a1a2c0e22e6dca330640c1487f4b9099b308f.zip |
perldude.de (one of Xfce mirrors sites) is not regularly synchronized
compared to others
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.sites.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index 82577d059b04..2b20fcfe129d 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -1213,14 +1213,14 @@ MASTER_SITE_XCONTRIB+= \ .if !defined(IGNORE_MASTER_SITE_XFCE) MASTER_SITE_XFCE+= \ - http://mirror.perldude.de/archive.xfce.org/%SUBDIR%/ \ http://mirror.netcologne.de/xfce/%SUBDIR%/ \ http://ftp.udc.es/xfce/%SUBDIR%/ \ http://xfce.mirror.uber.com.au/%SUBDIR%/ \ http://archive.be.xfce.org/%SUBDIR%/ \ http://archive.be2.xfce.org/%SUBDIR%/ \ http://archive.al-us.xfce.org/%SUBDIR%/ \ - http://mirrors.tummy.com/pub/archive.xfce.org/%SUBDIR%/ + http://mirrors.tummy.com/pub/archive.xfce.org/%SUBDIR%/ \ + http://mirror.perldude.de/archive.xfce.org/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_XORG) |