Index: 4/Makefile =================================================================== RCS file: /cvs/ports/misc/openhab/4/Makefile,v diff -u -r1.3 Makefile --- 4/Makefile 12 Apr 2026 18:20:44 -0000 1.3 +++ 4/Makefile 30 Apr 2026 06:03:37 -0000 @@ -1,5 +1,5 @@ OH_VERSION= 4.3.9 MODJAVA_VER= 17 -REVISION= 0 +REVISION= 1 .include Index: 5/Makefile =================================================================== RCS file: /cvs/ports/misc/openhab/5/Makefile,v diff -u -r1.5 Makefile --- 5/Makefile 12 Apr 2026 18:20:44 -0000 1.5 +++ 5/Makefile 30 Apr 2026 06:03:37 -0000 @@ -1,5 +1,5 @@ OH_VERSION= 5.1.3 MODJAVA_VER= 21 -REVISION= 0 +REVISION= 1 .include Index: pkg/openhab.rc =================================================================== RCS file: /cvs/ports/misc/openhab/pkg/openhab.rc,v diff -u -r1.4 openhab.rc --- pkg/openhab.rc 19 Nov 2025 18:18:38 -0000 1.4 +++ pkg/openhab.rc 30 Apr 2026 06:03:37 -0000 @@ -13,7 +13,7 @@ if [ -z "${OPENHAB_HTTP_ADDRESS}" ]; then OPENHAB_HTTP_ADDRESS="127.0.0.1"; fi if [ -z "${OPENHAB_HTTP_PORT}" ]; then OPENHAB_HTTP_PORT=8080; fi if [ -z "${OPENHAB_HTTPS_PORT}" ]; then OPENHAB_HTTPS_PORT=8443; fi -if [ -z "${OPENHAB_HOME}" ]; then OPENHAB_HOME="${PREFIX}/libexec/openhab"; fi +if [ -z "${OPENHAB_HOME}" ]; then OPENHAB_HOME="${TRUEPREFIX}/libexec/openhab"; fi if [ -z "${OPENHAB_CONF}" ]; then OPENHAB_CONF="${SYSCONFDIR}/openhab"; fi if [ -z "${OPENHAB_RUNTIME}" ]; then OPENHAB_RUNTIME="${OPENHAB_HOME}/runtime"; fi if [ -z "${OPENHAB_USERDATA}" ]; then OPENHAB_USERDATA="/var/db/openhab"; fi