lang/gcc33: snapshots -> final release

Gerald Pfeifer gerald at pfeifer.com
Fri Jul 8 21:53:06 GMT 2005


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} \


More information about the freebsd-ports mailing list