summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/nginx-devel/Makefile1
-rw-r--r--www/nginx-devel/files/nginx.sh.in2
-rw-r--r--www/nginx/Makefile1
-rw-r--r--www/nginx/files/nginx.sh.in2
4 files changed, 4 insertions, 2 deletions
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile
index 8d4eefa9b61c..fd6f9a8bc1d0 100644
--- a/www/nginx-devel/Makefile
+++ b/www/nginx-devel/Makefile
@@ -7,6 +7,7 @@
PORTNAME= nginx
PORTVERSION= 0.3.11
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://sysoev.ru/nginx/
MASTER_SITES+= ${MASTER_SITE_LOCAL}
diff --git a/www/nginx-devel/files/nginx.sh.in b/www/nginx-devel/files/nginx.sh.in
index b28a5bacb706..dcbd00d0213c 100644
--- a/www/nginx-devel/files/nginx.sh.in
+++ b/www/nginx-devel/files/nginx.sh.in
@@ -23,7 +23,7 @@ name="nginx"
rcvar=`set_rcvar`
command="%%PREFIX%%/sbin/nginx"
-extra_commands="configtest"
+extra_commands="configtest reload"
configtest_cmd="configtest_cmd"
configtest_cmd() {
diff --git a/www/nginx/Makefile b/www/nginx/Makefile
index 8d4eefa9b61c..fd6f9a8bc1d0 100644
--- a/www/nginx/Makefile
+++ b/www/nginx/Makefile
@@ -7,6 +7,7 @@
PORTNAME= nginx
PORTVERSION= 0.3.11
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://sysoev.ru/nginx/
MASTER_SITES+= ${MASTER_SITE_LOCAL}
diff --git a/www/nginx/files/nginx.sh.in b/www/nginx/files/nginx.sh.in
index b28a5bacb706..dcbd00d0213c 100644
--- a/www/nginx/files/nginx.sh.in
+++ b/www/nginx/files/nginx.sh.in
@@ -23,7 +23,7 @@ name="nginx"
rcvar=`set_rcvar`
command="%%PREFIX%%/sbin/nginx"
-extra_commands="configtest"
+extra_commands="configtest reload"
configtest_cmd="configtest_cmd"
configtest_cmd() {