Monday, April 13, 2026

Re: [maintainer update] misc/openhab

that's ok (normally start at 0 but no issue with 1) - will commit later if nobody beats me to it

-- 
  Sent from a phone, apologies for poor formatting.


On 12 April 2026 18:36:47 Chaz Kettleson <chaz@pyr3x.com> wrote:

On Sun, Apr 12, 2026 at 06:17:49PM +0100, Stuart Henderson wrote:
that's a reasonable way to do it, I have similar for librenms. does it
actually need the -rf? if just -f is enough I'd prefer to just use that.
also needs REVISION.

It does need the -r. Since there were no revisions in them (I assume
they started at 0 and therefore each has a 1 now) diff below

OK?

-- 
Chaz

diff --git a/misc/openhab/4/Makefile b/misc/openhab/4/Makefile
index 3e614866ea5..97e81fdd066 100644
--- a/misc/openhab/4/Makefile
+++ b/misc/openhab/4/Makefile
@@ -1,4 +1,5 @@
 OH_VERSION= 4.3.9
 MODJAVA_VER= 17
+REVISION= 1
 
 .include <bsd.port.mk>
diff --git a/misc/openhab/4/pkg/PLIST b/misc/openhab/4/pkg/PLIST
index 8118621cdab..7099c176ce5 100644
--- a/misc/openhab/4/pkg/PLIST
+++ b/misc/openhab/4/pkg/PLIST
@@ -1330,6 +1330,8 @@ share/examples/openhab/userdata/etc/
 @owner _openhab
 @group _openhab
 @sample /var/db/openhab/
+@exec rm -rf /var/db/openhab/cache/*
+@sample /var/db/openhab/cache/
 @sample /var/db/openhab/etc/
 @owner
 @group
diff --git a/misc/openhab/5/Makefile b/misc/openhab/5/Makefile
index 71489e8af3e..cf542abceee 100644
--- a/misc/openhab/5/Makefile
+++ b/misc/openhab/5/Makefile
@@ -1,4 +1,5 @@
 OH_VERSION= 5.1.3
 MODJAVA_VER= 21
+REVISION= 1
 
 .include <bsd.port.mk>
diff --git a/misc/openhab/5/pkg/PLIST b/misc/openhab/5/pkg/PLIST
index 9779fd2884e..c216f5764e2 100644
--- a/misc/openhab/5/pkg/PLIST
+++ b/misc/openhab/5/pkg/PLIST
@@ -1344,6 +1344,8 @@ share/examples/openhab/userdata/etc/
 @owner _openhab
 @group _openhab
 @sample /var/db/openhab/
+@exec rm -rf /var/db/openhab/cache/*
+@sample /var/db/openhab/cache/
 @sample /var/db/openhab/etc/
 @owner
 @group

No comments:

Post a Comment