Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 May 2013 13:17:35 -0600 (MDT)
From:      Brad Davis <brd@FreeBSD.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/179153: [patch] Add an HTTP mirror to net/openldap
Message-ID:  <20130531191735.A92E18FF5B@valentine.liquidneon.com>
Resent-Message-ID: <201305311920.r4VJK0Z2026027@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         179153
>Category:       ports
>Synopsis:       [patch] Add an HTTP mirror to net/openldap
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 31 19:20:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Brad Davis
>Release:        FreeBSD 9.1-RELEASE
>Organization:
>Environment:
	
>Description:
	Add an HTTP mirror to the net/openldap ports
>How-To-Repeat:
	
>Fix:

	

--- ldap.diff begins here ---
Index: openldap23-server/Makefile
===================================================================
--- openldap23-server/Makefile	(revision 319540)
+++ openldap23-server/Makefile	(working copy)
@@ -22,7 +22,8 @@
 			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
Index: openldap24-server/Makefile
===================================================================
--- openldap24-server/Makefile	(revision 319540)
+++ openldap24-server/Makefile	(working copy)
@@ -11,7 +11,8 @@
 			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)
--- ldap.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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