svn commit: r474429 - head/audio/speex

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jul 11 09:07:41 UTC 2018


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 at 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/


More information about the svn-ports-head mailing list