From owner-svn-ports-all@freebsd.org Tue Dec 8 18:21:11 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 EB0979D42B2; Tue, 8 Dec 2015 18:21:11 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 AC81F1327; Tue, 8 Dec 2015 18:21:11 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tB8ILAQG099684; Tue, 8 Dec 2015 18:21:10 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tB8ILAvn099682; Tue, 8 Dec 2015 18:21:10 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201512081821.tB8ILAvn099682@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 8 Dec 2015 18:21:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403331 - head/www/jmeter 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, 08 Dec 2015 18:21:12 -0000 Author: amdmi3 Date: Tue Dec 8 18:21:10 2015 New Revision: 403331 URL: https://svnweb.freebsd.org/changeset/ports/403331 Log: - Drop @dirrm* from plist, while here sort it - Switch to USES=tar:tgz Approved by: portmgr blanket Modified: head/www/jmeter/Makefile head/www/jmeter/pkg-plist Modified: head/www/jmeter/Makefile ============================================================================== --- head/www/jmeter/Makefile Tue Dec 8 18:18:51 2015 (r403330) +++ head/www/jmeter/Makefile Tue Dec 8 18:21:10 2015 (r403331) @@ -5,7 +5,6 @@ PORTNAME= apache-jmeter PORTVERSION= 2.11 CATEGORIES= www benchmarks java MASTER_SITES= APACHE/jmeter/binaries -EXTRACT_SUFX= .tgz MAINTAINER= mi@aldan.algebra.com COMMENT= Functional behaviour load and performance test application @@ -41,6 +40,7 @@ RUN_DEPENDS= ${JAVAJARDIR}/activation.ja ${JAVAJARDIR}/xstream.jar:${PORTSDIR}/textproc/xstream \ ${JAVASHAREDIR}/rhino/rhino.jar:${PORTSDIR}/lang/rhino +USES= tar:tgz USE_JAVA= yes JAVA_VERSION= 1.6+ NO_BUILD= yes Modified: head/www/jmeter/pkg-plist ============================================================================== --- head/www/jmeter/pkg-plist Tue Dec 8 18:18:51 2015 (r403330) +++ head/www/jmeter/pkg-plist Tue Dec 8 18:21:10 2015 (r403331) @@ -1,16 +1,4 @@ -%%DATADIR%%/bin/templates/BeanShellSampler.jmx -%%DATADIR%%/bin/templates/build-adv-web-test-plan.jmx -%%DATADIR%%/bin/templates/build-ftp-test-plan.jmx -%%DATADIR%%/bin/templates/build-ldap-ext-test-plan.jmx -%%DATADIR%%/bin/templates/build-ldap-test-plan.jmx -%%DATADIR%%/bin/templates/build-web-test-plan.jmx -%%DATADIR%%/bin/templates/build-webservice-test-plan.jmx -%%DATADIR%%/bin/templates/jdbc.jmx -%%DATADIR%%/bin/templates/mongodb.jmx -%%DATADIR%%/bin/templates/recording.jmx -%%DATADIR%%/bin/templates/templates.dtd -%%DATADIR%%/bin/templates/templates.xml -@dirrm %%DATADIR%%/bin/templates +bin/jmeter %%DATADIR%%/bin/ApacheJMeter.jar %%DATADIR%%/bin/BeanShellAssertion.bshrc %%DATADIR%%/bin/BeanShellFunction.bshrc @@ -19,15 +7,17 @@ %%DATADIR%%/bin/examples/CSVSample.jmx %%DATADIR%%/bin/examples/CSVSample_actions.csv %%DATADIR%%/bin/examples/CSVSample_user.csv +%%DATADIR%%/bin/examples/PerformanceTestPlanMemoryThread.jmx +%%DATADIR%%/bin/examples/jsp/memory.jsp %%DATADIR%%/bin/hc.parameters -%%DATADIR%%/bin/httpclient.parameters %%DATADIR%%/bin/heapdump.sh +%%DATADIR%%/bin/httpclient.parameters +%%DATADIR%%/bin/jaas.conf %%DATADIR%%/bin/jmeter %%DATADIR%%/bin/jmeter-report %%DATADIR%%/bin/jmeter-server %%DATADIR%%/bin/jmeter.properties %%DATADIR%%/bin/jmeter.sh -%%DATADIR%%/bin/jaas.conf %%DATADIR%%/bin/krb5.conf %%DATADIR%%/bin/log4j.conf %%DATADIR%%/bin/logkit.xml @@ -36,6 +26,18 @@ %%DATADIR%%/bin/shutdown.sh %%DATADIR%%/bin/stoptest.sh %%DATADIR%%/bin/system.properties +%%DATADIR%%/bin/templates/BeanShellSampler.jmx +%%DATADIR%%/bin/templates/build-adv-web-test-plan.jmx +%%DATADIR%%/bin/templates/build-ftp-test-plan.jmx +%%DATADIR%%/bin/templates/build-ldap-ext-test-plan.jmx +%%DATADIR%%/bin/templates/build-ldap-test-plan.jmx +%%DATADIR%%/bin/templates/build-web-test-plan.jmx +%%DATADIR%%/bin/templates/build-webservice-test-plan.jmx +%%DATADIR%%/bin/templates/jdbc.jmx +%%DATADIR%%/bin/templates/mongodb.jmx +%%DATADIR%%/bin/templates/recording.jmx +%%DATADIR%%/bin/templates/templates.dtd +%%DATADIR%%/bin/templates/templates.xml %%DATADIR%%/bin/upgrade.properties %%DATADIR%%/bin/user.properties %%DATADIR%%/extras/ConvertHTTPSampler.txt @@ -64,11 +66,9 @@ %%DATADIR%%/lib/bsh-2.0b5.jar %%DATADIR%%/lib/bshclient.jar %%DATADIR%%/lib/commons-io.jar -%%DATADIR%%/lib/commons-lang3-3.1.jar %%DATADIR%%/lib/commons-jexl-1.1.jar %%DATADIR%%/lib/commons-jexl-2.1.1.jar -%%DATADIR%%/lib/mongo-java-driver-2.11.3.jar -%%DATADIR%%/lib/rsyntaxtextarea-2.5.1.jar +%%DATADIR%%/lib/commons-lang3-3.1.jar @comment %%DATADIR%%/lib/commons-net-3.0.1.jar %%DATADIR%%/lib/excalibur-datasource-1.1.1.jar %%DATADIR%%/lib/excalibur-instrument-1.0.jar @@ -94,27 +94,18 @@ %%DATADIR%%/lib/htmllexer-2.1.jar %%DATADIR%%/lib/htmlparser-2.1.jar %%DATADIR%%/lib/jcharts-0.7.5.jar +%%DATADIR%%/lib/jodd-core-3.4.10.jar +%%DATADIR%%/lib/jodd-lagarto-3.4.10.jar %%DATADIR%%/lib/jorphan.jar +%%DATADIR%%/lib/jsoup-1.7.3.jar %%DATADIR%%/lib/jtidy-r938.jar %%DATADIR%%/lib/junit/test.jar %%DATADIR%%/lib/logkit-2.0.jar +%%DATADIR%%/lib/mongo-java-driver-2.11.3.jar +%%DATADIR%%/lib/rsyntaxtextarea-2.5.1.jar %%DATADIR%%/lib/soap-2.3.1.jar +%%DATADIR%%/lib/tika-core-1.4.jar +%%DATADIR%%/lib/tika-parsers-1.4.jar %%DATADIR%%/lib/xmlpull-1.1.3.1.jar %%DATADIR%%/lib/xpp3_min-1.1.4c.jar %%DATADIR%%/lib/xstream.jar -bin/jmeter -%%DATADIR%%/bin/examples/PerformanceTestPlanMemoryThread.jmx -%%DATADIR%%/bin/examples/jsp/memory.jsp -%%DATADIR%%/lib/jodd-core-3.4.10.jar -%%DATADIR%%/lib/jodd-lagarto-3.4.10.jar -%%DATADIR%%/lib/jsoup-1.7.3.jar -%%DATADIR%%/lib/tika-core-1.4.jar -%%DATADIR%%/lib/tika-parsers-1.4.jar -@dirrmtry %%DATADIR%%/bin/examples/jsp -@dirrm %%DATADIR%%/bin/examples -@dirrm %%DATADIR%%/bin -@dirrm %%DATADIR%%/extras -@dirrm %%DATADIR%%/lib/ext -@dirrm %%DATADIR%%/lib/junit -@dirrm %%DATADIR%%/lib -@dirrm %%DATADIR%%