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-tools | |
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-tools')
-rw-r--r-- | audio/opus-tools/Makefile | 6 | ||||
-rw-r--r-- | audio/opus-tools/pkg-descr | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/audio/opus-tools/Makefile b/audio/opus-tools/Makefile index 08135710a0f3..f311d3c77ade 100644 --- a/audio/opus-tools/Makefile +++ b/audio/opus-tools/Makefile @@ -2,7 +2,7 @@ PORTNAME= opus-tools PORTVERSION= 0.1.9 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= http://downloads.xiph.org/releases/opus/ \ MOZILLA/opus @@ -10,6 +10,10 @@ MASTER_SITES= http://downloads.xiph.org/releases/opus/ \ MAINTAINER= naddy@FreeBSD.org COMMENT= Encode, inspect, and decode Opus files +LICENSE= BSD2CLAUSE GPLv2 +LICENSE_COMB= multi +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libFLAC.so:${PORTSDIR}/audio/flac \ libogg.so:${PORTSDIR}/audio/libogg \ libopus.so:${PORTSDIR}/audio/opus diff --git a/audio/opus-tools/pkg-descr b/audio/opus-tools/pkg-descr index eabd9dadd1c1..6c703a594080 100644 --- a/audio/opus-tools/pkg-descr +++ b/audio/opus-tools/pkg-descr @@ -1,4 +1,4 @@ Opus-tools provides command-line utilities to encode, inspect, and decode .opus files. -WWW: http://opus-codec.org/ +WWW: https://opus-codec.org/ |