Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Jan 2017 08:52:42 +0000 (UTC)
From:      Ben Woods <woodsb02@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r430859 - head/audio/libsamplerate
Message-ID:  <201701080852.v088qgks082592@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: woodsb02
Date: Sun Jan  8 08:52:42 2017
New Revision: 430859
URL: https://svnweb.freebsd.org/changeset/ports/430859

Log:
  audio/libsamplerate: Change license details from GPLv2 to BSD2CLAUSE
  
  - libsamplerate 0.1.9 was re-licensed under the 2 clause BSD license [1]
  
  [1] http://www.mega-nerd.com/SRC/license.html

Modified:
  head/audio/libsamplerate/Makefile

Modified: head/audio/libsamplerate/Makefile
==============================================================================
--- head/audio/libsamplerate/Makefile	Sun Jan  8 07:31:01 2017	(r430858)
+++ head/audio/libsamplerate/Makefile	Sun Jan  8 08:52:42 2017	(r430859)
@@ -9,7 +9,8 @@ MASTER_SITES=	http://www.mega-nerd.com/S
 MAINTAINER=	multimedia@FreeBSD.org
 COMMENT=	Secret Rabbit Code: a Sample Rate Converter for audio
 
-LICENSE=	GPLv2
+LICENSE=	BSD2CLAUSE
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		libtool pathfix pkgconfig
 USE_LDCONFIG=	yes



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