From e60ff63988303c7007953aab035a1690901a3b59 Mon Sep 17 00:00:00 2001 From: Alexander Leidinger Date: Thu, 26 Mar 2020 10:03:49 +0000 Subject: Update sonarqube ports to the most revent version: - sonarqube-community: 8.2 - sonarqube-ant-task: 2.7.0.1612 - sonar-scanner-cli: 4.3.0.2102 --- UPDATING | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'UPDATING') diff --git a/UPDATING b/UPDATING index c8ac56cdeda8..7866b18ea416 100644 --- a/UPDATING +++ b/UPDATING @@ -5,6 +5,28 @@ 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. +20200326: + AFFECTS: users of devel/sonarqube and devel/sonar-ant-task + AUTHOR: netchild@FreeBSD.org + + The outdated port devel/sonarqube has moved to + devel/sonarqube-community to make it clear that it is the community + edition. The log and DB files are still stored in the same location. + + The devel/sonar-ant-task port has moved to devel/sonarqube-ant-task + to match the upstream-name. The install location is renamed + accordingly. + + At the same time the user/group of the sonarqube port changed from + www:www to sonarqube:sonarqube. + + It is expected that nobody was using the 6.2 version from 2016 + anymore and no change needs to be done. No analysis was done to check + if the old 6.2 version can be updated in-place to the 8.2 version. + As such if there is still someone using the old 6.2 version, you may + have to delete /var/log/sonarqube and /var/db/sonarqube before + installing the new version. + 20200320 AFFECTS: users of devel/qca AUTHOR: kde@FreeBSD.org -- cgit