Ticket #33050: Portfile-nginx.diff
File Portfile-nginx.diff, 753 bytes (added by coditect (Nicholas Rawlings), 13 years ago) |
---|
-
Portfile
old new 216 216 configure.args-append --with-debug 217 217 } 218 218 219 variant mp4 description {Enable Nginx mp4 streaming module} { 220 configure.args-append --with-http_mp4_module 221 } 222 223 variant 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 228 variant xslt description {Enable Nginx XSLT module} { 229 configure.args-append --with-http_xslt_module 230 } 231 219 232 livecheck.type regex 220 233 livecheck.url http://trac.nginx.org/nginx/browser/nginx_org/xml/versions.xml?format=txt 221 234 livecheck.regex "<stable> *(\\d+(?:\\.\\d+)*)"