Add an HTTP mirror to the net/openldap ports
Responsible Changed From-To: freebsd-ports-bugs->delphij - Over to maintainer
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) _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, thanks!