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 /audio | |
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 'audio')
-rw-r--r-- | audio/opus-tools/Makefile | 2 | ||||
-rw-r--r-- | audio/opus/Makefile | 2 | ||||
-rw-r--r-- | audio/opusfile/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/audio/opus-tools/Makefile b/audio/opus-tools/Makefile index 08b44cbc321..3c731542aa3 100644 --- a/audio/opus-tools/Makefile +++ b/audio/opus-tools/Makefile @@ -5,7 +5,7 @@ PORTVERSION= 0.1.9 PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://downloads.xiph.org/releases/opus/ \ - MOZILLA_EXTENDED/opus + MOZILLA/opus MAINTAINER= naddy@FreeBSD.org COMMENT= Encode, inspect, and decode Opus files diff --git a/audio/opus/Makefile b/audio/opus/Makefile index 11e48042eb5..142bfd4d8f6 100644 --- a/audio/opus/Makefile +++ b/audio/opus/Makefile @@ -5,7 +5,7 @@ PORTVERSION= 1.1 PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://downloads.xiph.org/releases/opus/ \ - MOZILLA_EXTENDED/opus + MOZILLA/opus MAINTAINER= naddy@FreeBSD.org COMMENT= IETF audio codec diff --git a/audio/opusfile/Makefile b/audio/opusfile/Makefile index e8d7352084c..58d1c61405c 100644 --- a/audio/opusfile/Makefile +++ b/audio/opusfile/Makefile @@ -5,7 +5,7 @@ PORTVERSION= 0.6 PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://downloads.xiph.org/releases/opus/ \ - MOZILLA_EXTENDED/opus + MOZILLA/opus MAINTAINER= liangtai.s16@gmail.com COMMENT= Opus playback library |