diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2025-05-28 13:37:52 +0200 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2025-05-28 13:39:38 +0200 |
commit | bd23362b4d0d797a036392ecfa11c0c0338af88d (patch) | |
tree | c82ca60a6af470d5f62cc64d1568398d3bf75f20 | |
parent | security/vuls: Fix build problem on i386 (diff) |
misc/openhab: fix syntax error in files/pkg-message.in
PR: 287098
-rw-r--r-- | misc/openhab/Makefile | 2 | ||||
-rw-r--r-- | misc/openhab/files/pkg-message.in | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/misc/openhab/Makefile b/misc/openhab/Makefile index e2dd326d61a3..92fb8a704fa3 100644 --- a/misc/openhab/Makefile +++ b/misc/openhab/Makefile @@ -1,6 +1,6 @@ PORTNAME= openhab PORTVERSION= 4.3.5 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= misc java MASTER_SITES= https://openhab.jfrog.io/artifactory/libs-release-local/org/openhab/distro/openhab/${PORTVERSION}/ DISTNAME= openhab-${PORTVERSION} diff --git a/misc/openhab/files/pkg-message.in b/misc/openhab/files/pkg-message.in index d4077ec8cdd9..4775343bd174 100644 --- a/misc/openhab/files/pkg-message.in +++ b/misc/openhab/files/pkg-message.in @@ -72,4 +72,5 @@ At the end you need to run You should also remove the cache and tmp and restart: rm -r /var/db/openhab/userdata/cache/org.eclipse.osgi /var/db/openhab/userdata/tmp/* EOM +} ] |