svn commit: r430859 - head/audio/libsamplerate

Ben Woods woodsb02 at FreeBSD.org
Sun Jan 8 08:52:43 UTC 2017


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


More information about the svn-ports-all mailing list