From owner-svn-ports-branches@freebsd.org Mon Oct 19 13:36:46 2015 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 94BDBA18DCA; Mon, 19 Oct 2015 13:36:46 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 61609128C; Mon, 19 Oct 2015 13:36:46 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9JDajFh000127; Mon, 19 Oct 2015 13:36:45 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9JDajOb000126; Mon, 19 Oct 2015 13:36:45 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201510191336.t9JDajOb000126@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Mon, 19 Oct 2015 13:36:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r399670 - branches/2015Q4/www/lighttpd X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Oct 2015 13:36:46 -0000 Author: madpilot Date: Mon Oct 19 13:36:45 2015 New Revision: 399670 URL: https://svnweb.freebsd.org/changeset/ports/399670 Log: MFH: r399619 Update option description as proposed by port maintainer PR: 175775 Submitted by: xaero at xaerolimit.net Approved by: pkubaj at riseup.net (maintainer) Approved by: ports-secteam (feld) Modified: branches/2015Q4/www/lighttpd/Makefile Directory Properties: branches/2015Q4/ (props changed) Modified: branches/2015Q4/www/lighttpd/Makefile ============================================================================== --- branches/2015Q4/www/lighttpd/Makefile Mon Oct 19 13:34:33 2015 (r399669) +++ branches/2015Q4/www/lighttpd/Makefile Mon Oct 19 13:36:45 2015 (r399670) @@ -40,6 +40,7 @@ OPTIONS_DEFAULT= IPV6 OPENSSL BZIP2_DESC= bzip2 support (mod_compress) GDBM_DESC= gdbm storage (mod_trigger_b4_dl) LDAP_DESC= LDAP authentication +LIBEV_DESC= Fast events support via libev (disables kqueue) LUA_DESC= lua support (mod_cml, mod_magnet) MEMCACHE_DESC= memcached storage (mod_trigger_b4_dl) MYSQL_DESC= MySQL support (mod_mysql_vhost)