Bug 179153 - [patch] Add an HTTP mirror to net/openldap
Summary: [patch] Add an HTTP mirror to net/openldap
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Xin LI
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-31 20:20 UTC by Brad Davis
Modified: 2013-06-24 06:40 UTC (History)
0 users

See Also:


Attachments
ldap.diff (1.23 KB, patch)
2013-05-31 20:20 UTC, Brad Davis
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brad Davis freebsd_committer freebsd_triage 2013-05-31 20:20:00 UTC
	Add an HTTP mirror to the net/openldap ports
Comment 1 Brad Davis freebsd_committer freebsd_triage 2013-05-31 22:44:31 UTC
Responsible Changed
From-To: freebsd-ports-bugs->delphij

- Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-06-24 06:29:33 UTC
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"
Comment 3 Xin LI freebsd_committer freebsd_triage 2013-06-24 06:29:55 UTC
State Changed
From-To: open->closed

Committed, thanks!