From owner-cvs-all@FreeBSD.ORG Sat May 15 20:55:54 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 D787F16A4CF; Sat, 15 May 2004 20:55:54 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78BB543D46; Sat, 15 May 2004 20:55:54 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i4G3tsGe060799; Sat, 15 May 2004 20:55:54 -0700 (PDT) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4G3trw4060798; Sat, 15 May 2004 20:55:53 -0700 (PDT) (envelope-from kris) Message-Id: <200405160355.i4G3trw4060798@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 15 May 2004 20:55:53 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/linux-png 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: Sun, 16 May 2004 03:55:55 -0000 kris 2004/05/15 20:55:53 PDT FreeBSD ports repository Modified files: graphics/linux-png Makefile Log: r1.9 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 Revision Changes Path 1.10 +1 -1 ports/graphics/linux-png/Makefile