summaryrefslogtreecommitdiff
path: root/devel/p5-LDAP
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2007-12-22 07:22:04 +0000
committerobache <obache@pkgsrc.org>2007-12-22 07:22:04 +0000
commit6456ebb5c87186dfc4913291d398207cc1c2e060 (patch)
tree6b6678799eb944f0df3537a50cee797331761dfe /devel/p5-LDAP
parent1ab9f1cd4b4ef8fedbc87067bee8504d54cba756 (diff)
downloadpkgsrc-6456ebb5c87186dfc4913291d398207cc1c2e060.tar.gz
Change MOZILLA master sites difinitions, related to PR 37379.
There are three types Mozilla mirrors. (http://www.mozilla.org/mirroring.html) * mozilla-current contains only the current version of Firefox and Thunderbird * mozilla-release contains Firefox, Thunderbird, and Sunbird releases * mozilla-all complete archive Define following variables for mozilla master sites: MASTER_SITE_MOZILLA_ALL = mozilla-all MASTER_SITE_MOZILLA = mozilla-release and change some packages to use appropriate variable. Update contents of MASTER_SITE_MOZILLA with master and primary mirrors taken from http://www.mozilla.org/mirrors.html and add some sample definitions.
Diffstat (limited to 'devel/p5-LDAP')
-rw-r--r--devel/p5-LDAP/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-LDAP/Makefile b/devel/p5-LDAP/Makefile
index 9e138a954ac..3b8f6dcf9cd 100644
--- a/devel/p5-LDAP/Makefile
+++ b/devel/p5-LDAP/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2006/03/04 21:29:22 jlam Exp $
+# $NetBSD: Makefile,v 1.17 2007/12/22 07:22:09 obache Exp $
#
DISTNAME= perldap-1.2.2
@@ -6,7 +6,7 @@ PKGNAME= p5-LDAP-1.2.2
SVR4_PKGNAME= p5lda
PKGREVISION= 3
CATEGORIES= devel perl5 databases
-MASTER_SITES= ftp://ftp.mozilla.org/pub/directory/perldap/
+MASTER_SITES= ${MASTER_SITE_MOZILLA_ALL:=directory/perldap/ancient/}
EXTRACT_SUFX= .tgz
MAINTAINER= pkgsrc-users@NetBSD.org