svn commit: r425025 - head/audio/lv2

Jan Beich jbeich at FreeBSD.org
Mon Oct 31 20:52:00 UTC 2016


Author: jbeich
Date: Mon Oct 31 20:51:58 2016
New Revision: 425025
URL: https://svnweb.freebsd.org/changeset/ports/425025

Log:
  audio/lv2: oops, sort LICENSE field

Modified:
  head/audio/lv2/Makefile   (contents, props changed)

Modified: head/audio/lv2/Makefile
==============================================================================
--- head/audio/lv2/Makefile	Mon Oct 31 20:40:43 2016	(r425024)
+++ head/audio/lv2/Makefile	Mon Oct 31 20:51:58 2016	(r425025)
@@ -9,7 +9,7 @@ MASTER_SITES=	http://lv2plug.in/spec/
 MAINTAINER=	beerml at sigma6audio.de
 COMMENT=	Open standard for audio plugins (successor to LADSPA)
 
-LICENSE=	MIT ISCL
+LICENSE=	ISCL MIT
 LICENSE_COMB=	multi
 # Only lv2specgen.py is under MIT
 LICENSE_FILE_ISCL=	${WRKSRC}/COPYING


More information about the svn-ports-head mailing list