diff --git a/sysutils/javaservicewrapper/Makefile b/sysutils/javaservicewrapper/Makefile index 2c2f1a61c0f7..d4a51da2f2d9 100644 --- a/sysutils/javaservicewrapper/Makefile +++ b/sysutils/javaservicewrapper/Makefile @@ -1,71 +1,70 @@ PORTNAME= javaservicewrapper -PORTVERSION= 3.5.53 -PORTREVISION= 1 +PORTVERSION= 3.5.60 CATEGORIES= sysutils java MASTER_SITES= https://wrapper.tanukisoftware.com/download/${PORTVERSION}/ DISTNAME= wrapper_${PORTVERSION}_src MAINTAINER= michael.osipov@innomotics.com COMMENT= JSW enables a Java application to be run as a Unix daemon WWW= https://wrapper.tanukisoftware.org/ LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 powerpc powerpc64 powerpc64le USES= gmake iconv java:ant,run 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 .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-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 @${CP} ${WRKSRC}/src/c/Makefile-freebsd-x86-64.gmake \ ${WRKSRC}/src/c/Makefile-freebsd-ppcbe-32.gmake do-install: @${MKDIR} ${STAGEDIR}${DATADIR} cd ${WRKSRC} && ${CP} -rp bin conf lib test ${STAGEDIR}${DATADIR} ${STRIP_CMD} ${STAGEDIR}${DATADIR}/bin/wrapper ${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 729992e3fe0a..bd9b8c008cbc 100644 --- a/sysutils/javaservicewrapper/distinfo +++ b/sysutils/javaservicewrapper/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1679521099 -SHA256 (wrapper_3.5.53_src.tar.gz) = 9835e5b07fa2bbd09caa5330b5bacc89c030b910a52b55a63d8d9260817c512c -SIZE (wrapper_3.5.53_src.tar.gz) = 785553 +TIMESTAMP = 1742215176 +SHA256 (wrapper_3.5.60_src.tar.gz) = 877896e14f375c0c881c3a50f8ee910bc6504b388fbbfe65128e79d763d08717 +SIZE (wrapper_3.5.60_src.tar.gz) = 831764 diff --git a/sysutils/javaservicewrapper/pkg-plist b/sysutils/javaservicewrapper/pkg-plist index cd5cf3dd4679..c63c912d3815 100644 --- a/sysutils/javaservicewrapper/pkg-plist +++ b/sysutils/javaservicewrapper/pkg-plist @@ -1,169 +1,198 @@ 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/loadedslightlyslowedoutput +%%DATADIR%%/test/loadedslightlyslowedoutput.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/module-standalone-jarapp +%%DATADIR%%/test/module-standalone-jarapp-runtimeimage +%%DATADIR%%/test/module-standalone-jarapp-runtimeimage.conf +%%DATADIR%%/test/module-standalone-jarapp-runtimeimagenowrapper +%%DATADIR%%/test/module-standalone-jarapp-runtimeimagenowrapper.conf +%%DATADIR%%/test/module-standalone-jarapp.conf +%%DATADIR%%/test/module-standalone-simpleapp +%%DATADIR%%/test/module-standalone-simpleapp-runtimeimage +%%DATADIR%%/test/module-standalone-simpleapp-runtimeimage.conf +%%DATADIR%%/test/module-standalone-simpleapp-runtimeimagenowrapper +%%DATADIR%%/test/module-standalone-simpleapp-runtimeimagenowrapper.conf +%%DATADIR%%/test/module-standalone-simpleapp.conf +%%DATADIR%%/test/module-wrapper-jarapp +%%DATADIR%%/test/module-wrapper-jarapp-runtimeimage +%%DATADIR%%/test/module-wrapper-jarapp-runtimeimage.conf +%%DATADIR%%/test/module-wrapper-jarapp-runtimeimagenowrapper +%%DATADIR%%/test/module-wrapper-jarapp-runtimeimagenowrapper.conf +%%DATADIR%%/test/module-wrapper-jarapp.conf +%%DATADIR%%/test/module-wrapper-listener +%%DATADIR%%/test/module-wrapper-listener-runtimeimage +%%DATADIR%%/test/module-wrapper-listener-runtimeimage.conf +%%DATADIR%%/test/module-wrapper-listener.conf +%%DATADIR%%/test/module-wrapper-simpleapp +%%DATADIR%%/test/module-wrapper-simpleapp-runtimeimage +%%DATADIR%%/test/module-wrapper-simpleapp-runtimeimage.conf +%%DATADIR%%/test/module-wrapper-simpleapp.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/template-module.conf %%DATADIR%%/test/timedlogoutput %%DATADIR%%/test/timedlogoutput.conf %%PORTDOCS%%%%DOCSDIR%%/index.html %%PORTDOCS%%%%DOCSDIR%%/revisions.txt %%PORTDOCS%%%%DOCSDIR%%/wrapper-community-license-1.3.txt