Date: Fri, 8 Jul 2005 23:53:00 +0200 (CEST) From: Gerald Pfeifer <gerald@pfeifer.com> To: ports@freebsd.org Subject: lang/gcc33: snapshots -> final release Message-ID: <Pine.BSF.4.62.0507082349240.14905@pulcherrima.dbai.tuwien.ac.at>
next in thread | raw e-mail | index | archive | help
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} \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.62.0507082349240.14905>