Ticket #33050: Portfile-nginx.diff

File Portfile-nginx.diff, 753 bytes (added by coditect (Nicholas Rawlings), 12 years ago)
  • Portfile

    old new  
    216216    configure.args-append   --with-debug
    217217}
    218218
     219variant mp4 description {Enable Nginx mp4 streaming module} {
     220    configure.args-append   --with-http_mp4_module
     221}
     222
     223variant image_filter description {Enable Nginx image filter module} {
     224    depends_lib-append      port:gd2
     225    configure.args-append   --with-http_image_filter_module
     226}
     227
     228variant xslt description {Enable Nginx XSLT module} {
     229    configure.args-append   --with-http_xslt_module
     230}
     231
    219232livecheck.type      regex
    220233livecheck.url       http://trac.nginx.org/nginx/browser/nginx_org/xml/versions.xml?format=txt
    221234livecheck.regex     "<stable> *(\\d+(?:\\.\\d+)*)"