svn commit: r529173 - in head: . devel devel/sonar-ant-task devel/sonarqube devel/sonarqube-ant-task devel/sonarqube-community

Alexander Leidinger netchild at FreeBSD.org
Thu Mar 26 09:45:00 UTC 2020


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 at 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


More information about the svn-ports-all mailing list