Ticket #60305: Portfile-nginx-http_push.diff

File Portfile-nginx-http_push.diff, 1.1 KB (added by tobiasps (Tobias Steinmann), 4 years ago)

Updates nchan to v1.2.7.

  • (a) Portfile.orig vs. (b) Portfile_http_push

    a b  
    349349
    350350variant http_push description {Enable Ngx HTTP Push module (https://github.com/slact/nchan)} {
    351351    set http_push_filename  nchan
    352     set http_push_version   1.2.1
     352    set http_push_version   1.2.7
    353353    set http_push_distname  ${http_push_filename}-${http_push_version}
    354354    distfiles-append        v${http_push_version}.tar.gz:http_push_module
    355355    checksums-append        v${http_push_version}.tar.gz \
    356                             rmd160  aeae5bbb2becaa83a52ccf1350f7b8ee170ab388 \
    357                             sha256  7bb3ae57a036afabee1da5e40085b69b3fd68026fcc1d8abc98a8ad9f5dccc44 \
    358                             size    645188
     356                            rmd160  13dcd7dba0c88f1d6c74e008f1e8c3d96b8b4e42 \
     357                            sha256  8bb5d1749af759bb5e9cc5476a9c4b44d51bee6096bb89ab5ff53e85367b490b \
     358                            size    673406
    359359
    360360     configure.args-append   --add-module=${workpath}/${http_push_distname}
    361361}