diff options
author | dbaio <dbaio@FreeBSD.org> | 2018-01-28 01:42:44 +0800 |
---|---|---|
committer | dbaio <dbaio@FreeBSD.org> | 2018-01-28 01:42:44 +0800 |
commit | 822a4453ab743aae24166a1fa6fa94442ed6ee04 (patch) | |
tree | 4e475b995e4c0642b229cfadab15822514af20e5 | |
parent | 4de35fa15fa511d1dee0dd643feb56d09c8eea15 (diff) | |
download | freebsd-ports-gnome-822a4453ab743aae24166a1fa6fa94442ed6ee04.tar.gz freebsd-ports-gnome-822a4453ab743aae24166a1fa6fa94442ed6ee04.tar.zst freebsd-ports-gnome-822a4453ab743aae24166a1fa6fa94442ed6ee04.zip |
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)
-rw-r--r-- | devel/soapui/Makefile | 13 | ||||
-rw-r--r-- | devel/soapui/pkg-descr | 4 |
2 files changed, 11 insertions, 6 deletions
diff --git a/devel/soapui/Makefile b/devel/soapui/Makefile index eb003576c7c9..19ef2b1b7521 100644 --- a/devel/soapui/Makefile +++ b/devel/soapui/Makefile @@ -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 diff --git a/devel/soapui/pkg-descr b/devel/soapui/pkg-descr index 358e24c9f573..ab758886b1a4 100644 --- a/devel/soapui/pkg-descr +++ b/devel/soapui/pkg-descr @@ -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 |