svn commit: r389345 - in branches/2015Q2: Mk audio/opus audio/opus-tools audio/opusfile devel/bugzilla44 lang/spidermonkey17 mail/linux-thunderbird mail/thunderbird mail/thunderbird-i18n textproc/s...
Jan Beich
jbeich at FreeBSD.org
Sat Jun 13 11:10:01 UTC 2015
Author: jbeich
Date: Sat Jun 13 11:09:51 2015
New Revision: 389345
URL: https://svnweb.freebsd.org/changeset/ports/389345
Log:
MFH: r388939
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)
Approved by: ports-secteam (delphij)
Modified:
branches/2015Q2/Mk/bsd.sites.mk
branches/2015Q2/audio/opus-tools/Makefile
branches/2015Q2/audio/opus/Makefile
branches/2015Q2/audio/opusfile/Makefile
branches/2015Q2/devel/bugzilla44/Makefile
branches/2015Q2/lang/spidermonkey17/Makefile
branches/2015Q2/mail/linux-thunderbird/Makefile
branches/2015Q2/mail/thunderbird-i18n/Makefile
branches/2015Q2/mail/thunderbird/Makefile
branches/2015Q2/textproc/so-hunspell/Makefile
branches/2015Q2/textproc/sr-hunspell/Makefile
branches/2015Q2/textproc/ss-hunspell/Makefile
branches/2015Q2/textproc/tk-hunspell/Makefile
branches/2015Q2/textproc/tn-hunspell/Makefile
branches/2015Q2/textproc/ts-hunspell/Makefile
branches/2015Q2/textproc/ve-hunspell/Makefile
branches/2015Q2/textproc/xh-hunspell/Makefile
branches/2015Q2/textproc/yi-hunspell/Makefile
branches/2015Q2/textproc/zu-hunspell/Makefile
branches/2015Q2/www/firefox-esr-i18n/Makefile
branches/2015Q2/www/firefox-esr/Makefile
branches/2015Q2/www/firefox-i18n/Makefile
branches/2015Q2/www/firefox/Makefile
branches/2015Q2/www/libxul/Makefile
branches/2015Q2/www/linux-firefox/Makefile
branches/2015Q2/www/linux-seamonkey/Makefile
branches/2015Q2/www/seamonkey-i18n/Makefile
branches/2015Q2/www/seamonkey/Makefile
branches/2015Q2/www/xpi-adblock/Makefile.xpi
branches/2015Q2/www/xpi-downthemall/Makefile
Directory Properties:
branches/2015Q2/ (props changed)
Modified: branches/2015Q2/Mk/bsd.sites.mk
==============================================================================
--- branches/2015Q2/Mk/bsd.sites.mk Sat Jun 13 11:08:22 2015 (r389344)
+++ branches/2015Q2/Mk/bsd.sites.mk Sat Jun 13 11:09:51 2015 (r389345)
@@ -770,43 +770,18 @@ MASTER_SITE_MOZDEV+= \
http://ftp.osuosl.org/pub/mozdev/%SUBDIR%/
.endif
-# releases.mozilla.org mirror sites
-#
-# For the full list, see the following:
-#
-# http://www.mozilla.org/mirrors.html
-#
.if !defined(IGNORE_MASTER_SITE_MOZILLA)
MASTER_SITE_MOZILLA+= \
- https://ftp.mozilla.org/pub/mozilla.org/%SUBDIR%/ \
- http://mirror3.mirrors.tds.net/pub/mozilla.org/%SUBDIR%/ \
- http://mozilla.isc.org/pub/mozilla.org/%SUBDIR%/ \
http://releases.mozilla.org/pub/mozilla.org/%SUBDIR%/ \
- http://kyoto-mz-dl.sinet.ad.jp/pub/mozilla.org/%SUBDIR%/ \
- http://jp-nii01.mozilla.org/pub/mozilla.org/%SUBDIR%/ \
- http://jp-nii02.mozilla.org/pub/mozilla.org/%SUBDIR%/ \
- http://mirror.internode.on.net/pub/mozilla/%SUBDIR%/ \
- http://ftp.acc.umu.se/pub/mozilla.org/%SUBDIR%/ \
- http://mozilla.c3sl.ufpr.br/releases/%SUBDIR%/ \
- http://www.gtlib.gatech.edu/pub/mozilla.org/%SUBDIR%/ \
- ftp://ftp.mozilla.org/pub/mozilla.org/%SUBDIR%/ \
- ftp://ftp.fh-wolfenbuettel.de/pub/www/mozilla/%SUBDIR%/ \
- ftp://ftp.informatik.rwth-aachen.de/pub/mirror/ftp.mozilla.org/pub/%SUBDIR%/ \
- http://ftp.twaren.net/Unix/Mozilla/%SUBDIR%/
-.endif
-
-.if !defined(IGNORE_MASTER_SITE_BUGZILLA)
-MASTER_SITE_BUGZILLA+= \
https://ftp.mozilla.org/pub/mozilla.org/%SUBDIR%/ \
http://ftp.mozilla.org/pub/mozilla.org/%SUBDIR%/ \
- ftp://ftp.mozilla.org/pub/mozilla.org/%SUBDIR%/ \
- http://mirror.internode.on.net/pub/mozilla/%SUBDIR%/
+ ftp://ftp.mozilla.org/pub/mozilla.org/%SUBDIR%/
.endif
-.if !defined(IGNORE_MASTER_SITE_MOZILLA_EXTENDED)
-MASTER_SITE_MOZILLA_EXTENDED+= \
- http://releases.mozilla.org/pub/mozilla.org/%SUBDIR%/ \
- ${MASTER_SITE_MOZILLA}
+.if !defined(IGNORE_MASTER_SITE_MOZILLA_ADDONS)
+MASTER_SITE_MOZILLA_ADDONS+= \
+ https://addons.cdn.mozilla.net/user-media/%SUBDIR%/ \
+ http://kyoto-mz-dl.sinet.ad.jp/pub/mozilla.org/%SUBDIR%/
.endif
.if !defined(IGNORE_MASTER_SITE_MPLAYERHQ)
Modified: branches/2015Q2/audio/opus-tools/Makefile
==============================================================================
--- branches/2015Q2/audio/opus-tools/Makefile Sat Jun 13 11:08:22 2015 (r389344)
+++ branches/2015Q2/audio/opus-tools/Makefile Sat Jun 13 11:09:51 2015 (r389345)
@@ -5,7 +5,7 @@ PORTVERSION= 0.1.9
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://downloads.xiph.org/releases/opus/ \
- ${MASTER_SITE_MOZILLA_EXTENDED}
+ ${MASTER_SITE_MOZILLA}
MASTER_SITE_SUBDIR= opus
MAINTAINER= naddy at FreeBSD.org
Modified: branches/2015Q2/audio/opus/Makefile
==============================================================================
--- branches/2015Q2/audio/opus/Makefile Sat Jun 13 11:08:22 2015 (r389344)
+++ branches/2015Q2/audio/opus/Makefile Sat Jun 13 11:09:51 2015 (r389345)
@@ -5,7 +5,7 @@ PORTVERSION= 1.1
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://downloads.xiph.org/releases/opus/ \
- ${MASTER_SITE_MOZILLA_EXTENDED}
+ ${MASTER_SITE_MOZILLA}
MASTER_SITE_SUBDIR= opus
MAINTAINER= naddy at FreeBSD.org
Modified: branches/2015Q2/audio/opusfile/Makefile
==============================================================================
--- branches/2015Q2/audio/opusfile/Makefile Sat Jun 13 11:08:22 2015 (r389344)
+++ branches/2015Q2/audio/opusfile/Makefile Sat Jun 13 11:09:51 2015 (r389345)
@@ -5,7 +5,7 @@ PORTVERSION= 0.6
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://downloads.xiph.org/releases/opus/ \
- ${MASTER_SITE_MOZILLA_EXTENDED}
+ ${MASTER_SITE_MOZILLA}
MASTER_SITE_SUBDIR= opus
MAINTAINER= liangtai.s16 at gmail.com
Modified: branches/2015Q2/devel/bugzilla44/Makefile
==============================================================================
--- branches/2015Q2/devel/bugzilla44/Makefile Sat Jun 13 11:08:22 2015 (r389344)
+++ branches/2015Q2/devel/bugzilla44/Makefile Sat Jun 13 11:09:51 2015 (r389345)
@@ -3,7 +3,7 @@
PORTNAME= bugzilla
PORTVERSION= 4.4.8
CATEGORIES= devel
-MASTER_SITES= BUGZILLA
+MASTER_SITES= MOZILLA
MASTER_SITE_SUBDIR= webtools webtools/archived
MAINTAINER= bz-ports at FreeBSD.org
Modified: branches/2015Q2/lang/spidermonkey17/Makefile
==============================================================================
--- branches/2015Q2/lang/spidermonkey17/Makefile Sat Jun 13 11:08:22 2015 (r389344)
+++ branches/2015Q2/lang/spidermonkey17/Makefile Sat Jun 13 11:09:51 2015 (r389345)
@@ -5,7 +5,7 @@ PORTNAME= spidermonkey17
DISTVERSION= 1.7.0
PORTREVISION= 1
CATEGORIES= lang
-MASTER_SITES= ${MASTER_SITE_MOZILLA_EXTENDED}
+MASTER_SITES= ${MASTER_SITE_MOZILLA}
MASTER_SITE_SUBDIR= js
DISTNAME= js-${DISTVERSION}
Modified: branches/2015Q2/mail/linux-thunderbird/Makefile
==============================================================================
--- branches/2015Q2/mail/linux-thunderbird/Makefile Sat Jun 13 11:08:22 2015 (r389344)
+++ branches/2015Q2/mail/linux-thunderbird/Makefile Sat Jun 13 11:09:51 2015 (r389345)
@@ -5,7 +5,7 @@ PORTNAME= thunderbird
DISTVERSION= 31.7.0
CATEGORIES= mail news net-im ipv6
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/linux-i686/en-US \
- https://ftp.mozilla.org/pub/mozilla.org/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/linux-i686/en-US/
+ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/linux-i686/en-US
MAINTAINER= gecko at FreeBSD.org
COMMENT= Mozilla Thunderbird is standalone mail and news that stands above
Modified: branches/2015Q2/mail/thunderbird-i18n/Makefile
==============================================================================
--- branches/2015Q2/mail/thunderbird-i18n/Makefile Sat Jun 13 11:08:22 2015 (r389344)
+++ branches/2015Q2/mail/thunderbird-i18n/Makefile Sat Jun 13 11:09:51 2015 (r389345)
@@ -5,7 +5,7 @@ PORTNAME= thunderbird-i18n
PORTVERSION= 31.7.0
CATEGORIES= mail news net-im
MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}/linux-i686/xpi \
- https://ftp.mozilla.org/pub/mozilla.org/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build1/linux-i686/xpi/
+ MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build1/linux-i686/xpi
PKGNAMEPREFIX=
DISTFILES= ${THUNDERBIRD_I18N_:S/$/.xpi/}
DIST_SUBDIR= xpi/${DISTNAME}
Modified: branches/2015Q2/mail/thunderbird/Makefile
==============================================================================
--- branches/2015Q2/mail/thunderbird/Makefile Sat Jun 13 11:08:22 2015 (r389344)
+++ branches/2015Q2/mail/thunderbird/Makefile Sat Jun 13 11:09:51 2015 (r389345)
@@ -5,7 +5,7 @@ PORTNAME= thunderbird
DISTVERSION= 31.7.0
CATEGORIES= mail news net-im ipv6
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \
- https://ftp.mozilla.org/pub/mozilla.org/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source/
+ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source
DISTFILES= ${PORTNAME}-${DISTVERSION}.source${EXTRACT_SUFX}
EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}.source${EXTRACT_SUFX}
Modified: branches/2015Q2/textproc/so-hunspell/Makefile
==============================================================================
--- branches/2015Q2/textproc/so-hunspell/Makefile Sat Jun 13 11:08:22 2015 (r389344)
+++ branches/2015Q2/textproc/so-hunspell/Makefile Sat Jun 13 11:09:51 2015 (r389345)
@@ -4,7 +4,7 @@ PORTNAME= hunspell
PORTVERSION= 1.0.2
PORTREVISION= 1
CATEGORIES= textproc
-MASTER_SITES= MOZILLA_EXTENDED/addons/13375
+MASTER_SITES= MOZILLA_ADDONS/addons/13375
PKGNAMEPREFIX= so-
DISTNAME= qaamuuska_af_soomaaliga-${PORTVERSION}-tb+fx
EXTRACT_SUFX= .xpi
Modified: branches/2015Q2/textproc/sr-hunspell/Makefile
==============================================================================
--- branches/2015Q2/textproc/sr-hunspell/Makefile Sat Jun 13 11:08:22 2015 (r389344)
+++ branches/2015Q2/textproc/sr-hunspell/Makefile Sat Jun 13 11:09:51 2015 (r389345)
@@ -4,7 +4,7 @@ PORTNAME= hunspell
PORTVERSION= 0.18
PORTREVISION= 1
CATEGORIES= textproc
-MASTER_SITES= MOZILLA_EXTENDED/addons/10894
+MASTER_SITES= MOZILLA_ADDONS/addons/10894
PKGNAMEPREFIX= sr-
DISTNAME= serbian_dictionary-${PORTVERSION}-fx+tb+sm
EXTRACT_SUFX= .xpi
Modified: branches/2015Q2/textproc/ss-hunspell/Makefile
==============================================================================
--- branches/2015Q2/textproc/ss-hunspell/Makefile Sat Jun 13 11:08:22 2015 (r389344)
+++ branches/2015Q2/textproc/ss-hunspell/Makefile Sat Jun 13 11:09:51 2015 (r389345)
@@ -4,7 +4,7 @@ PORTNAME= hunspell
PORTVERSION= 20110323
PORTREVISION= 1
CATEGORIES= textproc
-MASTER_SITES= MOZILLA_EXTENDED/addons/46614
+MASTER_SITES= MOZILLA_ADDONS/addons/46614
PKGNAMEPREFIX= ss-
DISTNAME= swati_spell_checker-${PORTVERSION}-tb+sm+fx+fn
EXTRACT_SUFX= .xpi
Modified: branches/2015Q2/textproc/tk-hunspell/Makefile
==============================================================================
--- branches/2015Q2/textproc/tk-hunspell/Makefile Sat Jun 13 11:08:22 2015 (r389344)
+++ branches/2015Q2/textproc/tk-hunspell/Makefile Sat Jun 13 11:09:51 2015 (r389345)
@@ -3,7 +3,7 @@
PORTNAME= hunspell
PORTVERSION= 0.1.6
CATEGORIES= textproc
-MASTER_SITES= MOZILLA_EXTENDED/addons/204314
+MASTER_SITES= MOZILLA_ADDONS/addons/204314
PKGNAMEPREFIX= tk-
DISTNAME= turkmen_spell_checker_dictionary-${PORTVERSION}-tb+fx+sm
EXTRACT_SUFX= .xpi
Modified: branches/2015Q2/textproc/tn-hunspell/Makefile
==============================================================================
--- branches/2015Q2/textproc/tn-hunspell/Makefile Sat Jun 13 11:08:22 2015 (r389344)
+++ branches/2015Q2/textproc/tn-hunspell/Makefile Sat Jun 13 11:09:51 2015 (r389345)
@@ -4,7 +4,7 @@ PORTNAME= hunspell
PORTVERSION= 20110323
PORTREVISION= 1
CATEGORIES= textproc
-MASTER_SITES= MOZILLA_EXTENDED/addons/46617
+MASTER_SITES= MOZILLA_ADDONS/addons/46617
PKGNAMEPREFIX= tn-
DISTNAME= tswana_spell_checker-${PORTVERSION}-tb+sm+fx+fn
EXTRACT_SUFX= .xpi
Modified: branches/2015Q2/textproc/ts-hunspell/Makefile
==============================================================================
--- branches/2015Q2/textproc/ts-hunspell/Makefile Sat Jun 13 11:08:22 2015 (r389344)
+++ branches/2015Q2/textproc/ts-hunspell/Makefile Sat Jun 13 11:09:51 2015 (r389345)
@@ -4,7 +4,7 @@ PORTNAME= hunspell
PORTVERSION= 20110323
PORTREVISION= 1
CATEGORIES= textproc
-MASTER_SITES= MOZILLA_EXTENDED/addons/46611
+MASTER_SITES= MOZILLA_ADDONS/addons/46611
PKGNAMEPREFIX= ts-
DISTNAME= tsonga_spell_checker-${PORTVERSION}-tb+sm+fx+fn
EXTRACT_SUFX= .xpi
Modified: branches/2015Q2/textproc/ve-hunspell/Makefile
==============================================================================
--- branches/2015Q2/textproc/ve-hunspell/Makefile Sat Jun 13 11:08:22 2015 (r389344)
+++ branches/2015Q2/textproc/ve-hunspell/Makefile Sat Jun 13 11:09:51 2015 (r389345)
@@ -4,7 +4,7 @@ PORTNAME= hunspell
PORTVERSION= 20110323
PORTREVISION= 1
CATEGORIES= textproc
-MASTER_SITES= MOZILLA_EXTENDED/addons/46601
+MASTER_SITES= MOZILLA_ADDONS/addons/46601
PKGNAMEPREFIX= ve-
DISTNAME= venda_spell_checker-${PORTVERSION}-tb+fn+fx+sm
EXTRACT_SUFX= .xpi
Modified: branches/2015Q2/textproc/xh-hunspell/Makefile
==============================================================================
--- branches/2015Q2/textproc/xh-hunspell/Makefile Sat Jun 13 11:08:22 2015 (r389344)
+++ branches/2015Q2/textproc/xh-hunspell/Makefile Sat Jun 13 11:09:51 2015 (r389345)
@@ -4,7 +4,7 @@ PORTNAME= hunspell
PORTVERSION= 20110323
PORTREVISION= 1
CATEGORIES= textproc
-MASTER_SITES= MOZILLA_EXTENDED/addons/46599
+MASTER_SITES= MOZILLA_ADDONS/addons/46599
PKGNAMEPREFIX= xh-
DISTNAME= xhosa_spell_checker-${PORTVERSION}-tb+fn+fx+sm
EXTRACT_SUFX= .xpi
Modified: branches/2015Q2/textproc/yi-hunspell/Makefile
==============================================================================
--- branches/2015Q2/textproc/yi-hunspell/Makefile Sat Jun 13 11:08:22 2015 (r389344)
+++ branches/2015Q2/textproc/yi-hunspell/Makefile Sat Jun 13 11:09:51 2015 (r389345)
@@ -3,7 +3,7 @@
PORTNAME= hunspell
PORTVERSION= 0.0.3
CATEGORIES= textproc
-MASTER_SITES= MOZILLA_EXTENDED/addons/222538
+MASTER_SITES= MOZILLA_ADDONS/addons/222538
PKGNAMEPREFIX= yi-
DISTNAME= yiddish_spell_checker_yivo-${PORTVERSION}-sm+fn+fx+tb
EXTRACT_SUFX= .xpi
Modified: branches/2015Q2/textproc/zu-hunspell/Makefile
==============================================================================
--- branches/2015Q2/textproc/zu-hunspell/Makefile Sat Jun 13 11:08:22 2015 (r389344)
+++ branches/2015Q2/textproc/zu-hunspell/Makefile Sat Jun 13 11:09:51 2015 (r389345)
@@ -4,7 +4,7 @@ PORTNAME= hunspell
PORTVERSION= 20110323
PORTREVISION= 1
CATEGORIES= textproc
-MASTER_SITES= MOZILLA_EXTENDED/addons/46490
+MASTER_SITES= MOZILLA_ADDONS/addons/46490
PKGNAMEPREFIX= zu-
DISTNAME= zulu_spell_checker-${PORTVERSION}-tb+fn+fx+sm
EXTRACT_SUFX= .xpi
Modified: branches/2015Q2/www/firefox-esr-i18n/Makefile
==============================================================================
--- branches/2015Q2/www/firefox-esr-i18n/Makefile Sat Jun 13 11:08:22 2015 (r389344)
+++ branches/2015Q2/www/firefox-esr-i18n/Makefile Sat Jun 13 11:09:51 2015 (r389345)
@@ -5,7 +5,7 @@ PORTNAME= firefox
PORTVERSION= 31.7.0
CATEGORIES= www
MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}esr/linux-i686/xpi \
- https://ftp.mozilla.org/pub/mozilla.org/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}esr-candidates/build2/linux-i686/xpi/
+ MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}esr-candidates/build2/linux-i686/xpi
PKGNAMEPREFIX=
PKGNAMESUFFIX= -esr-i18n
DISTFILES= ${FIREFOX_I18N_:S/$/.xpi/}
Modified: branches/2015Q2/www/firefox-esr/Makefile
==============================================================================
--- branches/2015Q2/www/firefox-esr/Makefile Sat Jun 13 11:08:22 2015 (r389344)
+++ branches/2015Q2/www/firefox-esr/Makefile Sat Jun 13 11:09:51 2015 (r389345)
@@ -7,7 +7,7 @@ DISTVERSIONSUFFIX=esr.source
PORTEPOCH= 1
CATEGORIES= www ipv6
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \
- https://ftp.mozilla.org/pub/mozilla.org/${PORTNAME}/candidates/${DISTVERSION}esr-candidates/build2/source/
+ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}esr-candidates/build2/source
PKGNAMESUFFIX= -esr
MAINTAINER= gecko at FreeBSD.org
Modified: branches/2015Q2/www/firefox-i18n/Makefile
==============================================================================
--- branches/2015Q2/www/firefox-i18n/Makefile Sat Jun 13 11:08:22 2015 (r389344)
+++ branches/2015Q2/www/firefox-i18n/Makefile Sat Jun 13 11:09:51 2015 (r389345)
@@ -5,7 +5,7 @@ PORTNAME= firefox-i18n
PORTVERSION= 38.0.1
CATEGORIES= www
MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}/linux-i686/xpi \
- https://ftp.mozilla.org/pub/mozilla.org/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build1/linux-i686/xpi/
+ MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build1/linux-i686/xpi
PKGNAMEPREFIX=
DISTFILES= ${FIREFOX_I18N_:S/$/.xpi/}
DIST_SUBDIR= xpi/${DISTNAME}
Modified: branches/2015Q2/www/firefox/Makefile
==============================================================================
--- branches/2015Q2/www/firefox/Makefile Sat Jun 13 11:08:22 2015 (r389344)
+++ branches/2015Q2/www/firefox/Makefile Sat Jun 13 11:09:51 2015 (r389345)
@@ -7,7 +7,7 @@ DISTVERSIONSUFFIX=.source
PORTEPOCH= 1
CATEGORIES= www ipv6
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \
- https://ftp.mozilla.org/pub/mozilla.org/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source/
+ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source
MAINTAINER= gecko at FreeBSD.org
COMMENT= Web browser based on the browser portion of Mozilla
Modified: branches/2015Q2/www/libxul/Makefile
==============================================================================
--- branches/2015Q2/www/libxul/Makefile Sat Jun 13 11:08:22 2015 (r389344)
+++ branches/2015Q2/www/libxul/Makefile Sat Jun 13 11:09:51 2015 (r389345)
@@ -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 at FreeBSD.org
Modified: branches/2015Q2/www/linux-firefox/Makefile
==============================================================================
--- branches/2015Q2/www/linux-firefox/Makefile Sat Jun 13 11:08:22 2015 (r389344)
+++ branches/2015Q2/www/linux-firefox/Makefile Sat Jun 13 11:09:51 2015 (r389345)
@@ -6,7 +6,7 @@ DISTVERSION= 38.0.1
PORTEPOCH= 1
CATEGORIES= www ipv6
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/linux-i686/en-US \
- https://ftp.mozilla.org/pub/mozilla.org/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/linux-i686/en-US/
+ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/linux-i686/en-US
MAINTAINER= gecko at FreeBSD.org
COMMENT= Web browser based on the browser portion of Mozilla
Modified: branches/2015Q2/www/linux-seamonkey/Makefile
==============================================================================
--- branches/2015Q2/www/linux-seamonkey/Makefile Sat Jun 13 11:08:22 2015 (r389344)
+++ branches/2015Q2/www/linux-seamonkey/Makefile Sat Jun 13 11:09:51 2015 (r389345)
@@ -5,7 +5,7 @@ PORTNAME= seamonkey
DISTVERSION= 2.33.1
CATEGORIES= www mail news editors irc ipv6
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/linux-i686/en-US \
- https://ftp.mozilla.org/pub/mozilla.org/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/linux-i686/en-US/
+ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/linux-i686/en-US
MAINTAINER= gecko at FreeBSD.org
COMMENT= The open source, standards compliant web browser
Modified: branches/2015Q2/www/seamonkey-i18n/Makefile
==============================================================================
--- branches/2015Q2/www/seamonkey-i18n/Makefile Sat Jun 13 11:08:22 2015 (r389344)
+++ branches/2015Q2/www/seamonkey-i18n/Makefile Sat Jun 13 11:09:51 2015 (r389345)
@@ -5,7 +5,7 @@ PORTNAME= seamonkey-i18n
PORTVERSION= 2.33.1
CATEGORIES= www mail news editors irc
MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}/langpack \
- https://ftp.mozilla.org/pub/mozilla.org/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build1/langpack/
+ MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build1/langpack
PKGNAMEPREFIX=
DISTFILES= ${SEAMONKEY_I18N_:S/$/.langpack.xpi/:S/^/seamonkey-${PORTVERSION}./}
DIST_SUBDIR= xpi/${DISTNAME}
Modified: branches/2015Q2/www/seamonkey/Makefile
==============================================================================
--- branches/2015Q2/www/seamonkey/Makefile Sat Jun 13 11:08:22 2015 (r389344)
+++ branches/2015Q2/www/seamonkey/Makefile Sat Jun 13 11:09:51 2015 (r389345)
@@ -6,7 +6,7 @@ DISTVERSION= 2.33.1
PORTREVISION= 2
CATEGORIES?= www mail news editors irc ipv6
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \
- https://ftp.mozilla.org/pub/mozilla.org/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source/
+ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source
DISTFILES= ${PORTNAME}-${DISTVERSION}.source${EXTRACT_SUFX}
EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}.source${EXTRACT_SUFX}
Modified: branches/2015Q2/www/xpi-adblock/Makefile.xpi
==============================================================================
--- branches/2015Q2/www/xpi-adblock/Makefile.xpi Sat Jun 13 11:08:22 2015 (r389344)
+++ branches/2015Q2/www/xpi-adblock/Makefile.xpi Sat Jun 13 11:09:51 2015 (r389345)
@@ -58,8 +58,6 @@
# xpi ports do not depend on their master applications. You can install an
# extension before the app and run relink when the app is present.
-MASTER_SITE_MOZILLA_ADDONS= http://addons.cdn.mozilla.net/user-media/%SUBDIR%/
-
.ifndef MASTER_SITES
MASTER_SITES?= MOZILLA_ADDONS
.ifdef XPI_NUM
Modified: branches/2015Q2/www/xpi-downthemall/Makefile
==============================================================================
--- branches/2015Q2/www/xpi-downthemall/Makefile Sat Jun 13 11:08:22 2015 (r389344)
+++ branches/2015Q2/www/xpi-downthemall/Makefile Sat Jun 13 11:09:51 2015 (r389345)
@@ -5,14 +5,13 @@ PORTNAME= downthemall
PORTVERSION= 2.0.17
DISTVERSIONSUFFIX= -fx+sm
CATEGORIES= www
-MASTER_SITES= ${MASTER_SITE_MOZILLA_EXTENDED}
-MASTER_SITE_SUBDIR= addons/201
MAINTAINER= gecko at FreeBSD.org
COMMENT= Lets you download all the links in a webpage and much more
XPI_DISTNAME= downthemall
+XPI_NUM= 201
XPI_ID= {DDC359D1-844A-42a7-9AA1-88A850A938A8}
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
More information about the svn-ports-all
mailing list