From owner-svn-ports-all@FreeBSD.ORG Tue Oct 23 19:51:20 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2E53A114; Tue, 23 Oct 2012 19:51:20 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 139E78FC0A; Tue, 23 Oct 2012 19:51:20 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9NJpJIv044196; Tue, 23 Oct 2012 19:51:19 GMT (envelope-from mm@svn.freebsd.org) Received: (from mm@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9NJpJEE044194; Tue, 23 Oct 2012 19:51:19 GMT (envelope-from mm@svn.freebsd.org) Message-Id: <201210231951.q9NJpJEE044194@svn.freebsd.org> From: Martin Matuska Date: Tue, 23 Oct 2012 19:51:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r306323 - head/www/lighttpd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Oct 2012 19:51:20 -0000 Author: mm Date: Tue Oct 23 19:51:19 2012 New Revision: 306323 URL: http://svn.freebsd.org/changeset/ports/306323 Log: Fix python path in configuration files PR: ports/172165 Submitted by: crees Feature safe: yes Modified: head/www/lighttpd/Makefile Modified: head/www/lighttpd/Makefile ============================================================================== --- head/www/lighttpd/Makefile Tue Oct 23 19:04:19 2012 (r306322) +++ head/www/lighttpd/Makefile Tue Oct 23 19:51:19 2012 (r306323) @@ -7,7 +7,7 @@ PORTNAME?= lighttpd PORTVERSION= 1.4.31 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES?= www MASTER_SITES?= http://download.lighttpd.net/lighttpd/releases-1.4.x/ @@ -205,6 +205,9 @@ post-patch: ${WRKSRC}/doc/config/lighttpd.conf @${REINPLACE_CMD} -e "s|/etc/lighttpd|${PREFIX}/etc/lighttpd|g" \ ${WRKSRC}/doc/config/conf.d/auth.conf + @${REINPLACE_CMD} -e "s|/usr/bin/python|${LOCALBASE}/bin/python|" \ + ${WRKSRC}/doc/config/conf.d/cgi.conf \ + ${WRKSRC}/tests/*.conf @${ECHO} >> ${WRKSRC}/doc/config/lighttpd.conf @${ECHO} "# IPv4 listening socket" >> \ ${WRKSRC}/doc/config/lighttpd.conf