From owner-cvs-all@FreeBSD.ORG Sat Jan 28 19:44:32 2006 Return-Path: X-Original-To: cvs-all@freebsd.org 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 9D13B16A423 for ; Sat, 28 Jan 2006 19:44:32 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6568743D5D for ; Sat, 28 Jan 2006 19:44:30 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id 8so827037nzo for ; Sat, 28 Jan 2006 11:44:29 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=LLlTp/Sz/R3YpA3Wt7QZxN+GOhkcHJNuL8fzHmhYz78zcOgbRI7VoX3yjXsT+lwd3JtqW7QmL5ZlL5KyuNa6FMvh+Yz9eiU/iuq2qvLKHrswh8l9X0oEri3UE6j/JA01mIz3lT+dVFaUHLpK/3gthY0XOdgSZVHgTsnbF3bFz3A= Received: by 10.36.222.24 with SMTP id u24mr3588750nzg; Sat, 28 Jan 2006 11:44:29 -0800 (PST) Received: by 10.37.20.67 with HTTP; Sat, 28 Jan 2006 11:44:29 -0800 (PST) Message-ID: Date: Sat, 28 Jan 2006 22:44:29 +0300 From: Andrew Pantyukhin To: Kris Kennaway In-Reply-To: <20060128193852.GA30951@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200601281659.k0SGxWdP049268@repoman.freebsd.org> <20060128193852.GA30951@xor.obsecurity.org> Cc: cvs-ports@freebsd.org, Pav Lucistnik , cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/www/yabb Makefile pkg-plist ports/www/yabb/files pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 28 Jan 2006 19:44:32 -0000 On 1/28/06, Kris Kennaway wrote: > On Sat, Jan 28, 2006 at 04:59:32PM +0000, Pav Lucistnik wrote: > > pav 2006-01-28 16:59:32 UTC > > > > FreeBSD ports repository > > > > Modified files: > > www/yabb Makefile pkg-plist > > www/yabb/files pkg-message.in > > Log: > > - Now installs into /usr/local/www instead of /usr/local/www/{data,cg= i-bin} > > - Data flatfiles are now cautiously left behind whether they have cha= nged or not > > It's not OK for packages to leave files behind after deinstallation. > Can you please fix this? > > Kris > > > NO_PACKAGE was set in the same commit, if that helps