svn commit: r404669 - in head/audio: opus opus-tools

Christian Weisgerber naddy at FreeBSD.org
Mon Dec 28 15:49:50 UTC 2015


Author: naddy
Date: Mon Dec 28 15:49:48 2015
New Revision: 404669
URL: https://svnweb.freebsd.org/changeset/ports/404669

Log:
  Move homepage to https; add license.

Modified:
  head/audio/opus-tools/Makefile
  head/audio/opus-tools/pkg-descr
  head/audio/opus/Makefile
  head/audio/opus/pkg-descr

Modified: head/audio/opus-tools/Makefile
==============================================================================
--- head/audio/opus-tools/Makefile	Mon Dec 28 15:48:47 2015	(r404668)
+++ head/audio/opus-tools/Makefile	Mon Dec 28 15:49:48 2015	(r404669)
@@ -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/
 MAINTAINER=	naddy at 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

Modified: head/audio/opus-tools/pkg-descr
==============================================================================
--- head/audio/opus-tools/pkg-descr	Mon Dec 28 15:48:47 2015	(r404668)
+++ head/audio/opus-tools/pkg-descr	Mon Dec 28 15:49:48 2015	(r404669)
@@ -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/

Modified: head/audio/opus/Makefile
==============================================================================
--- head/audio/opus/Makefile	Mon Dec 28 15:48:47 2015	(r404668)
+++ head/audio/opus/Makefile	Mon Dec 28 15:49:48 2015	(r404669)
@@ -2,6 +2,7 @@
 
 PORTNAME=	opus
 PORTVERSION=	1.1.1
+PORTREVISION=	1
 CATEGORIES=	audio
 MASTER_SITES=	http://downloads.xiph.org/releases/opus/ \
 		MOZILLA/opus

Modified: head/audio/opus/pkg-descr
==============================================================================
--- head/audio/opus/pkg-descr	Mon Dec 28 15:48:47 2015	(r404668)
+++ head/audio/opus/pkg-descr	Mon Dec 28 15:49:48 2015	(r404669)
@@ -11,4 +11,4 @@ stereo music at 510 kbit/s. Opus uses bo
 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/


More information about the svn-ports-head mailing list