diff options
author | obache <obache@pkgsrc.org> | 2007-12-22 07:22:04 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-12-22 07:22:04 +0000 |
commit | 6456ebb5c87186dfc4913291d398207cc1c2e060 (patch) | |
tree | 6b6678799eb944f0df3537a50cee797331761dfe /devel/nss | |
parent | 1ab9f1cd4b4ef8fedbc87067bee8504d54cba756 (diff) | |
download | pkgsrc-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/nss')
-rw-r--r-- | devel/nss/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/nss/Makefile b/devel/nss/Makefile index 418507cb494..675aacf6b2d 100644 --- a/devel/nss/Makefile +++ b/devel/nss/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.25 2007/10/09 19:19:09 martti Exp $ +# $NetBSD: Makefile,v 1.26 2007/12/22 07:22:08 obache Exp $ DISTNAME= nss-3.11.5 CATEGORIES= security -MASTER_SITES= http://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_11_5_RTM/src/ \ - ftp://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_11_5_RTM/src/ +MASTER_SITES= ${MASTER_SITE_MOZILLA_ALL:=security/nss/releases/NSS_3_11_5_RTM/src/} MAINTAINER= mjl@luckie.org.nz HOMEPAGE= http://www.mozilla.org/projects/security/pki/nss/ |