Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Apr 2020 13:04:07 +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: r530217 - in head/devel/sonarqube-community: . files
Message-ID:  <202004011304.031D47bI094535@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: netchild
Date: Wed Apr  1 13:04:07 2020
New Revision: 530217
URL: https://svnweb.freebsd.org/changeset/ports/530217

Log:
  - update python plugin
  - print pkg-message only on install [1]
  
  Requested by:	mat [1]

Modified:
  head/devel/sonarqube-community/Makefile
  head/devel/sonarqube-community/distinfo
  head/devel/sonarqube-community/files/pkg-message.in

Modified: head/devel/sonarqube-community/Makefile
==============================================================================
--- head/devel/sonarqube-community/Makefile	Wed Apr  1 12:58:50 2020	(r530216)
+++ head/devel/sonarqube-community/Makefile	Wed Apr  1 13:04:07 2020	(r530217)
@@ -2,7 +2,7 @@
 
 PORTNAME=	sonarqube
 DISTVERSION=	8.2.0.32929
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	devel security www java
 MASTER_SITES=	https://binaries.sonarsource.com/Distribution/sonarqube/:m_core \
 		https://binaries.sonarsource.com/Distribution/sonar-csharp-plugin/:m_csharp \
@@ -50,7 +50,7 @@ TEMP_DIR=	/var/db/${PORTNAME}/temp
 
 SONARCSHARP_VER=	8.5.0.15942
 SONARJAVA_VER=		6.2.0.21135
-SONARPYTHON_VER=	2.7.0.5975
+SONARPYTHON_VER=	2.8.0.6204
 SONARSCMGIT_VER=	1.11.0.11
 SONARVBNET_VER=		8.5.0.15942
 

Modified: head/devel/sonarqube-community/distinfo
==============================================================================
--- head/devel/sonarqube-community/distinfo	Wed Apr  1 12:58:50 2020	(r530216)
+++ head/devel/sonarqube-community/distinfo	Wed Apr  1 13:04:07 2020	(r530217)
@@ -1,12 +1,12 @@
-TIMESTAMP = 1584980926
+TIMESTAMP = 1585745072
 SHA256 (sonarqube-8.2.0.32929.zip) = 6a46cc9cb29898ae6b062ef40ce72688dc8bd47dc2b68ed016eeef521268dd88
 SIZE (sonarqube-8.2.0.32929.zip) = 221945914
 SHA256 (sonar-csharp-plugin-8.5.0.15942.jar) = 5afbf966af647addde362b96fbdb901e7ec0ed5658e85b3fdd5d07c8c3f62e71
 SIZE (sonar-csharp-plugin-8.5.0.15942.jar) = 5020050
 SHA256 (sonar-java-plugin-6.2.0.21135.jar) = a26ec4299b22ff47ec45bd56af241483341d6dc815f1cf3fb24fa774f23edece
 SIZE (sonar-java-plugin-6.2.0.21135.jar) = 17071013
-SHA256 (sonar-python-plugin-2.7.0.5975.jar) = b5d32130fab1bff123d5a34154300e4842964c374ae25bd54605492ca3d19a0b
-SIZE (sonar-python-plugin-2.7.0.5975.jar) = 3142083
+SHA256 (sonar-python-plugin-2.8.0.6204.jar) = b9a93a22edf2d3509c309462b0917e5fe65ebfc4574d572364d7791d47261da4
+SIZE (sonar-python-plugin-2.8.0.6204.jar) = 3218281
 SHA256 (sonar-scm-git-plugin-1.11.0.11.jar) = 7741687151514d78862fa35d59641be34df6e1f5fa4baef00cda02de0fe6be06
 SIZE (sonar-scm-git-plugin-1.11.0.11.jar) = 3800907
 SHA256 (sonar-vbnet-plugin-8.5.0.15942.jar) = 764039d1711878081ff91dd7afd063eccb5ef4dd78cd43f502f769d4a9fbc9a4

Modified: head/devel/sonarqube-community/files/pkg-message.in
==============================================================================
--- head/devel/sonarqube-community/files/pkg-message.in	Wed Apr  1 12:58:50 2020	(r530216)
+++ head/devel/sonarqube-community/files/pkg-message.in	Wed Apr  1 13:04:07 2020	(r530217)
@@ -1,5 +1,6 @@
 [
 {
+  type: install
   message: <<EOT
 SonarQube is now installed in %%PREFIX%%/%%APP_DIR%%.
 



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