[120174] trunk/dports/www/nginx/Portfile
cal at macports.org
cal at macports.org
Sun May 18 06:02:27 PDT 2014
Revision: 120174
https://trac.macports.org/changeset/120174
Author: cal at macports.org
Date: 2014-05-18 06:02:27 -0700 (Sun, 18 May 2014)
Log Message:
-----------
nginx: add davext module variant, closes #43201
Modified Paths:
--------------
trunk/dports/www/nginx/Portfile
Modified: trunk/dports/www/nginx/Portfile
===================================================================
--- trunk/dports/www/nginx/Portfile 2014-05-18 12:57:19 UTC (rev 120173)
+++ trunk/dports/www/nginx/Portfile 2014-05-18 13:02:27 UTC (rev 120174)
@@ -25,7 +25,8 @@
http://www.grid.net.ru/nginx/download/:upload_module \
googlecode:mod-zip:zip_module \
http://people.freebsd.org/~osa/:redis_module \
- https://github.com/downloads/masterzen/nginx-upload-progress-module:uploadprogress_module
+ https://github.com/downloads/masterzen/nginx-upload-progress-module:uploadprogress_module \
+ https://github.com/arut/nginx-dav-ext-module/archive/:davext_module
distfiles ${name}-${version}${extract.suffix}:nginx
checksums ${name}-${version}${extract.suffix} \
@@ -105,6 +106,17 @@
configure.args-append --with-http_dav_module
}
+variant davext description {Add WebDAV (extended) support to server} {
+ set davext_filename nginx-dav-ext-module
+ set davext_version 0.0.3
+ set davext_distname ${davext_filename}-${davext_version}
+ distfiles-append v${davext_version}.tar.gz:davext_module
+ checksums-append v${davext_version}.tar.gz \
+ rmd160 0d407e687bd59e81c2c9805ee8b39b8b85d43d08 \
+ sha256 d428a0236c933779cb40ac8c91afb19d5c25a376dc3caab825bfd543e1ee530d
+ configure.args-append --with-http_dav_module --add-module=${workpath}/${davext_distname}
+}
+
variant degradation description {Allow to return 204 or 444 code for some locations on low memory condition} {
configure.args-append --with-http_degradation_module
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140518/a5138816/attachment.html>
More information about the macports-changes
mailing list