ports/179153: [patch] Add an HTTP mirror to net/openldap
Brad Davis
brd at FreeBSD.org
Fri May 31 19:20:00 UTC 2013
>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:
More information about the freebsd-ports-bugs
mailing list