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

Collapse All | Expand All

(-)www/nginx/Makefile (-3 / +3 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/
Lines 729-738 Link Here
729
.endif
729
.endif
730
730
731
.if ${PORT_OPTIONS:MHTTP_UPLOAD_PROGRESS}
731
.if ${PORT_OPTIONS:MHTTP_UPLOAD_PROGRESS}
732
NGINX_UPLOADPROGRESS_VERSION=	0.9.2
732
NGINX_UPLOADPROGRESS_VERSION=	afb2d31
733
GH_ACCOUNT+=	masterzen:uploadprogress
733
GH_ACCOUNT+=	masterzen:uploadprogress
734
GH_PROJECT+=	nginx-upload-progress-module:uploadprogress
734
GH_PROJECT+=	nginx-upload-progress-module:uploadprogress
735
GH_TAGNAME+=	v${NGINX_UPLOADPROGRESS_VERSION}:uploadprogress
735
GH_TAGNAME+=	${NGINX_UPLOADPROGRESS_VERSION}:uploadprogress
736
CONFIGURE_ARGS+=--add-module=${WRKSRC_uploadprogress}
736
CONFIGURE_ARGS+=--add-module=${WRKSRC_uploadprogress}
737
.endif
737
.endif
738
738
(-)www/nginx/distinfo (-3 / +3 lines)
Lines 1-4 Link Here
1
TIMESTAMP = 1516812661
1
TIMESTAMP = 1517046240
2
SHA256 (nginx-1.12.2.tar.gz) = 305f379da1d5fb5aefa79e45c829852ca6983c7cd2a79328f8e084a324cf0416
2
SHA256 (nginx-1.12.2.tar.gz) = 305f379da1d5fb5aefa79e45c829852ca6983c7cd2a79328f8e084a324cf0416
3
SIZE (nginx-1.12.2.tar.gz) = 981687
3
SIZE (nginx-1.12.2.tar.gz) = 981687
4
SHA256 (ngx_cache_purge-2.3.tar.gz) = 279e0d8a46d3b1521fd43b3f78bc1c08b263899142a7cc5058c1c0361a92c89c
4
SHA256 (ngx_cache_purge-2.3.tar.gz) = 279e0d8a46d3b1521fd43b3f78bc1c08b263899142a7cc5058c1c0361a92c89c
Lines 67-74 Link Here
67
SIZE (tarantool-nginx_upstream_module-1278ee5_GH0.tar.gz) = 48378
67
SIZE (tarantool-nginx_upstream_module-1278ee5_GH0.tar.gz) = 48378
68
SHA256 (Austinb-nginx-upload-module-72ec037_GH0.tar.gz) = c6d4e38ad0712c898cc53721f492f8f73acf2753cc0a0769fa34d4d6ba4e8efd
68
SHA256 (Austinb-nginx-upload-module-72ec037_GH0.tar.gz) = c6d4e38ad0712c898cc53721f492f8f73acf2753cc0a0769fa34d4d6ba4e8efd
69
SIZE (Austinb-nginx-upload-module-72ec037_GH0.tar.gz) = 28303
69
SIZE (Austinb-nginx-upload-module-72ec037_GH0.tar.gz) = 28303
70
SHA256 (masterzen-nginx-upload-progress-module-v0.9.2_GH0.tar.gz) = b286689355442657650421d8e8398bd4abf9dbbaade65947bb0cb74a349cc497
70
SHA256 (masterzen-nginx-upload-progress-module-afb2d31_GH0.tar.gz) = 6318851cc3a624aaad3b1f4cd9f51f79c86575c53dfe0c28bbdcf9470b6a33e6
71
SIZE (masterzen-nginx-upload-progress-module-v0.9.2_GH0.tar.gz) = 17268
71
SIZE (masterzen-nginx-upload-progress-module-afb2d31_GH0.tar.gz) = 17269
72
SHA256 (yaoweibin-nginx_upstream_check_module-9aecf15_GH0.tar.gz) = 4404c64e845e19feeb07a37976347987892a8e8680a961f793ff0d3ef96c07f4
72
SHA256 (yaoweibin-nginx_upstream_check_module-9aecf15_GH0.tar.gz) = 4404c64e845e19feeb07a37976347987892a8e8680a961f793ff0d3ef96c07f4
73
SIZE (yaoweibin-nginx_upstream_check_module-9aecf15_GH0.tar.gz) = 130039
73
SIZE (yaoweibin-nginx_upstream_check_module-9aecf15_GH0.tar.gz) = 130039
74
SHA256 (cryptofuture-nginx-upstream-fair-b5be36f_GH0.tar.gz) = e765afcaab6cd1601e914039a8d00ab18eb6fe01180c58e0e4e098bc5b4d8233
74
SHA256 (cryptofuture-nginx-upstream-fair-b5be36f_GH0.tar.gz) = e765afcaab6cd1601e914039a8d00ab18eb6fe01180c58e0e4e098bc5b4d8233
(-)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