From owner-cvs-all@FreeBSD.ORG Sat Oct 22 03:05:02 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4DB4F16A41F for ; Sat, 22 Oct 2005 03:05:02 +0000 (GMT) (envelope-from sergei@FreeBSD.org) Received: from tirith.elendil.ru (tirith.elendil.ru [195.68.151.124]) by mx1.FreeBSD.org (Postfix) with SMTP id 6FD4143D45 for ; Sat, 22 Oct 2005 03:05:01 +0000 (GMT) (envelope-from sergei@FreeBSD.org) Received: (qmail 4388 invoked from network); 22 Oct 2005 03:03:55 -0000 Received: from narsil.elendil.ru ([10.19.72.1]) by tirith.elendil.ru ([10.19.72.4]) with ESMTP via TCP; 22 Oct 2005 03:03:55 -0000 Received: (qmail 69923 invoked from network); 22 Oct 2005 02:56:52 -0000 Received: from unknown (HELO ?10.253.129.233?) (sgk@10.253.129.233) by narsil.elendil.ru with ESMTPA; 22 Oct 2005 02:56:52 -0000 Message-ID: <4359AC58.3090300@FreeBSD.org> Date: Sat, 22 Oct 2005 07:04:56 +0400 From: Sergei Kolobov User-Agent: Thunderbird 1.4 (Windows/20050908) MIME-Version: 1.0 To: Kris Kennaway References: <200510210931.j9L9VpxT087214@repoman.freebsd.org> <20051021193426.GB13431@xor.obsecurity.org> In-Reply-To: <20051021193426.GB13431@xor.obsecurity.org> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/devel/bglibs Makefile 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, 22 Oct 2005 03:05:02 -0000 On 21.10.2005 23:34, Kris Kennaway wrote: > On Fri, Oct 21, 2005 at 09:31:50AM +0000, Sergei Kolobov wrote: >> sergei 2005-10-21 09:31:50 UTC >> >> FreeBSD ports repository >> >> Modified files: >> devel/bglibs Makefile >> Log: >> - Bump PORTREVISION - forgotten in the previous commit (build fix on 4.x) > > It wasn't necessary if it's a build fix, because the port was > unbuildable and no-one had it installed. I know it is not strictly necessary, but the dependencies has changed due to introduced USE_GCC=3.2+ so I thought it warrants a PORTREVISION bump. Sergei