summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/redmine/Makefile2
-rw-r--r--www/redmine/files/redmine.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/www/redmine/Makefile b/www/redmine/Makefile
index 573aa670a223..2010e00579e3 100644
--- a/www/redmine/Makefile
+++ b/www/redmine/Makefile
@@ -7,7 +7,7 @@
PORTNAME= redmine
PORTVERSION= 0.9.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_RUBYFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
diff --git a/www/redmine/files/redmine.in b/www/redmine/files/redmine.in
index f85a06bd1141..630c708de830 100644
--- a/www/redmine/files/redmine.in
+++ b/www/redmine/files/redmine.in
@@ -28,6 +28,6 @@ load_rc_config $name
: ${redmine_flags="-a 0.0.0.0 -p 3000 -e production"}
command_args="-d -D -c %%WWWDIR%% -u www -g www"
-start_cmd="%%PREFIX%%/bin/thin ${command_args} start"
+start_cmd="%%PREFIX%%/bin/thin ${command_args} ${redmine_flags} start"
run_rc_command "$1"