Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Mar 2020 09:44:51 +0000 (UTC)
From:      Alexander Leidinger <netchild@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r529173 - in head: . devel devel/sonar-ant-task devel/sonarqube devel/sonarqube-ant-task devel/sonarqube-community
Message-ID:  <202003260944.02Q9ip4S030929@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: netchild
Date: Thu Mar 26 09:44:50 2020
New Revision: 529173
URL: https://svnweb.freebsd.org/changeset/ports/529173

Log:
  Rename sonarqube to sonarqube-community to make it clear it is the
  communitiy-edition.
  Rename sonar-ant-task to sonarqube-ant-task to follow the naming
  of the vendor.

Added:
  head/devel/sonarqube-ant-task/
     - copied from r529172, head/devel/sonar-ant-task/
  head/devel/sonarqube-community/
     - copied from r529172, head/devel/sonarqube/
Deleted:
  head/devel/sonar-ant-task/
  head/devel/sonarqube/
Modified:
  head/MOVED
  head/devel/Makefile

Modified: head/MOVED
==============================================================================
--- head/MOVED	Thu Mar 26 09:39:31 2020	(r529172)
+++ head/MOVED	Thu Mar 26 09:44:50 2020	(r529173)
@@ -14503,3 +14503,5 @@ x11-wm/clementine-wm||2020-03-20|Removed, unmaintained
 net/kdsoap|www/kdsoap|2020-03-21|Already existed in the tree
 security/openssh-portable@x509||2020-03-23|Has expired: X509 long broken without known users
 devel/py-antlr4-python2-runtime|devel/antlr4-python3-runtime|2020-03-25|Has expired: Uses EoL python27, please use devel/antlr4-python3-runtime instead
+devel/sonarqube|devel/sonarqube-community|2020-03-26|Moved to make it clear that this is the community-edition
+devel/sonar-ant-task|devel/sonarqube-ant-task|2020-03-26|Moved due to name change upstream

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Thu Mar 26 09:39:31 2020	(r529172)
+++ head/devel/Makefile	Thu Mar 26 09:44:50 2020	(r529173)
@@ -6527,9 +6527,9 @@
     SUBDIR += snorenotify
     SUBDIR += soapui
     SUBDIR += socket_wrapper
-    SUBDIR += sonar-ant-task
     SUBDIR += sonar-scanner-cli
-    SUBDIR += sonarqube
+    SUBDIR += sonarqube-ant-task
+    SUBDIR += sonarqube-community
     SUBDIR += sope2
     SUBDIR += sope4
     SUBDIR += sord



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003260944.02Q9ip4S030929>