Date: Wed, 26 Jul 2017 20:18:21 +0000 (UTC) From: Jeremie Le Hen <jlh@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r446695 - head/www/subsonic-standalone Message-ID: <201707262018.v6QKIL3U067477@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707262018.v6QKIL3U067477>