diff --git a/sysutils/javaservicewrapper/Makefile b/sysutils/javaservicewrapper/Makefile index d6b47e8390ea..51555ec992a1 100644 --- a/sysutils/javaservicewrapper/Makefile +++ b/sysutils/javaservicewrapper/Makefile @@ -1,72 +1,73 @@ # Created by: alepulver PORTNAME= javaservicewrapper -PORTVERSION= 3.5.45 +PORTVERSION= 3.5.49 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= aarch64 amd64 armv6 armv7 i386 powerpc64 powerpc64le USES= gmake iconv USE_JAVA= yes JAVA_VERSION= 8+ USE_ANT= yes USE_LDCONFIG= ${PREFIX}/lib/javaservicewrapper/lib DATADIR= ${PREFIX}/lib/${PORTNAME} OPTIONS_DEFINE= DOCS .include .if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH:Mpowerpc64*} MAKE_ARGS+= -Dbits=64 .else MAKE_ARGS+= -Dbits=32 CFLAGS+= -fPIC .endif .include .if ${JAVA_PORT_VERSION} >= 15 PLIST_SUB+= JS_ENGINE="@comment " .else PLIST_SUB+= JS_ENGINE="" .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 @${REINPLACE_CMD} -e 's|\(javac\.target\.version\)=.*|\1=1.8|' \ ${WRKSRC}/default.properties @${CP} ${WRKSRC}/src/c/Makefile-freebsd-x86-32.gmake \ ${WRKSRC}/src/c/Makefile-freebsd-arm-32.gmake @${CP} ${WRKSRC}/src/c/Makefile-freebsd-x86-64.gmake \ - ${WRKSRC}/src/c/Makefile-freebsd-armhf-64.gmake + ${WRKSRC}/src/c/Makefile-freebsd-arm-64.gmake @${CP} ${WRKSRC}/src/c/Makefile-freebsd-x86-64.gmake \ ${WRKSRC}/src/c/Makefile-freebsd-ppcbe-64.gmake @${CP} ${WRKSRC}/src/c/Makefile-freebsd-x86-64.gmake \ ${WRKSRC}/src/c/Makefile-freebsd-ppcle-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} + ${STRIP_CMD} ${STAGEDIR}${DATADIR}/lib/libwrapper.so + ${RLN} ${STAGEDIR}${DATADIR}/bin/wrapper ${STAGEDIR}${PREFIX}/bin/${PORTNAME} do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/* ${STAGEDIR}${DOCSDIR} .include diff --git a/sysutils/javaservicewrapper/distinfo b/sysutils/javaservicewrapper/distinfo index 6b60ea5579a9..b85e89033e36 100644 --- a/sysutils/javaservicewrapper/distinfo +++ b/sysutils/javaservicewrapper/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1610005557 -SHA256 (wrapper_3.5.45_src.tar.gz) = ae7965a1ad0389c593d5194fdaccc3bc120dbd3e7f459d7b18e6ab533bd7d402 -SIZE (wrapper_3.5.45_src.tar.gz) = 748917 +TIMESTAMP = 1649844516 +SHA256 (wrapper_3.5.49_src.tar.gz) = 81c49c1792c8a96541bfc7ab237846e6db790593ced979611400b3d58eb4fafe +SIZE (wrapper_3.5.49_src.tar.gz) = 774890 diff --git a/sysutils/javaservicewrapper/pkg-plist b/sysutils/javaservicewrapper/pkg-plist index 4b6f0e4080f6..cd5cf3dd4679 100644 --- a/sysutils/javaservicewrapper/pkg-plist +++ b/sysutils/javaservicewrapper/pkg-plist @@ -1,167 +1,169 @@ 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 %%JS_ENGINE%% %%DATADIR%%/test/hugeclasspathenvmaxsize %%JS_ENGINE%% %%DATADIR%%/test/hugeclasspathenvmaxsize-path.conf %%JS_ENGINE%% %%DATADIR%%/test/hugeclasspathenvmaxsize.conf %%JS_ENGINE%% %%DATADIR%%/test/hugeclasspathenvoversize %%JS_ENGINE%% %%DATADIR%%/test/hugeclasspathenvoversize-path.conf %%JS_ENGINE%% %%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/longrunningwithshutdownhook +%%DATADIR%%/test/longrunningwithshutdownhook.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/startstopstopandreturnwhilestarting %%DATADIR%%/test/startstopstopandreturnwhilestarting.conf %%DATADIR%%/test/startstopstopwhilestarting %%DATADIR%%/test/startstopstopwhilestarting.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