From owner-cvs-all@FreeBSD.ORG Sun May 16 21:54:18 2004 Return-Path: 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 ABED216A4CE; Sun, 16 May 2004 21:54:18 -0700 (PDT) Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A01A43D53; Sun, 16 May 2004 21:54:18 -0700 (PDT) (envelope-from linimon@lonesome.com) Received: from [192.160.235.2] (cs242743-143.austin.rr.com [24.27.43.143]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by mail.soaustin.net (Postfix) with ESMTP id B6609141EB; Sun, 16 May 2004 23:54:17 -0500 (CDT) From: Mark Linimon Organization: Lonesome Dove Computing Services To: Kris Kennaway Date: Sun, 16 May 2004 23:51:23 -0500 User-Agent: KMail/1.6.2 References: <200405160352.i4G3qYQ0060682@repoman.freebsd.org> In-Reply-To: <200405160352.i4G3qYQ0060682@repoman.freebsd.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200405162351.23309.linimon@lonesome.com> cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/graphics/linux-jpeg Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Mon, 17 May 2004 04:54:18 -0000 On Saturday 15 May 2004 10:52 pm, Kris Kennaway wrote: > Log: > r1.7 caused the PORTREVISION to go backwards since this port is a slave > of x11-toolkits/linux-gtk, that port previously had PORTREVISION=2 and this > port failed to override it. Set the PORTREVISION to 2 again. > > Pointy hats to: trevor, marcus Is this the same problem as noted in as ports/62657? mcl