pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/openldap Add an HTTP download location too, ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7172d2100218
branches:  trunk
changeset: 513206:7172d2100218
user:      dsainty <dsainty%pkgsrc.org@localhost>
date:      Mon May 22 11:57:50 2006 +0000

description:
Add an HTTP download location too, as a fallback for when FTP downloads are awkward.

diffstat:

 databases/openldap/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r dfaefc6d98c8 -r 7172d2100218 databases/openldap/Makefile
--- a/databases/openldap/Makefile       Mon May 22 11:52:19 2006 +0000
+++ b/databases/openldap/Makefile       Mon May 22 11:57:50 2006 +0000
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.113 2006/05/19 14:46:10 joerg Exp $
+# $NetBSD: Makefile,v 1.114 2006/05/22 11:57:50 dsainty Exp $
 
 DISTNAME=      openldap-2.3.23
 SVR4_PKGNAME=  oldap
 CATEGORIES=    databases
-MASTER_SITES=  ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/
+MASTER_SITES=  ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/ \
+       http://www.openldap.org/software/download/OpenLDAP/openldap-release/
 EXTRACT_SUFX=  .tgz
 
 MAINTAINER=    joerg%NetBSD.org@localhost



Home | Main Index | Thread Index | Old Index