diff options
author | delphij <delphij@FreeBSD.org> | 2013-06-24 13:29:24 +0800 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2013-06-24 13:29:24 +0800 |
commit | 6024652f3a18bb911f2c4f68b7b4b9d1d8bd4b07 (patch) | |
tree | c3628506b36e8006ce6b37ab87c9e06c4ce0ea13 /net | |
parent | fedbf4d667d9e3e61d20c047d3aed21ef3468cc2 (diff) | |
download | freebsd-ports-gnome-6024652f3a18bb911f2c4f68b7b4b9d1d8bd4b07.tar.gz freebsd-ports-gnome-6024652f3a18bb911f2c4f68b7b4b9d1d8bd4b07.tar.zst freebsd-ports-gnome-6024652f3a18bb911f2c4f68b7b4b9d1d8bd4b07.zip |
Add http mirrors as last resort option.
PR: ports/179153
Submitted by: brd
Diffstat (limited to 'net')
-rw-r--r-- | net/openldap23-server/Makefile | 3 | ||||
-rw-r--r-- | net/openldap24-server/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/net/openldap23-server/Makefile b/net/openldap23-server/Makefile index e1ffc685c38a..20b1c0b19c9b 100644 --- a/net/openldap23-server/Makefile +++ b/net/openldap23-server/Makefile @@ -18,7 +18,8 @@ MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/%SUBDIR%/ \ ftp://ftp.linux.pt/pub/mirrors/OpenLDAP/%SUBDIR%/ \ ftp://ftp.rediris.es/mirror/OpenLDAP/%SUBDIR%/ \ ftp://sunsite.cnlab-switch.ch/mirror/OpenLDAP/%SUBDIR%/ \ - ftp://ftp.plig.org/pub/OpenLDAP/%SUBDIR%/ + ftp://ftp.plig.org/pub/OpenLDAP/%SUBDIR%/ \ + http://www.openldap.org/software/download/OpenLDAP/%SUBDIR%/ MASTER_SITE_SUBDIR= openldap-release PKGNAMESUFFIX?= -server EXTRACT_SUFX= .tgz diff --git a/net/openldap24-server/Makefile b/net/openldap24-server/Makefile index 0107aeb4debe..30de93b62829 100644 --- a/net/openldap24-server/Makefile +++ b/net/openldap24-server/Makefile @@ -11,7 +11,8 @@ MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/%SUBDIR%/ \ ftp://ftp.dti.ad.jp/pub/net/OpenLDAP/%SUBDIR%/ \ ftp://ftp.u-aizu.ac.jp/pub/net/openldap/%SUBDIR%/ \ ftp://ftp.nl.uu.net/pub/unix/db/openldap/%SUBDIR%/ \ - ftp://sunsite.cnlab-switch.ch/mirror/OpenLDAP/%SUBDIR%/ + ftp://sunsite.cnlab-switch.ch/mirror/OpenLDAP/%SUBDIR%/ \ + http://www.openldap.org/software/download/OpenLDAP/%SUBDIR%/ MASTER_SITE_SUBDIR= openldap-release .if defined(CLIENT_ONLY) |