Revision: 133574 https://trac.macports.org/changeset/133574 Author: cal@macports.org Date: 2015-03-05 11:08:47 -0800 (Thu, 05 Mar 2015) Log Message: ----------- nginx: update to 1.7.10, enable some default variants as a sane minimal configuration without additional dependencies, closes #47046 Modified Paths: -------------- trunk/dports/www/nginx/Portfile Modified: trunk/dports/www/nginx/Portfile =================================================================== --- trunk/dports/www/nginx/Portfile 2015-03-05 18:43:30 UTC (rev 133573) +++ trunk/dports/www/nginx/Portfile 2015-03-05 19:08:47 UTC (rev 133574) @@ -4,7 +4,7 @@ PortSystem 1.0 name nginx -version 1.7.9 +version 1.7.10 categories www mail platforms darwin license BSD @@ -34,8 +34,8 @@ distfiles ${name}-${version}${extract.suffix}:nginx checksums ${name}-${version}${extract.suffix} \ - rmd160 ba26c81d91f95f6f76333bd34c59ad37a5be5481 \ - sha256 1aafc7f0f530ddaa86d4ba24c14941ce0a584cc896f8261d6218f99625318f8a + rmd160 55455ab319e1a7245d38010ecc296c2472ea9186 \ + sha256 df73c1b468cebaf3530a5de910bed45ff2cfccf2cf4b9215d0aa0f4e39cf4460 \ depends_lib port:pcre \ port:zlib @@ -117,6 +117,8 @@ Additionally, the files [join ${auto_activate_confs} ", "] have been copied to ${nginx_confdir} if they didn't exist yet.\n\ Adjust these files to your needs before starting nginx." +default_variants +mp4 +flv +secure_link +ssl + variant addition description {Append text to pages} { configure.args-append --with-http_addition_module }