From owner-cvs-all@FreeBSD.ORG Sat Jan 10 02:46:44 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 9DA2D16A4CE; Sat, 10 Jan 2004 02:46:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4034C43D53; Sat, 10 Jan 2004 02:46:43 -0800 (PST) (envelope-from edwin@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 i0AAkh0B085018; Sat, 10 Jan 2004 02:46:43 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0AAkhkr085017; Sat, 10 Jan 2004 02:46:43 -0800 (PST) (envelope-from edwin) Message-Id: <200401101046.i0AAkhkr085017@repoman.freebsd.org> From: Edwin Groothuis Date: Sat, 10 Jan 2004 02:46:43 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/gdb53 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: Sat, 10 Jan 2004 10:46:44 -0000 edwin 2004/01/10 02:46:43 PST FreeBSD ports repository Modified files: devel/gdb53 Makefile Log: devel/gdb53 downgraded without bumping PORTEPOCH On 2003-11-21, the devel/gdb53 port was downgraded from 5.3_20030311 to 5.3 without setting PORTEPOCH. The reason was to make the port fetchable after the discontinuation of the gdb 5.3.1 branch according to http://www.freebsd.org/cgi/cvsweb.cgi/ports/devel/gdb53/Makefile?rev=1.21&content-type=text/x-cvsweb-markup The missing PORTEPOCH confuses pkg_version, and rightfully so: # pkg_version -v -s gdb* gdb-5.3_20030311 > succeeds port (port has 5.3) Please remember to increase PORTEPOCH when downgrading the version of a port. PR: ports/60484 Submitted by: Matthias Andree Approved by: maintainer timeout Revision Changes Path 1.22 +1 -0 ports/devel/gdb53/Makefile