Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Jul 2018 09:07:40 +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: r474429 - head/audio/speex
Message-ID:  <201807110907.w6B97enE076976@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Jul 11 09:07:40 2018
New Revision: 474429
URL: https://svnweb.freebsd.org/changeset/ports/474429

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

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

Modified: head/audio/speex/Makefile
==============================================================================
--- head/audio/speex/Makefile	Wed Jul 11 08:37:43 2018	(r474428)
+++ head/audio/speex/Makefile	Wed Jul 11 09:07:40 2018	(r474429)
@@ -10,12 +10,15 @@ 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
+
 LIB_DEPENDS=	libogg.so:audio/libogg \
 		libspeexdsp.so:audio/speexdsp
 
+USES=		libtool pathfix pkgconfig
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
-USES=		libtool pathfix pkgconfig
 USE_LDCONFIG=	yes
 
 .include <bsd.port.mk>

Modified: head/audio/speex/pkg-descr
==============================================================================
--- head/audio/speex/pkg-descr	Wed Jul 11 08:37:43 2018	(r474428)
+++ head/audio/speex/pkg-descr	Wed Jul 11 09:07:40 2018	(r474429)
@@ -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?201807110907.w6B97enE076976>