mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
sysutils/javaservicewrapper: Update to 3.5.37
PR: 236026 Submitted by: Michael Osipov <michael.osipov@siemens.com> (maintainer)
This commit is contained in:
parent
8915195c22
commit
aa7eedf106
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=494019
3 changed files with 16 additions and 4 deletions
|
@ -2,8 +2,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= javaservicewrapper
|
PORTNAME= javaservicewrapper
|
||||||
PORTVERSION= 3.5.29
|
PORTVERSION= 3.5.37
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= sysutils java
|
CATEGORIES= sysutils java
|
||||||
MASTER_SITES= https://wrapper.tanukisoftware.com/download/${PORTVERSION}/
|
MASTER_SITES= https://wrapper.tanukisoftware.com/download/${PORTVERSION}/
|
||||||
DISTNAME= wrapper_${PORTVERSION}_src
|
DISTNAME= wrapper_${PORTVERSION}_src
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
SHA256 (wrapper_3.5.29_src.tar.gz) = 828875f246df05c4328bc13087f82c388a61d1f2ebad707951bdca5165c81b28
|
TIMESTAMP = 1551046158
|
||||||
SIZE (wrapper_3.5.29_src.tar.gz) = 611760
|
SHA256 (wrapper_3.5.37_src.tar.gz) = a2a27e65904688da3e84f5745d3a71371a6ecba43675d8d824c3774e879281c9
|
||||||
|
SIZE (wrapper_3.5.37_src.tar.gz) = 704806
|
||||||
|
|
|
@ -34,6 +34,9 @@ bin/javaservicewrapper
|
||||||
%%DATADIR%%/test/backgroundthreads.conf
|
%%DATADIR%%/test/backgroundthreads.conf
|
||||||
%%DATADIR%%/test/childwrapper
|
%%DATADIR%%/test/childwrapper
|
||||||
%%DATADIR%%/test/childwrapper.conf
|
%%DATADIR%%/test/childwrapper.conf
|
||||||
|
%%DATADIR%%/test/common/matchOutput
|
||||||
|
%%DATADIR%%/test/common/report
|
||||||
|
%%DATADIR%%/test/common/resourcelimit
|
||||||
%%DATADIR%%/test/daemonthreads
|
%%DATADIR%%/test/daemonthreads
|
||||||
%%DATADIR%%/test/daemonthreads.conf
|
%%DATADIR%%/test/daemonthreads.conf
|
||||||
%%DATADIR%%/test/defaultstripquotes-01-none
|
%%DATADIR%%/test/defaultstripquotes-01-none
|
||||||
|
@ -89,6 +92,10 @@ bin/javaservicewrapper
|
||||||
%%DATADIR%%/test/javaadditionalfile-07-envvars
|
%%DATADIR%%/test/javaadditionalfile-07-envvars
|
||||||
%%DATADIR%%/test/javaadditionalfile-07-envvars.conf
|
%%DATADIR%%/test/javaadditionalfile-07-envvars.conf
|
||||||
%%DATADIR%%/test/javaadditionalfile-07-envvars.param
|
%%DATADIR%%/test/javaadditionalfile-07-envvars.param
|
||||||
|
%%DATADIR%%/test/jvmencoding
|
||||||
|
%%DATADIR%%/test/jvmencoding.conf
|
||||||
|
%%DATADIR%%/test/jvmencoding2
|
||||||
|
%%DATADIR%%/test/jvmencoding2.conf
|
||||||
%%DATADIR%%/test/loadedgcoutput
|
%%DATADIR%%/test/loadedgcoutput
|
||||||
%%DATADIR%%/test/loadedgcoutput.conf
|
%%DATADIR%%/test/loadedgcoutput.conf
|
||||||
%%DATADIR%%/test/loadedlogoutput
|
%%DATADIR%%/test/loadedlogoutput
|
||||||
|
@ -127,6 +134,11 @@ bin/javaservicewrapper
|
||||||
%%DATADIR%%/test/postshutdowngc.conf
|
%%DATADIR%%/test/postshutdowngc.conf
|
||||||
%%DATADIR%%/test/quickcomplete
|
%%DATADIR%%/test/quickcomplete
|
||||||
%%DATADIR%%/test/quickcomplete.conf
|
%%DATADIR%%/test/quickcomplete.conf
|
||||||
|
%%DATADIR%%/test/resourcelimit_data
|
||||||
|
%%DATADIR%%/test/resourcelimit_data.conf
|
||||||
|
%%DATADIR%%/test/resourcelimit_nofile
|
||||||
|
%%DATADIR%%/test/resourcelimit_nofile.conf
|
||||||
|
%%DATADIR%%/test/resourcelimit.conf
|
||||||
%%DATADIR%%/test/restarter
|
%%DATADIR%%/test/restarter
|
||||||
%%DATADIR%%/test/restarter.conf
|
%%DATADIR%%/test/restarter.conf
|
||||||
%%DATADIR%%/test/shutdownhook
|
%%DATADIR%%/test/shutdownhook
|
||||||
|
|
Loading…
Add table
Reference in a new issue