svn commit: r484873 - head/audio/elisa

Adriaan de Groot adridg at FreeBSD.org
Tue Nov 13 13:12:04 UTC 2018


Author: adridg
Date: Tue Nov 13 13:12:03 2018
New Revision: 484873
URL: https://svnweb.freebsd.org/changeset/ports/484873

Log:
  Correct LICENSE information for audio/elisa.
  
  Actually reading the COPYING and code headers shows that
  the license is LGPLv3 (or, at your option, any later version).

Modified:
  head/audio/elisa/Makefile

Modified: head/audio/elisa/Makefile
==============================================================================
--- head/audio/elisa/Makefile	Tue Nov 13 10:59:19 2018	(r484872)
+++ head/audio/elisa/Makefile	Tue Nov 13 13:12:03 2018	(r484873)
@@ -8,7 +8,7 @@ MASTER_SITES=	KDE/stable/${PORTNAME}/${PORTVERSION}
 MAINTAINER=	adridg at FreeBSD.org
 COMMENT=	Audio player with QML and KDE Plasma integration
 
-LICENSE=	GPLv2+
+LICENSE=	LGPLv3+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		cmake compiler:c++14-lang desktop-file-utils gettext kde:5 \


More information about the svn-ports-all mailing list