From owner-cvs-ports@FreeBSD.ORG Thu Jun 14 17:48:15 2007 Return-Path: X-Original-To: cvs-ports@freebsd.org Delivered-To: cvs-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4B34816A46D for ; Thu, 14 Jun 2007 17:48:15 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.176]) by mx1.freebsd.org (Postfix) with ESMTP id 2223513C448 for ; Thu, 14 Jun 2007 17:48:15 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: by wa-out-1112.google.com with SMTP id j37so812594waf for ; Thu, 14 Jun 2007 10:48:14 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=rmkcOj0ryx94IOEORthu+kpzsb3qGVkD1HbxHqX9tFY6Vcx8yQwnPB4LpmIvRjHBz4cyzLvu8H15Pc+jCPhWhEKRtwXmBwrvj7Ehe/hya9zpdWmMqmwdW6kamle3ZZvghdJj5go/+RI8pqaOL2Flbowh0ZaNLYlpCc1SM5kfEPI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=I03RzFTa/OVwW+Y3NPTron29KN7kPhBjQ212hYKZw3yGFW9hofw32DXesmAgmQh/cseIqIxPHrjokJuicU7yRQNHrHy2JkaMGIktkfGrLHXnYYhS5yEJ1kUsDSS1MZHO/ldlq8YATT4EU8YB7IV44NrseEf+eOxfJnVHKJpzYJ8= Received: by 10.115.23.12 with SMTP id a12mr2021775waj.1181843294864; Thu, 14 Jun 2007 10:48:14 -0700 (PDT) Received: by 10.114.194.13 with HTTP; Thu, 14 Jun 2007 10:48:14 -0700 (PDT) Message-ID: Date: Thu, 14 Jun 2007 21:48:14 +0400 From: "Andrew Pantyukhin" Sender: infofarmer@gmail.com To: "Johan van Selst" , cvs-all@freebsd.org, cvs-ports@freebsd.org, ports-committers@freebsd.org In-Reply-To: <20070614173824.1D60316A6B0@hub.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200706141738.l5EHcJSU045467@repoman.freebsd.org> <20070614173824.1D60316A6B0@hub.freebsd.org> X-Google-Sender-Auth: fb0785906351a0f8 Cc: Subject: Re: cvs commit: ports UPDATING X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: infofarmer@FreeBSD.org List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jun 2007 17:48:15 -0000 On 6/14/07, Johan van Selst wrote: > johans 2007-06-14 17:38:18 UTC > > FreeBSD ports repository > > Modified files: > . UPDATING > Log: > Note that www/xshttpd-devel now installs into another directory > > Reviewed by: flz > > Revision Changes Path > 1.515 +10 -1 ports/UPDATING > _______________________________________________ > +20070614: > + AFFECTS: users of www/xshttpd-devel and web apps porters > + AUTHOR: johans@FreeBSD.org > + > + www/xshttpd-devel now uses ${LOCALBASE}/www/xshttpd/ as a root > + directory for its data files. The xshttpd configuration files have > + been moved to ${LOCALBASE}/www/xshttpd/conf/. Move the appropriate > + local files manually if you are upgrading from versions <= 3.5.b07 It's a common mistake these days, but still LOCALBASE is not PREFIX, and you obviously meant PREFIX here.