Date: Wed, 28 May 2025 11:39:43 GMT From: Alexander Leidinger <netchild@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: bd23362b4d0d - main - misc/openhab: fix syntax error in files/pkg-message.in Message-ID: <202505281139.54SBdhaU094476@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by netchild: URL: https://cgit.FreeBSD.org/ports/commit/?id=bd23362b4d0d797a036392ecfa11c0c0338af88d commit bd23362b4d0d797a036392ecfa11c0c0338af88d Author: Alexander Leidinger <netchild@FreeBSD.org> AuthorDate: 2025-05-28 11:37:52 +0000 Commit: Alexander Leidinger <netchild@FreeBSD.org> CommitDate: 2025-05-28 11:39:38 +0000 misc/openhab: fix syntax error in files/pkg-message.in PR: 287098 --- misc/openhab/Makefile | 2 +- misc/openhab/files/pkg-message.in | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 +} ]home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202505281139.54SBdhaU094476>
