Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Jul 2023 09:08:38 GMT
From:      Alexander Leidinger <netchild@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: de2a2210a6d0 - main - devel/sonarqube-community: fix patches
Message-ID:  <202307120908.36C98cm6098397@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by netchild:

URL: https://cgit.FreeBSD.org/ports/commit/?id=de2a2210a6d01cee518e1712d8da0e0d7e2a488a

commit de2a2210a6d01cee518e1712d8da0e0d7e2a488a
Author:     Alexander Leidinger <netchild@FreeBSD.org>
AuthorDate: 2023-07-12 09:07:25 +0000
Commit:     Alexander Leidinger <netchild@FreeBSD.org>
CommitDate: 2023-07-12 09:08:33 +0000

    devel/sonarqube-community: fix patches
---
 devel/sonarqube-community/Makefile                                | 2 +-
 .../sonarqube-community/files/patch-conf_sonar.properties.sample  | 8 ++++----
 .../files/patch-elasticsearch_config_elasticsearch.yml            | 4 ++--
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/devel/sonarqube-community/Makefile b/devel/sonarqube-community/Makefile
index ec10321182b0..29828cf602f5 100644
--- a/devel/sonarqube-community/Makefile
+++ b/devel/sonarqube-community/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	sonarqube
 DISTVERSION=	10.1.0.73491
-PORTREVISION=	1
+PORTREVISION=	2
 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 \
diff --git a/devel/sonarqube-community/files/patch-conf_sonar.properties.sample b/devel/sonarqube-community/files/patch-conf_sonar.properties.sample
index 14257611600f..0710d361c0f9 100644
--- a/devel/sonarqube-community/files/patch-conf_sonar.properties.sample
+++ b/devel/sonarqube-community/files/patch-conf_sonar.properties.sample
@@ -1,6 +1,6 @@
---- conf/sonar.properties.sample.orig	2020-02-25 14:27:14 UTC
+--- conf/sonar.properties.sample.orig	2023-06-20 11:44:40 UTC
 +++ conf/sonar.properties.sample
-@@ -94,7 +94,7 @@
+@@ -93,7 +93,7 @@
  #sonar.web.javaOpts=-Xmx512m -Xms128m -XX:+HeapDumpOnOutOfMemoryError
  
  # Same as previous property, but allows to not repeat all other settings like -Xmx
@@ -9,7 +9,7 @@
  
  # Binding IP address. For servers with more than one IP address, this property specifies which
  # address will be used for listening on the specified ports.
-@@ -362,7 +362,7 @@
+@@ -377,7 +377,7 @@
  
  # Path to log files. Can be absolute or relative to installation directory.
  # Default is <installation home>/logs
@@ -18,7 +18,7 @@
  
  # Rolling policy of log files
  #    - based on time if value starts with "time:", for example by day ("time:yyyy-MM-dd")
-@@ -403,8 +403,8 @@
+@@ -418,8 +418,8 @@
  # Paths to persistent data files (embedded database and search index) and temporary files.
  # Can be absolute or relative to installation directory.
  # Defaults are respectively <installation home>/data and <installation home>/temp
diff --git a/devel/sonarqube-community/files/patch-elasticsearch_config_elasticsearch.yml b/devel/sonarqube-community/files/patch-elasticsearch_config_elasticsearch.yml
index cf27fe810bc6..5ecdeea99043 100644
--- a/devel/sonarqube-community/files/patch-elasticsearch_config_elasticsearch.yml
+++ b/devel/sonarqube-community/files/patch-elasticsearch_config_elasticsearch.yml
@@ -1,5 +1,5 @@
---- /var/ports/root/devel/sonarqube-community/work/sonarqube-10.1.0.73491/elasticsearch/config/elasticsearch.yml.orig	2023-03-27 16:30:24.000000000 +0200
-+++ /var/ports/root/devel/sonarqube-community/work/sonarqube-10.1.0.73491/elasticsearch/config/elasticsearch.yml	2023-07-05 20:36:37.154402000 +0200
+--- elasticsearch/config/elasticsearch.yml.orig	2023-03-27 14:30:24 UTC
++++ elasticsearch/config/elasticsearch.yml
 @@ -80,3 +80,6 @@
  # Allow wildcard deletion of indices:
  #



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