Ticket #60305: Portfile-nginx-http_push.diff
File Portfile-nginx-http_push.diff, 1.1 KB (added by tobiasps (Tobias Steinmann), 5 years ago) |
---|
-
(a) Portfile.orig vs. (b) Portfile_http_push
a b 349 349 350 350 variant http_push description {Enable Ngx HTTP Push module (https://github.com/slact/nchan)} { 351 351 set http_push_filename nchan 352 set http_push_version 1.2. 1352 set http_push_version 1.2.7 353 353 set http_push_distname ${http_push_filename}-${http_push_version} 354 354 distfiles-append v${http_push_version}.tar.gz:http_push_module 355 355 checksums-append v${http_push_version}.tar.gz \ 356 rmd160 aeae5bbb2becaa83a52ccf1350f7b8ee170ab388\357 sha256 7bb3ae57a036afabee1da5e40085b69b3fd68026fcc1d8abc98a8ad9f5dccc44\358 size 6 45188356 rmd160 13dcd7dba0c88f1d6c74e008f1e8c3d96b8b4e42 \ 357 sha256 8bb5d1749af759bb5e9cc5476a9c4b44d51bee6096bb89ab5ff53e85367b490b \ 358 size 673406 359 359 360 360 configure.args-append --add-module=${workpath}/${http_push_distname} 361 361 }