From owner-cvs-all@FreeBSD.ORG Fri Jun 15 13:25:58 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 13BB316A469 for ; Fri, 15 Jun 2007 13:25:58 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.230]) by mx1.freebsd.org (Postfix) with ESMTP id C6AFD13C46C for ; Fri, 15 Jun 2007 13:25:57 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: by nz-out-0506.google.com with SMTP id 14so810277nzn for ; Fri, 15 Jun 2007 06:25:57 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=Fa6og7DHE9M0wKIEIAUOM2rvtnourg03C0vADRVyXGUJnGxv5UXRqbjPiUn3k6eYwRmUpSO19xDf/54d9jbp4BcYd8+2ukihPr7XlSe0NRarmBzsg795m15h9gYaMlSBUHJPFEQQK9neRpAFhIieA7K/eZAvJrXESlq3uUA6nd8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=PpCmSqa+gNGaeDDAaCFtTr5hsKydzEMrGsqfhKDIyj/IRsc7FOxkcOfxiUHN8IuVnJhiCeC0LcPPwtdJK1yciTR84UmCAqhJo1SuO0gupOhVEEtLcpYaagww3td+1JyjJ2wNYVvy8fU8sTg6aF9PryMp8XBWwuiJY0t8BUBelHM= Received: by 10.115.16.1 with SMTP id t1mr2963229wai.1181913956920; Fri, 15 Jun 2007 06:25:56 -0700 (PDT) Received: by 10.114.194.13 with HTTP; Fri, 15 Jun 2007 06:25:56 -0700 (PDT) Message-ID: Date: Fri, 15 Jun 2007 17:25:56 +0400 From: "Andrew Pantyukhin" Sender: infofarmer@gmail.com To: "Alexey Dokuchaev" In-Reply-To: <200706151319.l5FDJ3ZT002340@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200706151319.l5FDJ3ZT002340@repoman.freebsd.org> X-Google-Sender-Auth: 6290a57fb7ba80da Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/games/ppracer Makefile pkg-descr 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: Fri, 15 Jun 2007 13:25:58 -0000 On 6/15/07, Alexey Dokuchaev wrote: > danfe 2007-06-15 13:19:03 UTC > > FreeBSD ports repository > > Modified files: > games/ppracer Makefile pkg-descr > Log: > - Fix the build with latest GCC [1] > - Improve on COMMENT and port description > - Utilize USE_DOS2UNIX > - Clean up Makefile > > Reported by: pointyhat [1] Please give credit to the actual human being, e.g "pointyhat via kris" or "pointyhat via pav". If you examined the logs yourself than "portsmon" should be appropriate. Thanks!