From owner-svn-ports-head@freebsd.org Thu Apr 21 11:35:14 2016 Return-Path: Delivered-To: svn-ports-head@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 6C077B16D74; Thu, 21 Apr 2016 11:35:14 +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 43A4B1296; Thu, 21 Apr 2016 11:35:14 +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 u3LBZDkv051814; Thu, 21 Apr 2016 11:35:13 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u3LBZDLa051811; Thu, 21 Apr 2016 11:35:13 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201604211135.u3LBZDLa051811@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 21 Apr 2016 11:35:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r413728 - head/sysutils/javaservicewrapper X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Apr 2016 11:35:14 -0000 Author: amdmi3 Date: Thu Apr 21 11:35:12 2016 New Revision: 413728 URL: https://svnweb.freebsd.org/changeset/ports/413728 Log: - Update to 3.5.29 PR: 202592 Submitted by: sasamotikomi@gmail.com Approved by: mike.jakubik@gmail.com (maintainer) Modified: head/sysutils/javaservicewrapper/Makefile head/sysutils/javaservicewrapper/distinfo head/sysutils/javaservicewrapper/pkg-plist Modified: head/sysutils/javaservicewrapper/Makefile ============================================================================== --- head/sysutils/javaservicewrapper/Makefile Thu Apr 21 11:33:16 2016 (r413727) +++ head/sysutils/javaservicewrapper/Makefile Thu Apr 21 11:35:12 2016 (r413728) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= javaservicewrapper -PORTVERSION= 3.5.21 +PORTVERSION= 3.5.29 CATEGORIES= sysutils java MASTER_SITES= http://wrapper.tanukisoftware.com/download/${PORTVERSION}/ DISTNAME= wrapper_${PORTVERSION}_src Modified: head/sysutils/javaservicewrapper/distinfo ============================================================================== --- head/sysutils/javaservicewrapper/distinfo Thu Apr 21 11:33:16 2016 (r413727) +++ head/sysutils/javaservicewrapper/distinfo Thu Apr 21 11:35:12 2016 (r413728) @@ -1,2 +1,2 @@ -SHA256 (wrapper_3.5.21_src.tar.gz) = 4b7cf9b280cba7c8161d03af3e8fdf003ce6622092e7d50eaf32ffce13c5b43a -SIZE (wrapper_3.5.21_src.tar.gz) = 538978 +SHA256 (wrapper_3.5.29_src.tar.gz) = 828875f246df05c4328bc13087f82c388a61d1f2ebad707951bdca5165c81b28 +SIZE (wrapper_3.5.29_src.tar.gz) = 611760 Modified: head/sysutils/javaservicewrapper/pkg-plist ============================================================================== --- head/sysutils/javaservicewrapper/pkg-plist Thu Apr 21 11:33:16 2016 (r413727) +++ head/sysutils/javaservicewrapper/pkg-plist Thu Apr 21 11:35:12 2016 (r413728) @@ -1,34 +1,39 @@ bin/javaservicewrapper +%%DATADIR%%/bin/demoapp %%DATADIR%%/bin/testwrapper %%DATADIR%%/bin/wrapper -%%DATADIR%%/bin/demoapp -%%DATADIR%%/conf/wrapper.conf %%DATADIR%%/conf/demoapp.conf +%%DATADIR%%/conf/wrapper.conf %%DATADIR%%/lib/libwrapper.so %%DATADIR%%/lib/wrapper.jar +%%DATADIR%%/lib/wrapperdemo.jar %%DATADIR%%/lib/wrappertest.jar %%DATADIR%%/lib/wrappertest2.jar -%%DATADIR%%/lib/wrapperdemo.jar -%%DATADIR%%/test/additionalparameterfile-01-empty -%%DATADIR%%/test/additionalparameterfile-01-empty.conf -%%DATADIR%%/test/additionalparameterfile-01-empty.param -%%DATADIR%%/test/additionalparameterfile-02-1line -%%DATADIR%%/test/additionalparameterfile-02-1line.conf -%%DATADIR%%/test/additionalparameterfile-02-1line.param -%%DATADIR%%/test/additionalparameterfile-03-stripq-false -%%DATADIR%%/test/additionalparameterfile-03-stripq-false.conf -%%DATADIR%%/test/additionalparameterfile-03-stripq-false.param -%%DATADIR%%/test/additionalparameterfile-04-stripq-true -%%DATADIR%%/test/additionalparameterfile-04-stripq-true.conf -%%DATADIR%%/test/additionalparameterfile-04-stripq-true.param -%%DATADIR%%/test/additionalparameterfile-05-encoding -%%DATADIR%%/test/additionalparameterfile-05-encoding.conf -%%DATADIR%%/test/additionalparameterfile-05-encoding.param -%%DATADIR%%/test/additionalparameterfile-06-multilines -%%DATADIR%%/test/additionalparameterfile-06-multilines.conf -%%DATADIR%%/test/additionalparameterfile-06-multilines.param +%%DATADIR%%/test/appparameterfile-01-empty +%%DATADIR%%/test/appparameterfile-01-empty.conf +%%DATADIR%%/test/appparameterfile-01-empty.param +%%DATADIR%%/test/appparameterfile-02-1line +%%DATADIR%%/test/appparameterfile-02-1line.conf +%%DATADIR%%/test/appparameterfile-02-1line.param +%%DATADIR%%/test/appparameterfile-03-stripq-false +%%DATADIR%%/test/appparameterfile-03-stripq-false.conf +%%DATADIR%%/test/appparameterfile-03-stripq-false.param +%%DATADIR%%/test/appparameterfile-04-stripq-true +%%DATADIR%%/test/appparameterfile-04-stripq-true.conf +%%DATADIR%%/test/appparameterfile-04-stripq-true.param +%%DATADIR%%/test/appparameterfile-05-encoding +%%DATADIR%%/test/appparameterfile-05-encoding.conf +%%DATADIR%%/test/appparameterfile-05-encoding.param +%%DATADIR%%/test/appparameterfile-06-multilines +%%DATADIR%%/test/appparameterfile-06-multilines.conf +%%DATADIR%%/test/appparameterfile-06-multilines.param +%%DATADIR%%/test/appparameterfile-07-envvars +%%DATADIR%%/test/appparameterfile-07-envvars.conf +%%DATADIR%%/test/appparameterfile-07-envvars.param %%DATADIR%%/test/backgroundthreads %%DATADIR%%/test/backgroundthreads.conf +%%DATADIR%%/test/childwrapper +%%DATADIR%%/test/childwrapper.conf %%DATADIR%%/test/daemonthreads %%DATADIR%%/test/daemonthreads.conf %%DATADIR%%/test/defaultstripquotes-01-none @@ -51,8 +56,39 @@ bin/javaservicewrapper %%DATADIR%%/test/filter.conf %%DATADIR%%/test/growinglogoutput %%DATADIR%%/test/growinglogoutput.conf +%%DATADIR%%/test/hugeclasspathenvmaxsize +%%DATADIR%%/test/hugeclasspathenvmaxsize-path.conf +%%DATADIR%%/test/hugeclasspathenvmaxsize.conf +%%DATADIR%%/test/hugeclasspathenvoversize +%%DATADIR%%/test/hugeclasspathenvoversize-path.conf +%%DATADIR%%/test/hugeclasspathenvoversize.conf +%%DATADIR%%/test/hugeclasspathmaxsize +%%DATADIR%%/test/hugeclasspathmaxsize.conf +%%DATADIR%%/test/hugeclasspathoversize +%%DATADIR%%/test/hugeclasspathoversize.conf %%DATADIR%%/test/hugelogoutput %%DATADIR%%/test/hugelogoutput.conf +%%DATADIR%%/test/javaadditionalfile-01-empty +%%DATADIR%%/test/javaadditionalfile-01-empty.conf +%%DATADIR%%/test/javaadditionalfile-01-empty.param +%%DATADIR%%/test/javaadditionalfile-02-1line +%%DATADIR%%/test/javaadditionalfile-02-1line.conf +%%DATADIR%%/test/javaadditionalfile-02-1line.param +%%DATADIR%%/test/javaadditionalfile-03-stripq-false +%%DATADIR%%/test/javaadditionalfile-03-stripq-false.conf +%%DATADIR%%/test/javaadditionalfile-03-stripq-false.param +%%DATADIR%%/test/javaadditionalfile-04-stripq-true +%%DATADIR%%/test/javaadditionalfile-04-stripq-true.conf +%%DATADIR%%/test/javaadditionalfile-04-stripq-true.param +%%DATADIR%%/test/javaadditionalfile-05-encoding +%%DATADIR%%/test/javaadditionalfile-05-encoding.conf +%%DATADIR%%/test/javaadditionalfile-05-encoding.param +%%DATADIR%%/test/javaadditionalfile-06-multilines +%%DATADIR%%/test/javaadditionalfile-06-multilines.conf +%%DATADIR%%/test/javaadditionalfile-06-multilines.param +%%DATADIR%%/test/javaadditionalfile-07-envvars +%%DATADIR%%/test/javaadditionalfile-07-envvars.conf +%%DATADIR%%/test/javaadditionalfile-07-envvars.param %%DATADIR%%/test/loadedgcoutput %%DATADIR%%/test/loadedgcoutput.conf %%DATADIR%%/test/loadedlogoutput @@ -79,6 +115,8 @@ bin/javaservicewrapper %%DATADIR%%/test/onexit.conf %%DATADIR%%/test/outputloader %%DATADIR%%/test/outputloader.conf +%%DATADIR%%/test/passthrough +%%DATADIR%%/test/passthrough.conf %%DATADIR%%/test/percentoutput %%DATADIR%%/test/percentoutput.conf %%DATADIR%%/test/performance @@ -110,4 +148,4 @@ bin/javaservicewrapper %%DATADIR%%/test/timedlogoutput.conf %%PORTDOCS%%%%DOCSDIR%%/index.html %%PORTDOCS%%%%DOCSDIR%%/revisions.txt -%%PORTDOCS%%%%DOCSDIR%%/wrapper-community-license-1.1.txt +%%PORTDOCS%%%%DOCSDIR%%/wrapper-community-license-1.3.txt