Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Jun 2018 09:04:28 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r471987 - head/audio/speexdsp
Message-ID:  <201806080904.w5894SnE033902@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Jun  8 09:04:27 2018
New Revision: 471987
URL: https://svnweb.freebsd.org/changeset/ports/471987

Log:
  - Add LICENSE
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/audio/speexdsp/Makefile
  head/audio/speexdsp/pkg-descr

Modified: head/audio/speexdsp/Makefile
==============================================================================
--- head/audio/speexdsp/Makefile	Fri Jun  8 08:34:32 2018	(r471986)
+++ head/audio/speexdsp/Makefile	Fri Jun  8 09:04:27 2018	(r471987)
@@ -9,6 +9,9 @@ MASTER_SITES=	http://downloads.us.xiph.org/releases/sp
 MAINTAINER=	multimedia@FreeBSD.org
 COMMENT=	Audio compression format designed for speech
 
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 USES=		libtool pathfix

Modified: head/audio/speexdsp/pkg-descr
==============================================================================
--- head/audio/speexdsp/pkg-descr	Fri Jun  8 08:34:32 2018	(r471986)
+++ head/audio/speexdsp/pkg-descr	Fri Jun  8 09:04:27 2018	(r471987)
@@ -1,4 +1,4 @@
 Speex is an Open Source/Free Software patent-free audio compression
 format designed for speech.
 
-WWW: http://www.speex.org/
+WWW: https://www.speex.org/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806080904.w5894SnE033902>