From owner-cvs-all@FreeBSD.ORG Wed Dec 8 19:05:32 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EAB1D16A4CE; Wed, 8 Dec 2004 19:05:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B97B43D31; Wed, 8 Dec 2004 19:05:32 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB8J5WXQ088648; Wed, 8 Dec 2004 19:05:32 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB8J5W3G088647; Wed, 8 Dec 2004 19:05:32 GMT (envelope-from pav) Message-Id: <200412081905.iB8J5W3G088647@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 8 Dec 2004 19:05:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/lighttpd Makefile ports/www/lighttpd/files lighttpd.conf.sample X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Dec 2004 19:05:33 -0000 pav 2004-12-08 19:05:32 UTC FreeBSD ports repository Modified files: www/lighttpd Makefile www/lighttpd/files lighttpd.conf.sample Log: - add mirror sites managed by myself - server.pid-file config file entry needed by init script - WITHOUT_OPENSSL tunable to disable SSL support (enabled by default) PR: ports/74812 Submitted by: Hendrik Scholz (maintainer) Revision Changes Path 1.8 +15 -1 ports/www/lighttpd/Makefile 1.5 +3 -0 ports/www/lighttpd/files/lighttpd.conf.sample