From 4e1f7c01ae57542a5dcac0f8e42e2ae592275fb0 Mon Sep 17 00:00:00 2001 From: Xin LI Date: Mon, 24 Jun 2013 05:29:24 +0000 Subject: [PATCH] Add http mirrors as last resort option. PR: ports/179153 Submitted by: brd --- net/openldap23-server/Makefile | 3 ++- 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)