Ticket #47608: nginx.diff
File nginx.diff, 1.3 KB (added by xeron (Ivan Larionov), 10 years ago) |
---|
-
www/nginx/Portfile
4 4 PortSystem 1.0 5 5 6 6 name nginx 7 version 1. 7.127 version 1.9.0 8 8 categories www mail 9 9 platforms darwin 10 10 license BSD … … 34 34 35 35 distfiles ${name}-${version}${extract.suffix}:nginx 36 36 checksums ${name}-${version}${extract.suffix} \ 37 rmd160 586e51bf36e9a7287ac8d1ab2fe371ccfcbf9ffb\38 sha256 22d1f0b6d064e125b01aeb2c6171682559d2488e1b102fc48ec564aa36e6689737 rmd160 348d9d708e3988139808586b2027a492078e3dd2 \ 38 sha256 e12aa1d5b701edde880ebcc7be47ca171c3fbeed8fa7c8c62054a6f19d27f248 39 39 40 40 depends_lib port:pcre \ 41 41 port:zlib … … 227 227 configure.args-append --with-http_sub_module 228 228 } 229 229 230 variant stream description {Enable ngx_stream_core_module for generic TCP proxying and load balancing} { 231 configure.args-append --with-stream 232 } 233 230 234 variant upload description {Enable Valery Kholodkov's upload module (http://grid.net.ru/nginx/upload.en.html)} { 231 235 set upload_filename nginx_upload_module 232 236 set upload_version 2.2.0