From owner-cvs-ports@FreeBSD.ORG Mon Jun 14 14:22:16 2004 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EAA8016A4CF; Mon, 14 Jun 2004 14:22:16 +0000 (GMT) Received: from sakura.ninth-nine.com (sakura.ninth-nine.com [219.127.74.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5ABEF43D49; Mon, 14 Jun 2004 14:22:16 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from melfina.ninth-nine.com ([IPv6:2002:d312:f91e::1]) (authenticated bits=0) by sakura.ninth-nine.com (8.12.11/8.12.11/NinthNine) with ESMTP id i5EELxtL056783 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 14 Jun 2004 23:22:01 +0900 (JST) (envelope-from nork@FreeBSD.org) Date: Mon, 14 Jun 2004 23:21:59 +0900 From: Norikatsu Shigemura To: Michael Nottebrock Message-Id: <20040614232159.2ea2cb6d.nork@FreeBSD.org> In-Reply-To: <200406141605.24100.michaelnottebrock@gmx.net> References: <200406131236.i5DCaLeZ028098@repoman.freebsd.org> <200406141605.24100.michaelnottebrock@gmx.net> X-Mailer: Sylpheed version 0.9.9-gtk2-20040229 (GTK+ 2.4.3; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: cvs-ports@FreeBSD.org cc: freebsd@wanadoo.es cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/print/ghostscript-gnu Makefile distinfo pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 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: Mon, 14 Jun 2004 14:22:17 -0000 On Mon, 14 Jun 2004 16:05:23 +0200 Michael Nottebrock wrote: > On Sunday 13 June 2004 14:36, Norikatsu Shigemura wrote: > > nork 2004-06-13 12:36:21 UTC > > FreeBSD ports repository > > Modified files: > > print/ghostscript-gnu Makefile distinfo pkg-plist > > Log: > > o Remove ghostscript-fonts and Add dependency on print/gsfonts. > The new dependency points to the wrong file (gsfonts installs fonts.dir to > ${LOCALBASE}/share/ghostscript/fonts/fonts.dir), however, it's bogus in the > PRs to begin with. Yes, I missed, but fixed it. Thank you.