Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Jun 2013 05:29:25 +0000 (UTC)
From:      Xin LI <delphij@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r321662 - in head/net: openldap23-server openldap24-server
Message-ID:  <201306240529.r5O5TPjF043860@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: delphij
Date: Mon Jun 24 05:29:24 2013
New Revision: 321662
URL: http://svnweb.freebsd.org/changeset/ports/321662

Log:
  Add http mirrors as last resort option.
  
  PR:		ports/179153
  Submitted by:	brd

Modified:
  head/net/openldap23-server/Makefile
  head/net/openldap24-server/Makefile

Modified: head/net/openldap23-server/Makefile
==============================================================================
--- head/net/openldap23-server/Makefile	Mon Jun 24 03:07:53 2013	(r321661)
+++ head/net/openldap23-server/Makefile	Mon Jun 24 05:29:24 2013	(r321662)
@@ -18,7 +18,8 @@ MASTER_SITES=		ftp://ftp.OpenLDAP.org/pu
 			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

Modified: head/net/openldap24-server/Makefile
==============================================================================
--- head/net/openldap24-server/Makefile	Mon Jun 24 03:07:53 2013	(r321661)
+++ head/net/openldap24-server/Makefile	Mon Jun 24 05:29:24 2013	(r321662)
@@ -11,7 +11,8 @@ MASTER_SITES=		ftp://ftp.OpenLDAP.org/pu
 			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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306240529.r5O5TPjF043860>