Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Jan 2018 17:42:44 +0000 (UTC)
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r460134 - head/devel/soapui
Message-ID:  <201801271742.w0RHgiIa022535@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dbaio
Date: Sat Jan 27 17:42:44 2018
New Revision: 460134
URL: https://svnweb.freebsd.org/changeset/ports/460134

Log:
  devel/soapui: Fix LICENSE and MASTER_SITES
  
  License CPL was not correctly defined (missing permissions).
  The SoapUI download has moved from SourceForge to a new address[1].
  
  While here, fix WWW.
  
  [1] - https://sourceforge.net/projects/soapui/files/?source=navbar
  
  PR:		223385
  Approved by:	maintainer timeout (pi, > 2 weeks)

Modified:
  head/devel/soapui/Makefile
  head/devel/soapui/pkg-descr

Modified: head/devel/soapui/Makefile
==============================================================================
--- head/devel/soapui/Makefile	Sat Jan 27 17:36:35 2018	(r460133)
+++ head/devel/soapui/Makefile	Sat Jan 27 17:42:44 2018	(r460134)
@@ -4,7 +4,7 @@
 PORTNAME=	soapui
 PORTVERSION=	5.2.1
 CATEGORIES=	devel java www
-MASTER_SITES=	SF
+MASTER_SITES=	http://smartbearsoftware.com/distrib/soapui/${PORTVERSION}/
 DISTNAME=	SoapUI-${PORTVERSION}-linux-bin
 
 MAINTAINER=	pi@FreeBSD.org
@@ -12,9 +12,14 @@ COMMENT=	Web service, SOA, and SOAP testing tool
 
 LICENSE=	EUPL LGPL21 LGPL3 APACHE11 APACHE20 BSD3CLAUSE MPL11 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
+
+LICENSE_NAME_CPL=	Common Public License V. 1.0
+LICENSE_FILE_CPL=	${WRKSRC}/licenses/junit-LICENSE.txt
+LICENSE_PERMS_CPL=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
+
+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

Modified: head/devel/soapui/pkg-descr
==============================================================================
--- head/devel/soapui/pkg-descr	Sat Jan 27 17:36:35 2018	(r460133)
+++ head/devel/soapui/pkg-descr	Sat Jan 27 17:42:44 2018	(r460134)
@@ -1,5 +1,5 @@
-soapUI is a free and open source desktop application for inspecting, invoking,
+SoapUI is a free and open source desktop application for inspecting, invoking,
 developing, simulating/mocking and functional/load/compliance testing of web
 services over HTTP.
 
-WWW: http://www.soapui.org/
+WWW: https://www.soapui.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801271742.w0RHgiIa022535>