aboutsummaryrefslogtreecommitdiff
path: root/www/libxul
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2015-06-09 14:24:41 +0000
committerJan Beich <jbeich@FreeBSD.org>2015-06-09 14:24:41 +0000
commit6828ea7d03181d2c9cef8349278476494f34aeaa (patch)
treec56bcf13e5d4898995cb54686d3b4c1074af5f2c /www/libxul
parentf88023b9e64ad8c3cd67c7a9af14c9a113b5d4f0 (diff)
downloadports-6828ea7d03181d2c9cef8349278476494f34aeaa.tar.gz
ports-6828ea7d03181d2c9cef8349278476494f34aeaa.zip
bsd.sites.mk: cleanup MOZILLA mirrors
- Switch to CDN by default as mirrors are no longer kept up to date - Drop obsolete pointer to http://www.mozilla.org/mirrors.html - Drop redundant BUGZILLA and MOZILLA_EXTEND - Shorten MASTER_SITES in gecko@ ports - Move MOZILLA_ADDONS to bsd.sites.mk - Move one of MOZILLA mirrors with old addons under MOZILLA_ADDONS - Addons CDN redirects to https://, so don't mislead with http:// https://blog.mozilla.org/it/2012/08/03/dear-mozilla-mirrors-thank-you/ Differential Revision: https://reviews.freebsd.org/D2550 Tested by: distilator Reviewed by: mat (partial) Approved by: bz-ports (ohauer), portmgr blanket (office@ et al.) Approved by: portmgr (bapt, earlier version) MFH: 2015Q2
Notes
Notes: svn path=/head/; revision=388939
Diffstat (limited to 'www/libxul')
-rw-r--r--www/libxul/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/libxul/Makefile b/www/libxul/Makefile
index 6f4e53c209fe..c7fe41a80a45 100644
--- a/www/libxul/Makefile
+++ b/www/libxul/Makefile
@@ -5,7 +5,7 @@ PORTNAME= libxul
DISTVERSION= 31.7.0
CATEGORIES?= www devel
MASTER_SITES= MOZILLA/firefox/releases/${DISTVERSION}esr/source \
- https://ftp.mozilla.org/pub/mozilla.org/firefox/candidates/${DISTVERSION}esr-candidates/build2/source/
+ MOZILLA/firefox/candidates/${DISTVERSION}esr-candidates/build2/source
DISTNAME= firefox-${DISTVERSION}esr.source
MAINTAINER?= gecko@FreeBSD.org