Index: head/sysutils/javaservicewrapper/Makefile =================================================================== --- head/sysutils/javaservicewrapper/Makefile (revision 494018) +++ head/sysutils/javaservicewrapper/Makefile (revision 494019) @@ -1,54 +1,53 @@ # Created by: alepulver # $FreeBSD$ PORTNAME= javaservicewrapper -PORTVERSION= 3.5.29 -PORTREVISION= 1 +PORTVERSION= 3.5.37 CATEGORIES= sysutils java MASTER_SITES= https://wrapper.tanukisoftware.com/download/${PORTVERSION}/ DISTNAME= wrapper_${PORTVERSION}_src MAINTAINER= michael.osipov@siemens.com COMMENT= JSW enables a Java application to be run as a Unix daemon LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual ONLY_FOR_ARCHS= amd64 i386 USES= gmake iconv USE_JAVA= 1.8+ USE_ANT= yes USE_LDCONFIG= ${PREFIX}/lib/javaservicewrapper/lib DATADIR= ${PREFIX}/lib/${PORTNAME} OPTIONS_DEFINE= DOCS .include .if (${ARCH} == amd64) MAKE_ARGS+= -Dbits=64 .else MAKE_ARGS+= -Dbits=32 CFLAGS+= -fPIC .endif post-patch: @${REINPLACE_CMD} -e 's|gcc|${CC} ${CFLAGS}| ; \ s|/usr/local|${ICONV_PREFIX}|g ; \ s|-liconv|${ICONV_LIB}|' \ ${WRKSRC}/src/c/Makefile-freebsd-x86-32.gmake \ ${WRKSRC}/src/c/Makefile-freebsd-x86-64.gmake do-install: @${MKDIR} ${STAGEDIR}${DATADIR} cd ${WRKSRC} && ${CP} -rp bin conf lib test ${STAGEDIR}${DATADIR} ${STRIP_CMD} ${STAGEDIR}${DATADIR}/bin/wrapper ${LN} -sf ${DATADIR}/bin/wrapper ${STAGEDIR}${PREFIX}/bin/${PORTNAME} do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/* ${STAGEDIR}${DOCSDIR} .include Index: head/sysutils/javaservicewrapper/distinfo =================================================================== --- head/sysutils/javaservicewrapper/distinfo (revision 494018) +++ head/sysutils/javaservicewrapper/distinfo (revision 494019) @@ -1,2 +1,3 @@ -SHA256 (wrapper_3.5.29_src.tar.gz) = 828875f246df05c4328bc13087f82c388a61d1f2ebad707951bdca5165c81b28 -SIZE (wrapper_3.5.29_src.tar.gz) = 611760 +TIMESTAMP = 1551046158 +SHA256 (wrapper_3.5.37_src.tar.gz) = a2a27e65904688da3e84f5745d3a71371a6ecba43675d8d824c3774e879281c9 +SIZE (wrapper_3.5.37_src.tar.gz) = 704806 Index: head/sysutils/javaservicewrapper/pkg-plist =================================================================== --- head/sysutils/javaservicewrapper/pkg-plist (revision 494018) +++ head/sysutils/javaservicewrapper/pkg-plist (revision 494019) @@ -1,151 +1,163 @@ bin/javaservicewrapper %%DATADIR%%/bin/demoapp %%DATADIR%%/bin/testwrapper %%DATADIR%%/bin/wrapper %%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%%/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/common/matchOutput +%%DATADIR%%/test/common/report +%%DATADIR%%/test/common/resourcelimit %%DATADIR%%/test/daemonthreads %%DATADIR%%/test/daemonthreads.conf %%DATADIR%%/test/defaultstripquotes-01-none %%DATADIR%%/test/defaultstripquotes-01-none.conf %%DATADIR%%/test/defaultstripquotes-02-true %%DATADIR%%/test/defaultstripquotes-02-true.conf %%DATADIR%%/test/defaultstripquotes-03-false %%DATADIR%%/test/defaultstripquotes-03-false.conf %%DATADIR%%/test/delayediorestarter %%DATADIR%%/test/delayediorestarter.conf %%DATADIR%%/test/envvars %%DATADIR%%/test/envvars.conf %%DATADIR%%/test/executablejar %%DATADIR%%/test/executablejar.conf %%DATADIR%%/test/executablejarcp %%DATADIR%%/test/executablejarcp.conf %%DATADIR%%/test/executablejarinitfail %%DATADIR%%/test/executablejarinitfail.conf %%DATADIR%%/test/filter %%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/jvmencoding +%%DATADIR%%/test/jvmencoding.conf +%%DATADIR%%/test/jvmencoding2 +%%DATADIR%%/test/jvmencoding2.conf %%DATADIR%%/test/loadedgcoutput %%DATADIR%%/test/loadedgcoutput.conf %%DATADIR%%/test/loadedlogoutput %%DATADIR%%/test/loadedlogoutput.conf %%DATADIR%%/test/loadedsplitoutput %%DATADIR%%/test/loadedsplitoutput.conf %%DATADIR%%/test/loadedwrapperlistener %%DATADIR%%/test/loadedwrapperlistener.conf %%DATADIR%%/test/logoutput %%DATADIR%%/test/logoutput.conf %%DATADIR%%/test/logstdoutstderr %%DATADIR%%/test/logstdoutstderr.conf %%DATADIR%%/test/logstdoutstderrdetached %%DATADIR%%/test/logstdoutstderrdetached.conf %%DATADIR%%/test/longrunningbackgroundthreads %%DATADIR%%/test/longrunningbackgroundthreads.conf %%DATADIR%%/test/memory %%DATADIR%%/test/memory.conf %%DATADIR%%/test/nestedwrapperlistener %%DATADIR%%/test/nestedwrapperlistener.conf %%DATADIR%%/test/noreturn %%DATADIR%%/test/noreturn.conf %%DATADIR%%/test/onexit %%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 %%DATADIR%%/test/performance.conf %%DATADIR%%/test/performancestartstop %%DATADIR%%/test/performancestartstop.conf %%DATADIR%%/test/postshutdowngc %%DATADIR%%/test/postshutdowngc.conf %%DATADIR%%/test/quickcomplete %%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.conf %%DATADIR%%/test/shutdownhook %%DATADIR%%/test/shutdownhook.conf %%DATADIR%%/test/shutdownlock %%DATADIR%%/test/shutdownlock.conf %%DATADIR%%/test/simplewrapperlistener %%DATADIR%%/test/simplewrapperlistener.conf %%DATADIR%%/test/slowstop %%DATADIR%%/test/slowstop.conf %%DATADIR%%/test/stopwhilestarting %%DATADIR%%/test/stopwhilestarting.conf %%DATADIR%%/test/stopwhilestartingforcestop %%DATADIR%%/test/stopwhilestartingforcestop.conf %%DATADIR%%/test/systemproperty %%DATADIR%%/test/systemproperty.conf %%DATADIR%%/test/template.conf %%DATADIR%%/test/timedlogoutput %%DATADIR%%/test/timedlogoutput.conf %%PORTDOCS%%%%DOCSDIR%%/index.html %%PORTDOCS%%%%DOCSDIR%%/revisions.txt %%PORTDOCS%%%%DOCSDIR%%/wrapper-community-license-1.3.txt