From brad@liquidneon.com  Fri May 31 19:17:36 2013
Return-Path: <brad@liquidneon.com>
Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115])
	by hub.freebsd.org (Postfix) with ESMTP id DB7B4BB0
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 31 May 2013 19:17:36 +0000 (UTC)
	(envelope-from brad@liquidneon.com)
Received: from valentine.liquidneon.com (cl-1479.chi-02.us.sixxs.net [IPv6:2001:4978:f:5c6::2])
	by mx1.freebsd.org (Postfix) with ESMTP id BADD2882
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 31 May 2013 19:17:36 +0000 (UTC)
Received: by valentine.liquidneon.com (Postfix, from userid 1001)
	id A92E18FF5B; Fri, 31 May 2013 13:17:35 -0600 (MDT)
Message-Id: <20130531191735.A92E18FF5B@valentine.liquidneon.com>
Date: Fri, 31 May 2013 13:17:35 -0600 (MDT)
From: Brad Davis <brd@FreeBSD.org>
Reply-To: Brad Davis <brd@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] Add an HTTP mirror to net/openldap
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         179153
>Category:       ports
>Synopsis:       [patch] Add an HTTP mirror to net/openldap
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    delphij
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 31 19:20:00 UTC 2013
>Closed-Date:    Mon Jun 24 05:30:08 UTC 2013
>Last-Modified:  Mon Jun 24 05:40:00 UTC 2013
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->delphij 
Responsible-Changed-By: brd 
Responsible-Changed-When: Fri May 31 21:44:31 UTC 2013 
Responsible-Changed-Why:  
- Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=179153 
State-Changed-From-To: open->closed 
State-Changed-By: delphij 
State-Changed-When: Mon Jun 24 05:29:55 UTC 2013 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=179153 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/179153: commit references a PR
Date: Mon, 24 Jun 2013 05:29:33 +0000 (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"
 
>Unformatted:
