Skip to content

Commit

Permalink
devel/sonarqube-community: fix patches
Browse files Browse the repository at this point in the history
  • Loading branch information
netchild committed Jul 12, 2023
1 parent 64bbc94 commit de2a221
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion 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 \
Expand Down
@@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
@@ -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:
#
Expand Down

0 comments on commit de2a221

Please sign in to comment.