From owner-svn-ports-all@freebsd.org Tue Jul 7 14:22:39 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7D318995E8E; Tue, 7 Jul 2015 14:22:39 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6D32319A7; Tue, 7 Jul 2015 14:22:39 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t67EMdmX016445; Tue, 7 Jul 2015 14:22:39 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t67EMcYg016442; Tue, 7 Jul 2015 14:22:38 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201507071422.t67EMcYg016442@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Tue, 7 Jul 2015 14:22:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391504 - head/devel/soapui X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Jul 2015 14:22:39 -0000 Author: pi Date: Tue Jul 7 14:22:37 2015 New Revision: 391504 URL: https://svnweb.freebsd.org/changeset/ports/391504 Log: devel/soapui: 5.1.3 -> 5.2.0 http://www.soapui.org/news/SoapUI-5-2-released.html - You can use 4 new JSONPath-based assertions: o JsonPath Count Calculates the number of element occurrences in a JSON response. o JsonPath Existence Match Extracts data from a JSON response and compares it with an expected value. o JsonPath Match Checks if a JSON response contains specific node. o JsonPath RegEx Match Extracts data from a JSON response and verifies it with a regular expression. You can find the new assertions in the Add Assertions dialog, in the Property Content assertion group. - You can create new empty projects (in earlier versions, projects had to be based on WSDL or WADL, or URI). - Support for Java 6 has been dropped. To run SoapUI, now you need to have Java 7 on your computer. - Old-style icons have been replaced with newer icons. - Several bugs fixed. Modified: head/devel/soapui/Makefile head/devel/soapui/distinfo head/devel/soapui/pkg-plist Modified: head/devel/soapui/Makefile ============================================================================== --- head/devel/soapui/Makefile Tue Jul 7 14:17:51 2015 (r391503) +++ head/devel/soapui/Makefile Tue Jul 7 14:22:37 2015 (r391504) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= soapui -PORTVERSION= 5.1.3 +PORTVERSION= 5.2.0 CATEGORIES= devel java www MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/ DISTNAME= SoapUI-${PORTVERSION}-linux-bin @@ -14,7 +14,7 @@ LICENSE= GPLv2 USES= cpe CPE_VENDOR= smartbear -USE_JAVA= 1.6+ +USE_JAVA= 1.7+ WRKSRC= ${WRKDIR}/SoapUI-${PORTVERSION} REINPLACE_ARGS= -i '' DATADIR= ${JAVASHAREDIR}/${PORTNAME} Modified: head/devel/soapui/distinfo ============================================================================== --- head/devel/soapui/distinfo Tue Jul 7 14:17:51 2015 (r391503) +++ head/devel/soapui/distinfo Tue Jul 7 14:22:37 2015 (r391504) @@ -1,2 +1,2 @@ -SHA256 (SoapUI-5.1.3-linux-bin.tar.gz) = 9e1589a613363cd49ea8fc0eb9d609717a311988abac85823506bef877985010 -SIZE (SoapUI-5.1.3-linux-bin.tar.gz) = 50935166 +SHA256 (SoapUI-5.2.0-linux-bin.tar.gz) = aba70ad23e3904da064e6a01f59801c66fd7a35212e3643fd22531e2e803d200 +SIZE (SoapUI-5.2.0-linux-bin.tar.gz) = 51900461 Modified: head/devel/soapui/pkg-plist ============================================================================== --- head/devel/soapui/pkg-plist Tue Jul 7 14:17:51 2015 (r391503) +++ head/devel/soapui/pkg-plist Tue Jul 7 14:22:37 2015 (r391504) @@ -56,15 +56,15 @@ bin/soapui.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/Tutorials/popular-apis/Google-Maps-soapui-project.xml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/Tutorials/popular-apis/Twitter-soapui-project.xml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/Tutorials/popular-apis/YouTube-soapui-project.xml +%%DATADIR%%/bin/SoapUI-Spashscreen.png %%DATADIR%%/bin/ext/readme.txt %%DATADIR%%/bin/installationcomplete.sh %%DATADIR%%/bin/loadtestrunner.sh %%DATADIR%%/bin/mockservicerunner.sh %%DATADIR%%/bin/securitytestrunner.sh -%%DATADIR%%/bin/soapui-5.1.3.jar +%%DATADIR%%/bin/soapui-5.2.0.jar %%DATADIR%%/bin/soapui-errors.log %%DATADIR%%/bin/soapui-log4j.xml -%%DATADIR%%/bin/soapui-splash.png %%DATADIR%%/bin/soapui.log %%DATADIR%%/bin/soapui.sh %%DATADIR%%/bin/starter-page.html @@ -74,7 +74,8 @@ bin/soapui.sh %%DATADIR%%/bin/updateinstallation.sh %%DATADIR%%/bin/wargenerator.sh %%DATADIR%%/lib/activation-1.1.jar -%%DATADIR%%/lib/analytics-core-5.1.3-os.jar +%%DATADIR%%/lib/analytics-core-5.2.0.jar +%%DATADIR%%/lib/animal-sniffer-annotations-1.11.jar %%DATADIR%%/lib/bcprov-jdk15-144.jar %%DATADIR%%/lib/binding-2.0.1.jar %%DATADIR%%/lib/cajo-1.142.jar @@ -107,6 +108,7 @@ bin/soapui.sh %%DATADIR%%/lib/httpcore-nio-4.1.1.jar %%DATADIR%%/lib/httpmime-4.1.1.jar %%DATADIR%%/lib/i4jruntime-5.1.14.jar +%%DATADIR%%/lib/javassist-3.16.1-GA.jar %%DATADIR%%/lib/jaxen-1.1-beta-8.jar %%DATADIR%%/lib/jcifs-1.2.9.jar %%DATADIR%%/lib/jdom-1.0.jar @@ -135,8 +137,9 @@ bin/soapui.sh %%DATADIR%%/lib/org.apache.oltu.oauth2.client-0.31.jar %%DATADIR%%/lib/org.apache.oltu.oauth2.common-0.31.jar %%DATADIR%%/lib/org.apache.oltu.oauth2.httpclient4-0.31.jar -%%DATADIR%%/lib/out-app-analytics-provider-5.1.3-os.jar +%%DATADIR%%/lib/out-app-analytics-provider-5.2.0.jar %%DATADIR%%/lib/proxy-vole-20131209.jar +%%DATADIR%%/lib/reflections-0.9.9-RC1.jar %%DATADIR%%/lib/rsyntaxtextarea-2.5.0.jar %%DATADIR%%/lib/sac-1.3.jar %%DATADIR%%/lib/saxon-9.1.0.8j.jar