From owner-freebsd-ports@FreeBSD.ORG Fri Jul 8 21:53:05 2005 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F112216A41C for ; Fri, 8 Jul 2005 21:53:05 +0000 (GMT) (envelope-from gerald@pfeifer.com) Received: from vexpert.dbai.tuwien.ac.at (vexpert.dbai.tuwien.ac.at [128.131.111.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id A214F43D49 for ; Fri, 8 Jul 2005 21:53:05 +0000 (GMT) (envelope-from gerald@pfeifer.com) Received: from [128.131.111.48] (pulcherrima [128.131.111.48]) by vexpert.dbai.tuwien.ac.at (Postfix) with ESMTP id 96F2313794 for ; Fri, 8 Jul 2005 23:53:04 +0200 (CEST) Date: Fri, 8 Jul 2005 23:53:00 +0200 (CEST) From: Gerald Pfeifer To: ports@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Subject: lang/gcc33: snapshots -> final release X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jul 2005 21:53:06 -0000 The GCC 3.3 branch has been closed, so I'd like to move the lang/gcc33 from using some snapshot to the final release of that branch. I've got a proto-patch which looks as follows, but simply removing PORTREVISION is bad in terms of version comparisons as far as I can see. Would changing the revision from "20050511" to "release" work? Gerald Index: Makefile =================================================================== RCS file: /home/pcvs/ports/lang/gcc33/Makefile,v retrieving revision 1.198 diff -u -3 -p -r1.198 Makefile --- Makefile 22 May 2005 00:37:29 -0000 1.198 +++ Makefile 8 Jul 2005 21:46:28 -0000 @@ -8,11 +8,10 @@ PORTNAME= gcc PORTVERSION= 3.3.6 -PORTREVISION= 20050511 CATEGORIES= lang -VERSIONSTRING= 3.3-${PORTREVISION} +VERSIONSTRING= 3.3.6 MASTER_SITES= ${MASTER_SITE_GCC} -MASTER_SITE_SUBDIR= snapshots/${VERSIONSTRING} +MASTER_SITE_SUBDIR= releases/${VERSIONSTRING} DISTFILES= \ gcc-core-${VERSIONSTRING}${EXTRACT_SUFX} \ gcc-g++-${VERSIONSTRING}${EXTRACT_SUFX} \