diff options
author | naddy <naddy@FreeBSD.org> | 2017-07-02 04:27:05 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2017-07-02 04:27:05 +0800 |
commit | 76ebef09045f4afac84ad30415020ddb0112c52b (patch) | |
tree | eda1adbb7ac491ff51fa9d1a5238f487a76417d5 /audio | |
parent | 4d3ab9aa18011fe9fcea017d96bc49f1ba9148d9 (diff) | |
download | freebsd-ports-gnome-76ebef09045f4afac84ad30415020ddb0112c52b.tar.gz freebsd-ports-gnome-76ebef09045f4afac84ad30415020ddb0112c52b.tar.zst freebsd-ports-gnome-76ebef09045f4afac84ad30415020ddb0112c52b.zip |
Update MASTER_SITES and WWW.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/opus-tools/Makefile | 3 | ||||
-rw-r--r-- | audio/opusfile/Makefile | 3 | ||||
-rw-r--r-- | audio/opusfile/pkg-descr | 2 |
3 files changed, 3 insertions, 5 deletions
diff --git a/audio/opus-tools/Makefile b/audio/opus-tools/Makefile index 395b58d02cc0..f74d1deb5f95 100644 --- a/audio/opus-tools/Makefile +++ b/audio/opus-tools/Makefile @@ -3,8 +3,7 @@ PORTNAME= opus-tools PORTVERSION= 0.1.10 CATEGORIES= audio -MASTER_SITES= http://downloads.xiph.org/releases/opus/ \ - MOZILLA/opus +MASTER_SITES= MOZILLA/opus MAINTAINER= naddy@FreeBSD.org COMMENT= Encode, inspect, and decode Opus files diff --git a/audio/opusfile/Makefile b/audio/opusfile/Makefile index f0e50eacd031..a7241078b100 100644 --- a/audio/opusfile/Makefile +++ b/audio/opusfile/Makefile @@ -3,8 +3,7 @@ PORTNAME= opusfile PORTVERSION= 0.8 CATEGORIES= audio -MASTER_SITES= http://downloads.xiph.org/releases/opus/ \ - MOZILLA/opus +MASTER_SITES= MOZILLA/opus MAINTAINER= liangtai.s16@gmail.com COMMENT= Opus playback library diff --git a/audio/opusfile/pkg-descr b/audio/opusfile/pkg-descr index 07bca43f70ef..e2e31508f3e4 100644 --- a/audio/opusfile/pkg-descr +++ b/audio/opusfile/pkg-descr @@ -1,3 +1,3 @@ Library for decoding .opus files, including seeking support. -WWW: http://www.opus-codec.org/ +WWW: https://www.opus-codec.org/ |