diff options
author | naddy <naddy@FreeBSD.org> | 2015-12-28 23:49:48 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2015-12-28 23:49:48 +0800 |
commit | 32bf34e464d718945043d460b4198f0811a9d5d5 (patch) | |
tree | 00a35831fa0488d59e91b268af019d6b751cd906 /audio/opus | |
parent | 6dabf1455c1fa2e1ac5e46586d64df2abbf505a2 (diff) | |
download | freebsd-ports-gnome-32bf34e464d718945043d460b4198f0811a9d5d5.tar.gz freebsd-ports-gnome-32bf34e464d718945043d460b4198f0811a9d5d5.tar.zst freebsd-ports-gnome-32bf34e464d718945043d460b4198f0811a9d5d5.zip |
Move homepage to https; add license.
Diffstat (limited to 'audio/opus')
-rw-r--r-- | audio/opus/Makefile | 1 | ||||
-rw-r--r-- | audio/opus/pkg-descr | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/audio/opus/Makefile b/audio/opus/Makefile index ea6c10299e63..34e9f756554a 100644 --- a/audio/opus/Makefile +++ b/audio/opus/Makefile @@ -2,6 +2,7 @@ PORTNAME= opus PORTVERSION= 1.1.1 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://downloads.xiph.org/releases/opus/ \ MOZILLA/opus diff --git a/audio/opus/pkg-descr b/audio/opus/pkg-descr index 4d3fe643693e..f7f1b31fbc4e 100644 --- a/audio/opus/pkg-descr +++ b/audio/opus/pkg-descr @@ -11,4 +11,4 @@ stereo music at 510 kbit/s. Opus uses both Linear Prediction (LP) and the Modified Discrete Cosine Transform (MDCT) to achieve good compression of both speech and music. -WWW: http://opus-codec.org/ +WWW: https://opus-codec.org/ |