svn commit: r446695 - head/www/subsonic-standalone

Jeremie Le Hen jlh at FreeBSD.org
Wed Jul 26 20:18:22 UTC 2017


Author: jlh (src committer)
Date: Wed Jul 26 20:18:20 2017
New Revision: 446695
URL: https://svnweb.freebsd.org/changeset/ports/446695

Log:
  Subsonic 6.0beta1 was still GPL and then changed to "something".
  
  https://github.com/Libresonic/libresonic#history
  
  PR:		213299
  Submitted by:	Allison Nicole Reid <root at cooltrainer org>
  Approved by:	adamw (Phabricator), jpaetzel (IRC)
  Differential Revision:	https://reviews.freebsd.org/D11444

Modified:
  head/www/subsonic-standalone/Makefile

Modified: head/www/subsonic-standalone/Makefile
==============================================================================
--- head/www/subsonic-standalone/Makefile	Wed Jul 26 20:13:14 2017	(r446694)
+++ head/www/subsonic-standalone/Makefile	Wed Jul 26 20:18:20 2017	(r446695)
@@ -12,7 +12,9 @@ DISTNAME=	subsonic-${PORTVERSION}-standalone
 MAINTAINER=	jlh at FreeBSD.org
 COMMENT=	Subsonic streaming media server, standalone version
 
-LICENSE=	GPLv3
+# Subsonic 6 onwards has become proprietary.  License is unclear.
+# http://forum.subsonic.org/forum/viewtopic.php?f=4&t=16604#p71128
+LICENSE=	NONE
 
 OPTIONS_GROUP=	TRANSCODING
 TRANSCODING_DESC=	Transcoding support


More information about the svn-ports-all mailing list