aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2021-06-20 09:02:42 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2021-06-20 09:06:12 +0000
commit207827e2a8e65c4b0933edd15c0b21233c7cfa67 (patch)
tree7e17970b30dcec35be5a324bf3cde525f4a8faf2 /UPDATING
parent942a4d428e389e5abc61b5957fc37c4f758ff919 (diff)
downloadports-207827e2a8e65c4b0933edd15c0b21233c7cfa67.tar.gz
ports-207827e2a8e65c4b0933edd15c0b21233c7cfa67.zip
misc/openhab: new v3 based upon copy from openhab2
- copy openhab2* to openhab (follow upstream) - update to 3.0.2 - remove update script (no auto migration from v2, scrip may come back later, if needed) - use openhab instead openhabvX directories (follow upstream) - use openjdk 11 (new requirement) - add UPDATING entry for users which may want to switch to v3
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING13
1 files changed, 13 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 583882c0d2fe..4cf9da68c920 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,19 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20210620:
+ AFFECTS: users of misc/openhab2
+ AUTHOR: netchild@FreeBSD.org
+
+ The openhab v3 port has been committed. Upstream has removed the
+ version from the name, as such the FreeBSD port follows in all places
+ (start script name, directory names, ...).
+ Users are encuraged to migrate from misc/openhab2 to misc/openhab.
+
+ No automatic config migration is available Both versions can be
+ installed in parallel, but an users has to take care to not run
+ both at the same time on the same port.
+
20210617:
AFFECTS: users of graphics/mesa-libs
AUTHOR: kbowling@FreeBSD.org