From owner-cvs-all@FreeBSD.ORG Sat Jun 16 09:06:37 2007 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9F37416A400; Sat, 16 Jun 2007 09:06:37 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 86C3413C447; Sat, 16 Jun 2007 09:06:37 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id EE86D1A3C1A; Sat, 16 Jun 2007 02:06:01 -0700 (PDT) Received: from rot13.obsecurity.org (rot13.obsecurity.org [192.168.1.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 8AF20513AE; Sat, 16 Jun 2007 05:06:35 -0400 (EDT) Received: by rot13.obsecurity.org (Postfix, from userid 1001) id 205F8BE98; Sat, 16 Jun 2007 05:06:34 -0400 (EDT) Date: Sat, 16 Jun 2007 05:06:34 -0400 From: Kris Kennaway To: infofarmer@FreeBSD.org Message-ID: <20070616090634.GA21205@rot13.obsecurity.org> References: <200706160825.l5G8PijM040543@repoman.freebsd.org> <20070616082548.CCC9416A4DA@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i Cc: cvs-ports@freebsd.org, Anish Mistry , Li-Wen Hsu , cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/games Makefile ports/games/gdado Makefile distinfo pkg-descr pkg-plist ports/games/gdado/files patch-Makefile.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, 16 Jun 2007 09:06:37 -0000 On Sat, Jun 16, 2007 at 12:36:12PM +0400, Andrew Pantyukhin wrote: > On 6/16/07, Li-Wen Hsu wrote: > >lwhsu 2007-06-16 08:25:44 UTC > > > > FreeBSD ports repository > > > > Modified files: > > games Makefile > > Added files: > > games/gdado Makefile distinfo pkg-descr pkg-plist > > games/gdado/files patch-Makefile.in > > Log: > > Add gdado 2.2, GTK2 dice roller. > > > > PR: ports/112470 > > Submitted by: Anish Mistry > > > > Revision Changes Path > > 1.1121 +1 -0 ports/games/Makefile > > 1.1 +23 -0 ports/games/gdado/Makefile (new) > > 1.1 +3 -0 ports/games/gdado/distinfo (new) > > 1.1 +11 -0 ports/games/gdado/files/patch-Makefile.in (new) > > 1.1 +3 -0 ports/games/gdado/pkg-descr (new) > > 1.1 +15 -0 ports/games/gdado/pkg-plist (new) > >_______________________________________________ > >+++ ports/games/gdado/pkg-plist Sat Jun 16 08:25:43 2007 > >+share/gnome/pixmaps/gdado/menu_sides_6.xpm > >+share/gnome/pixmaps/gdado/menu_sides_8.xpm > >+@dirrm share/gnome/pixmaps/gdado > >+@dirrmtry share/applications > > Ideally, all the dirs not in mtrees should be dirrm'd > or dirrmtry'd. In this case share/gnome/pixmaps and > share/gnome. Only if not created by another port in the dependency chain. Is that not the case here? Kris