From owner-cvs-ports@FreeBSD.ORG Mon Jul 20 09:04:55 2009 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 51AA9106566C; Mon, 20 Jul 2009 09:04:55 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4187C8FC1E; Mon, 20 Jul 2009 09:04:55 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n6K94tIB012108; Mon, 20 Jul 2009 09:04:55 GMT (envelope-from osa@repoman.freebsd.org) Received: (from osa@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n6K94tAP012107; Mon, 20 Jul 2009 09:04:55 GMT (envelope-from osa) Message-Id: <200907200904.n6K94tAP012107@repoman.freebsd.org> From: "Sergey A. Osokin" Date: Mon, 20 Jul 2009 09:04:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/nginx-devel Makefile distinfo X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Jul 2009 09:04:56 -0000 osa 2009-07-20 09:04:55 UTC FreeBSD ports repository Modified files: www/nginx-devel Makefile distinfo Log: Update from 0.8.5 to 0.8.6. Add two new variables NGINX_ACCESSLOG and NGINX_ERRORLOG to allow log paths customization, i.e. % make NGINX_ACCESSLOG=/dev/null NOTE. If you want nginx to log errors into stderr it's better to use % make NGINX_ERRORLOG=stderr instead of NGINX_ERRORLOG=/dev/stderr to avoid duplicate error messages during startup. *) Feature: the ngx_http_geoip_module. *) Bugfix: XSLT filter may fail with message "not well formed XML document" for valid XML document. Thanks to Kuramoto Eiji. *) Bugfix: now in MacOSX, Cygwin, and nginx/Windows locations given by a regular expression are always tested in case insensitive mode; *) Bugfix: now nginx/Windows ignores trailing dots in URI. Thanks to Hugo Leisink. *) Bugfix: name of file specified in --conf-path was not honored during installation; the bug had appeared in 0.6.6. Thanks to Maxim Dounin. Revision Changes Path 1.229 +6 -3 ports/www/nginx-devel/Makefile 1.200 +3 -3 ports/www/nginx-devel/distinfo