summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorobache <obache>2007-12-22 07:22:04 +0000
committerobache <obache>2007-12-22 07:22:04 +0000
commit9e1255a4951e13c472c93f997cba2df8d800e939 (patch)
tree6b6678799eb944f0df3537a50cee797331761dfe /www
parent04dea8ef8c1cd1ad1de84d3f191b36d4e11bd82c (diff)
downloadpkgsrc-9e1255a4951e13c472c93f997cba2df8d800e939.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')
-rw-r--r--www/firefox/Makefile-firefox.common7
-rw-r--r--www/firefox15/Makefile-firefox.common7
-rw-r--r--www/seamonkey-bin/Makefile.common11
3 files changed, 6 insertions, 19 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/
diff --git a/www/firefox15/Makefile-firefox.common b/www/firefox15/Makefile-firefox.common
index 1c5cabdc0ef..5dd94ee38da 100644
--- a/www/firefox15/Makefile-firefox.common
+++ b/www/firefox15/Makefile-firefox.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile-firefox.common,v 1.3 2007/06/16 01:14:48 dmcmahill Exp $
+# $NetBSD: Makefile-firefox.common,v 1.4 2007/12/22 07:22:10 obache Exp $
MOZILLA_BIN= firefox-bin
MOZ_VER= 1.5.0.12
@@ -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.org/projects/firefox/
diff --git a/www/seamonkey-bin/Makefile.common b/www/seamonkey-bin/Makefile.common
index b3f2e101404..179877c1e66 100644
--- a/www/seamonkey-bin/Makefile.common
+++ b/www/seamonkey-bin/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.10 2007/10/25 21:04:25 jlam Exp $
+# $NetBSD: Makefile.common,v 1.11 2007/12/22 07:22:10 obache Exp $
DISTNAME= ${MOZILLA}${MOX_EXTRA}-bin # overridden below
PKGNAME= ${MOZILLA}${MOZ_EXTRA}-bin-${MOZ_VER}
@@ -42,14 +42,7 @@ MOZ_DIR?= ${MOZ_VER}
MOZ_PLATFORM?= ${LOWER_OPSYS}
.if !defined(MASTER_SITES)
-_MASTER_SITES+= http://ftp.mozilla.org/pub/mozilla.org/${MOZILLA_SHORT}/releases/${MOZ_DIR}/
-_MASTER_SITES+= ftp://ftp.mozilla.org/pub/mozilla.org/${MOZILLA_SHORT}/releases/${MOZ_DIR}/
-_MASTER_SITES+= http://public.planetmirror.com.au/pub/${MOZILLA_SHORT}/releases/${MOZ_DIR}/
-_MASTER_SITES+= ftp://public.planetmirror.com.au/pub/${MOZILLA_SHORT}/releases/${MOZ_DIR}/
-_MASTER_SITES+= ftp://ftp.tuwien.ac.at/infosys/browsers/${MOZILLA_SHORT}/releases/${MOZ_DIR}/
-_MASTER_SITES+= ftp://ftp.uni-erlangen.de/pub/mozilla.org/${MOZILLA_SHORT}/releases/${MOZ_DIR}/
-_MASTER_SITES+= ftp://ftp.fu-berlin.de/unix/network/www/${MOZILLA_SHORT}/releases/${MOZ_DIR}/
-_MASTER_SITES+= http://ftp.cvut.cz/mozilla/${MOZILLA_SHORT}/releases/${MOZ_DIR}/
+_MASTER_SITES+= ${MASTER_SITE_MOZILLA:=${MOZILLA_SHORT}/releases/${MOZ_DIR}/}
. for _site_ in ${_MASTER_SITES}
MASTER_SITES+= ${_site_}
MASTER_SITES+= ${_site_}contrib/