From owner-cvs-ports@FreeBSD.ORG Thu Aug 19 20:07:00 2010 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 58946106567A for ; Thu, 19 Aug 2010 20:07:00 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx21.fluidhosting.com [204.14.89.4]) by mx1.freebsd.org (Postfix) with ESMTP id DA3848FC25 for ; Thu, 19 Aug 2010 20:06:59 +0000 (UTC) Received: (qmail 1882 invoked by uid 399); 19 Aug 2010 20:06:59 -0000 Received: from localhost (HELO lap.dougb.net) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTPAM; 19 Aug 2010 20:06:59 -0000 X-Originating-IP: 127.0.0.1 X-Sender: dougb@dougbarton.us Message-ID: <4C6D8EE1.5010709@FreeBSD.org> Date: Thu, 19 Aug 2010 13:06:57 -0700 From: Doug Barton Organization: http://SupersetSolutions.com/ User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.2.8) Gecko/20100807 Thunderbird/3.1.2 MIME-Version: 1.0 To: Wesley Shields References: <201008180008.o7I08CGR014026@repoman.freebsd.org> <4C6D8D2A.8050602@FreeBSD.org> In-Reply-To: <4C6D8D2A.8050602@FreeBSD.org> X-Enigmail-Version: 1.1.2 OpenPGP: id=1A1ABC84 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-ports@FreeBSD.org, Till Klampaeckel , cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/databases/couchdb Makefile distinfo pkg-plist ports/databases/couchdb/files couchdb.in 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: Thu, 19 Aug 2010 20:07:00 -0000 sorry, these: : ${couchdb_respawn:-"0"}" : ${couchdb_user:-"couchdb"}" : ${couchdb_enablelogs:-"YES"}" : ${couchdb_etcdir:-"%%PREFIX%%/etc/couchdb"}" need to be: : ${couchdb_respawn:="0"} : ${couchdb_user:="couchdb"} : ${couchdb_enablelogs:="YES"} : ${couchdb_etcdir:="%%PREFIX%%/etc/couchdb"} I was moving too quickly there. But that's why I tell people to test things before approving the changes. :) Doug -- Improve the effectiveness of your Internet presence with a domain name makeover! http://SupersetSolutions.com/ Computers are useless. They can only give you answers. -- Pablo Picasso