From owner-freebsd-ports@FreeBSD.ORG Fri Jul 8 21:58:08 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 089D316A41C for ; Fri, 8 Jul 2005 21:58:08 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from hood.oook.cz (hood.oook.cz [212.27.205.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C6DE43D48 for ; Fri, 8 Jul 2005 21:58:06 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from hood.oook.cz (localhost.oook.cz [127.0.0.1]) by hood.oook.cz (8.13.3/8.13.3) with ESMTP id j68Lw5cv084745 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 8 Jul 2005 23:58:05 +0200 (CEST) (envelope-from pav@FreeBSD.org) Received: (from pav@localhost) by hood.oook.cz (8.13.3/8.13.3/Submit) id j68Lw5Au084736; Fri, 8 Jul 2005 23:58:05 +0200 (CEST) (envelope-from pav@FreeBSD.org) X-Authentication-Warning: hood.oook.cz: pav set sender to pav@FreeBSD.org using -f From: Pav Lucistnik To: Gerald Pfeifer In-Reply-To: References: Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-qIJZL6okAsur541h28rs" Date: Fri, 08 Jul 2005 23:58:04 +0200 Message-Id: <1120859884.91809.13.camel@hood.oook.cz> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 FreeBSD GNOME Team Port Cc: ports@FreeBSD.org Subject: Re: lang/gcc33: snapshots -> final release X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pav@FreeBSD.org 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:58:08 -0000 --=-qIJZL6okAsur541h28rs Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: quoted-printable Gerald Pfeifer p=ED=B9e v p=E1 08. 07. 2005 v 23:53 +0200: > 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. >=20 > I've got a proto-patch which looks as follows, but simply removing=20 > PORTREVISION is bad in terms of version comparisons as far as I can > see. >=20 > Would changing the revision from "20050511" to "release" work? >=20 > Gerald >=20 > Index: Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > 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 @@ > =20 > PORTNAME=3D gcc > PORTVERSION=3D 3.3.6 > -PORTREVISION=3D 20050511 > CATEGORIES=3D lang > -VERSIONSTRING=3D 3.3-${PORTREVISION} > +VERSIONSTRING=3D 3.3.6 > MASTER_SITES=3D ${MASTER_SITE_GCC} > -MASTER_SITE_SUBDIR=3D snapshots/${VERSIONSTRING} > +MASTER_SITE_SUBDIR=3D releases/${VERSIONSTRING} > DISTFILES=3D \ > gcc-core-${VERSIONSTRING}${EXTRACT_SUFX} \ > gcc-g++-${VERSIONSTRING}${EXTRACT_SUFX} \ This looks like decreating PKGVERSION to me, because 3.3.6.20050511 is more than 3.3.6. You will have to add PORTEPOCH=3D1 or something. --=20 Pav Lucistnik Somebody ought to cross ball point pens with coat hangers so that the pens will multiply instead of disappear. --=-qIJZL6okAsur541h28rs Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQBCzvbsntdYP8FOsoIRAiBTAKDMMOpf6io3A/mp5GbzbBEA06eQGgCdFfQf I6jSa/7hGWG+x+9kCLDuAqo= =hk8u -----END PGP SIGNATURE----- --=-qIJZL6okAsur541h28rs--