View | Details | Raw Unified | Return to bug 225473 | Differences between
and this patch

Collapse All | Expand All

(-)www/nginx/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	nginx
4
PORTNAME=	nginx
5
PORTVERSION=	1.12.2
5
PORTVERSION=	1.12.2
6
PORTREVISION?=	6
6
PORTREVISION?=	7
7
PORTEPOCH=	2
7
PORTEPOCH=	2
8
CATEGORIES=	www
8
CATEGORIES=	www
9
MASTER_SITES=	http://nginx.org/download/
9
MASTER_SITES=	http://nginx.org/download/
(-)www/nginx/files/extra-patch-masterzen-nginx-upload-progress-module (+9 lines)
Line 0 Link Here
1
--- work/nginx-upload-progress-module-0.9.2/config.orig	2018-01-27 09:47:26.335521000 +0100
2
+++ work/nginx-upload-progress-module-0.9.2/config	2018-01-27 09:47:53.763756000 +0100
3
@@ -1,5 +1,5 @@
4
 ngx_addon_name=ngx_http_uploadprogress_module
5
-if test -n "$ngx_module_link"; then
6
+if [ $ngx_module_link = DYNAMIC ] ; then
7
     ngx_module_type=FILTER
8
     ngx_module_name=ngx_http_uploadprogress_module
9
     ngx_module_srcs="$ngx_addon_dir/ngx_http_uploadprogress_module.c"

Return to bug 225473