From owner-svn-ports-all@freebsd.org Thu Mar 26 09:45:00 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B365027A22F; Thu, 26 Mar 2020 09:45:00 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48p0T83F55z48nd; Thu, 26 Mar 2020 09:45:00 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 149EB3DCA; Thu, 26 Mar 2020 09:44:52 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 02Q9ipOh030933; Thu, 26 Mar 2020 09:44:51 GMT (envelope-from netchild@FreeBSD.org) Received: (from netchild@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 02Q9ip4S030929; Thu, 26 Mar 2020 09:44:51 GMT (envelope-from netchild@FreeBSD.org) Message-Id: <202003260944.02Q9ip4S030929@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: netchild set sender to netchild@FreeBSD.org using -f From: Alexander Leidinger Date: Thu, 26 Mar 2020 09:44:51 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: netchild X-SVN-Commit-Paths: in head: . devel devel/sonar-ant-task devel/sonarqube devel/sonarqube-ant-task devel/sonarqube-community X-SVN-Commit-Revision: 529173 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Mar 2020 09:45:00 -0000 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