From owner-cvs-all@FreeBSD.ORG Sat Jun 16 08:36:13 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 2D2BA16A41F for ; Sat, 16 Jun 2007 08:36:13 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.181]) by mx1.freebsd.org (Postfix) with ESMTP id E9D7F13C487 for ; Sat, 16 Jun 2007 08:36:12 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: by wa-out-1112.google.com with SMTP id j37so1496970waf for ; Sat, 16 Jun 2007 01:36:12 -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=iV8LZSU3NOsQYWqo9KqiUB491daji/pUoiNC4TeWf3IcooSaTY2obAmx/7bFmze3WcCG0XUFn9YU57w2xERszAaJ5FXSG070bJDrBnX5s2dXPu2wBXIS6KmM2dYIFBwwaFcpEc0pABTHc52T+UXyx4wm1i6QOeF5S2rysSnuUOU= 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=UDvp2iwL5vtcIkRwwcd/AahYgtzFkH1xdlxXyfQAPINa80qL5HgfPX9IpIu1+8nk2FoptnhPfkbX+SbthrLCKdMcreuT51LnGtVmb4Pi31s8KaTFKSV0GT21PeFgs3DeXTKOYSR1bb9LrFLgTR3NrscYmjk4YL3hDfmK+lUYUiM= Received: by 10.114.159.1 with SMTP id h1mr3929837wae.1181982972664; Sat, 16 Jun 2007 01:36:12 -0700 (PDT) Received: by 10.114.194.5 with HTTP; Sat, 16 Jun 2007 01:36:12 -0700 (PDT) Message-ID: Date: Sat, 16 Jun 2007 12:36:12 +0400 From: "Andrew Pantyukhin" Sender: infofarmer@gmail.com To: "Li-Wen Hsu" , cvs-all@freebsd.org, cvs-ports@freebsd.org, ports-committers@freebsd.org, "Anish Mistry" In-Reply-To: <20070616082548.CCC9416A4DA@hub.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200706160825.l5G8PijM040543@repoman.freebsd.org> <20070616082548.CCC9416A4DA@hub.freebsd.org> X-Google-Sender-Auth: 93fe70cbfc0891ed Cc: 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 Reply-To: infofarmer@FreeBSD.org 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 08:36:13 -0000 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. Thanks!