Ticket #29955: update-to-1.0.5.diff

File update-to-1.0.5.diff, 1.4 KB (added by neverpanic (Clemens Lang), 13 years ago)

patch to update the Portfile to 1.0.5

  • Portfile

     
    44PortSystem          1.0
    55
    66name                nginx
    7 version             1.0.0
    8 revision            0
     7version             1.0.5
    98categories          www mail
    109platforms           darwin
    1110maintainers         boeyms openmaintainer
     
    2221                    consumption.
    2322
    2423homepage            http://nginx.org/
    25 master_sites        http://sysoev.ru/nginx:nginx \
     24master_sites        http://nginx.org/download:nginx \
    2625                    http://www.grid.net.ru/nginx/download/:upload_module \
    2726                    http://wiki.nginx.org/images/1/10/:secure_download_module \
    2827                    http://wiki.nginx.org/images/b/bb/:zip_module \
     
    3029
    3130distfiles           ${name}-${version}${extract.suffix}:nginx
    3231checksums           ${name}-${version}${extract.suffix} \
    33                     md5     5751c920c266ea5bb5fc38af77e9c71c \
    34                     sha1    1fc6e4b9ac0c709b6c1269dc44080b512aecd3e7 \
    35                     rmd160  66a4c62163143c8f12a8e71119efc27e4862862e
     32                    rmd160  0dffd97fc59b706e11312f25f7937b7a74acb56c \
     33                    sha256  b8c6df4e55a41425b57ba0de5ed8a84722dceb0eb7fbb4123f7f8f314763c8df
    3634
    3735depends_lib         \
    3836                    port:pcre \