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 | 4d8e9ce2eaca8e410f0bbe6f9c15c418d55c3b99 (patch) | |
tree | 6b6678799eb944f0df3537a50cee797331761dfe /www/firefox | |
parent | 7008ce80257a0222ec7ade26f55981e9c7f15e96 (diff) | |
download | pkgsrc-4d8e9ce2eaca8e410f0bbe6f9c15c418d55c3b99.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 'www/firefox')
-rw-r--r-- | www/firefox/Makefile-firefox.common | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/www/firefox/Makefile-firefox.common b/www/firefox/Makefile-firefox.common index a776131ad37..73f0658c4cc 100644 --- a/www/firefox/Makefile-firefox.common +++ b/www/firefox/Makefile-firefox.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile-firefox.common,v 1.52 2007/12/01 21:43:23 ghen Exp $ +# $NetBSD: Makefile-firefox.common,v 1.53 2007/12/22 07:22:10 obache Exp $ MOZILLA_BIN= firefox-bin MOZ_VER= 2.0.0.11 @@ -6,10 +6,7 @@ EXTRACT_SUFX= .tar.bz2 DISTNAME= firefox-${MOZ_VER}-source -MASTER_SITES= http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${MOZ_VER}/source/ -MASTER_SITES+= ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${MOZ_VER}/source/ -MASTER_SITES+= http://public.planetmirror.com.au/pub/firefox/releases/${MOZ_VER}/source/ -MASTER_SITES+= ftp://public.planetmirror.com.au/pub/firefox/releases/${MOZ_VER}/source/ +MASTER_SITES= ${MASTER_SITE_MOZILLA:=firefox/releases/${MOZ_VER}/source/} HOMEPAGE= http://www.mozilla.com/en-US/firefox/ |