aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2021-06-28 09:07:04 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2021-06-28 09:14:05 +0000
commit81c83fa60ed2a6033785ad0159b99d94f7af360c (patch)
tree0a03a62cf833df5e93cb9a11123682c121ef2e6d /UPDATING
parent3614b8f64036abe86efa443973581298b4fad110 (diff)
downloadports-81c83fa60ed2a6033785ad0159b99d94f7af360c.tar.gz
ports-81c83fa60ed2a6033785ad0159b99d94f7af360c.zip
misc/openhab: update to 3.1.0
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING8
1 files changed, 8 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index f5ae3316e411..e9ae57bd4361 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,14 @@ 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.
+20210628:
+ AFFECTS: users of misc/openhab
+ AUTHOR: netchild@FreeBSD.org
+
+ You need to run
+ sed -i -e 's:^karaf.framework.equinox=.*:karaf.framework.equinox=mvn\:org.eclipse.platform/org.eclipse.osgi/3.16.200: ; s:^karaf.framework.felix=.*:karaf.framework.felix=mvn\:org.apache.felix/org.apache.felix.framework/6.0.4:' /var/db/openhab/userdata/etc/config.properties
+ to update the version numbers of some components in a config file.
+
20210621:
AFFECTS: users of www/gitlab-ce
AUTHOR: mfechner@FreeBSD.org