diff options
author | jbeich <jbeich@FreeBSD.org> | 2015-06-09 22:24:41 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2015-06-09 22:24:41 +0800 |
commit | 48f2dbd6630938c453d1181d52fc80096aed200f (patch) | |
tree | c56bcf13e5d4898995cb54686d3b4c1074af5f2c /textproc/ss-hunspell | |
parent | e073df672ac459c851e70eafea844574120a0d80 (diff) | |
download | freebsd-ports-graphics-48f2dbd6630938c453d1181d52fc80096aed200f.tar.gz freebsd-ports-graphics-48f2dbd6630938c453d1181d52fc80096aed200f.tar.zst freebsd-ports-graphics-48f2dbd6630938c453d1181d52fc80096aed200f.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
Diffstat (limited to 'textproc/ss-hunspell')
-rw-r--r-- | textproc/ss-hunspell/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/ss-hunspell/Makefile b/textproc/ss-hunspell/Makefile index 888973dd728..047e8b6d335 100644 --- a/textproc/ss-hunspell/Makefile +++ b/textproc/ss-hunspell/Makefile @@ -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 |