From owner-svn-ports-all@FreeBSD.ORG Mon Apr 29 12:41:34 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 884327DB; Mon, 29 Apr 2013 12:41:34 +0000 (UTC) (envelope-from kozlov@ravenloft.kiev.ua) Received: from ravenloft.kiev.ua (ravenloft.kiev.ua [94.244.131.95]) by mx1.freebsd.org (Postfix) with ESMTP id 4B5CB1249; Mon, 29 Apr 2013 12:41:33 +0000 (UTC) Date: Mon, 29 Apr 2013 15:41:32 +0300 From: Alex Kozlov To: Beech Rintoul Subject: Re: svn commit: r316770 - head/games/asteroid Message-ID: <20130429124132.GA53114@ravenloft.kiev.ua> References: <201304282325.r3SNPPGi020856@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201304282325.r3SNPPGi020856@svn.freebsd.org> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org 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: Mon, 29 Apr 2013 12:41:34 -0000 On Sun, Apr 28, 2013 at 11:25:25PM +0000, Beech Rintoul wrote: > Author: beech > Date: Sun Apr 28 23:25:25 2013 > New Revision: 316770 > URL: http://svnweb.freebsd.org/changeset/ports/316770 > > Log: > - Adjust dependencies for Desktop files > - Add desktopfileutils It's not necessary, there is no MimeType in .desktop file, therefore update-desktop-database is just a no-op: http://www.freebsd.org/gnome/docs/porting.html I think that this should be added to Porter's handbook. -- Alex