diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2009-08-28 16:13:10 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2009-08-28 16:13:10 +0000 |
commit | 568c7937c7c11b51bc5b6999f153c3caddab88f9 (patch) | |
tree | 75ee729a6fbdfb4752c747f1392271ad8a2cbe8e /www/nginx-devel/Makefile | |
parent | Reset maintainer at his request due to current lack of time. (diff) |
Update from 0.8.10 to 0.8.11.
Remove needless extra patch.
<ChangeLog>
*) Change: directive "gzip_disable msie6" enables gzipping for
MSIE 6.0 SV1.
*) Feature: file AIO support on FreeBSD and Linux.
*) Feature: the "directio_alignment" directive.
</ChangeLog>
Notes
Notes:
svn path=/head/; revision=240455
Diffstat (limited to 'www/nginx-devel/Makefile')
-rw-r--r-- | www/nginx-devel/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index 6650f45be0ba..22d940570a08 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= nginx -PORTVERSION= 0.8.10 +PORTVERSION= 0.8.11 CATEGORIES= www MASTER_SITES= http://sysoev.ru/nginx/ MASTER_SITES+= ${MASTER_SITE_LOCAL} @@ -18,7 +18,7 @@ MAINTAINER= osa@FreeBSD.org COMMENT= Robust and small WWW server OPTIONS= DEBUG "Enable nginx debugging" off \ - FILE_AIO "Enable file aio (experimental)" off \ + FILE_AIO "Enable file aio" off \ IPV6 "Enable IPv6" off \ GOOGLE_PERFTOOLS "Enable google perftools module" off \ HTTP_MODULE "Enable HTTP module" on \ @@ -345,9 +345,6 @@ post-patch: @${REINPLACE_CMD} 's!%%HTTP_PORT%%!${HTTP_PORT}!; \ s!%%PREFIX%%!${PREFIX}!' \ ${WRKSRC}/conf/nginx.conf -.if defined(WITH_FILE_AIO) - @${PATCH} ${PATCH_ARGS} < ${PATCHDIR}/extra-patch-aio -.endif .if defined(WITH_HTTP_ACCESSKEY_MODULE) @${REINPLACE_CMD} \ 's!$$HTTP_ACCESSKEY_MODULE!ngx_http_accesskey_module!' \ |