svn commit: r334791 - head/lang/gcc48

Gerald Pfeifer gerald at FreeBSD.org
Sun Nov 24 20:55:36 UTC 2013


Author: gerald
Date: Sun Nov 24 20:55:35 2013
New Revision: 334791
URL: http://svnweb.freebsd.org/changeset/ports/334791

Log:
  Change PORTNAME from gcc to gcc48 to match the actual name of this
  port and avoid a package name collision with other GCC ports.  This
  also allows us to remove LATEST_LINK.
  
  On the way update to the 20131121 snapshot of GCC 4.8.3.

Modified:
  head/lang/gcc48/Makefile
  head/lang/gcc48/distinfo

Modified: head/lang/gcc48/Makefile
==============================================================================
--- head/lang/gcc48/Makefile	Sun Nov 24 20:51:20 2013	(r334790)
+++ head/lang/gcc48/Makefile	Sun Nov 24 20:55:35 2013	(r334791)
@@ -1,11 +1,12 @@
 # Created by: Gerald Pfeifer <gerald at FreeBSD.org>
 # $FreeBSD$
 
-PORTNAME=	gcc
-PORTVERSION=	4.8.3.s20131114
+PORTNAME=	gcc48
+PORTVERSION=	4.8.3.s20131121
 CATEGORIES=	lang java
 MASTER_SITES=	${MASTER_SITE_GCC}
 MASTER_SITE_SUBDIR=	snapshots/${DISTVERSION}
+DISTNAME=	gcc-${DISTVERSION}
 
 MAINTAINER=	gerald at FreeBSD.org
 COMMENT=	GNU Compiler Collection 4.8
@@ -27,7 +28,6 @@ BUILD_DEPENDS+=	runtest:${PORTSDIR}/misc
 DISTVERSION=	${PORTVERSION:C/([0-9]+\.[0-9]+).*\.s([0-9]+)/\1-\2/}
 GCC_VERSION=	${PORTVERSION:C/(.+)\.s[0-9]{8}/\1/}
 SUFFIX=		${PORTVERSION:C/([0-9]+).([0-9]+).*/\1\2/}
-LATEST_LINK=	gcc${SUFFIX}${PKGNAMESUFFIX}
 ONLY_FOR_ARCHS=	amd64 i386 powerpc powerpc64 sparc64
 USES=		gmake iconv perl5
 USE_BINUTILS=	yes

Modified: head/lang/gcc48/distinfo
==============================================================================
--- head/lang/gcc48/distinfo	Sun Nov 24 20:51:20 2013	(r334790)
+++ head/lang/gcc48/distinfo	Sun Nov 24 20:55:35 2013	(r334791)
@@ -1,2 +1,2 @@
-SHA256 (gcc-4.8-20131114.tar.bz2) = 9be7bbb865b1587c98eebb367d71f7a31b6e978a0f650a4fdfd97653104e3c0a
-SIZE (gcc-4.8-20131114.tar.bz2) = 81759843
+SHA256 (gcc-4.8-20131121.tar.bz2) = bac142c47fdd04c9f38ac604d0826011a4fda172ea3c06e31b82756a3823b135
+SIZE (gcc-4.8-20131121.tar.bz2) = 81845987


More information about the svn-ports-head mailing list