svn commit: r415874 - head/devel/soapui

Kurt Jaeger pi at FreeBSD.org
Thu May 26 03:44:09 UTC 2016


Author: pi
Date: Thu May 26 03:44:07 2016
New Revision: 415874
URL: https://svnweb.freebsd.org/changeset/ports/415874

Log:
  devel/soapui: fix license
  
  PR:		209602
  Submitted by:	amdmi3

Modified:
  head/devel/soapui/Makefile

Modified: head/devel/soapui/Makefile
==============================================================================
--- head/devel/soapui/Makefile	Thu May 26 03:38:38 2016	(r415873)
+++ head/devel/soapui/Makefile	Thu May 26 03:44:07 2016	(r415874)
@@ -10,7 +10,11 @@ DISTNAME=	SoapUI-${PORTVERSION}-linux-bi
 MAINTAINER=	pi at FreeBSD.org
 COMMENT=	Web service, SOA, and SOAP testing tool
 
-LICENSE=	GPLv2
+LICENSE=	EUPL LGPL21 LGPL3 APACHE11 APACHE20 BSD3CLAUSE MPL MIT CPL
+LICENSE_COMB=	multi
+LICENSE_NAME_EUPL=European Union Public Licence V. 1.1
+LICENSE_FILE_EUPL=${WRKSRC}/LICENSE.txt
+LICENSE_PERMS_EUPL=dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
 USES=		cpe
 CPE_VENDOR=	smartbear


More information about the svn-ports-head mailing list