svn commit: r321662 - in head/net: openldap23-server openldap24-server
Xin LI
delphij at FreeBSD.org
Mon Jun 24 05:29:25 UTC 2013
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)
More information about the svn-ports-head
mailing list