Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jun 2015 19:32:15 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r390445 - head/lang/gcc48
Message-ID:  <201506231932.t5NJWFdp016930@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Tue Jun 23 19:32:15 2015
New Revision: 390445
URL: https://svnweb.freebsd.org/changeset/ports/390445

Log:
  Update to the GCC 4.8.5 release which concludes the GCC 4.8 release
  branch -- no more releases nor snapshots nor even commits on this
  branch are to be expected.

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

Modified: head/lang/gcc48/Makefile
==============================================================================
--- head/lang/gcc48/Makefile	Tue Jun 23 19:27:36 2015	(r390444)
+++ head/lang/gcc48/Makefile	Tue Jun 23 19:32:15 2015	(r390445)
@@ -2,9 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	gcc
-PORTVERSION=	4.8.5.s20150611
+PORTVERSION=	4.8.5
 CATEGORIES=	lang java
-MASTER_SITES=	GCC/snapshots/${DISTVERSION}
+MASTER_SITES=	GCC/releases/gcc-${DISTVERSION}
 PKGNAMESUFFIX=	${SUFFIX}
 
 MAINTAINER=	gerald@FreeBSD.org
@@ -29,11 +29,9 @@ CPE_VERSION=	${GCC_VERSION}
 UNIQUENAME=	${PORTNAME}${PKGNAMESUFFIX}
 
 # DISTVERSION relates to downloads, GCC_VERSION and SUFFIX to names
-# of executables and directories once installed.  A PORTVERSION of
-# 4.Y.2.s20130808 results in values of 4.Y-20130808, 4.Y.2, and 4Y
-# for these three.
-DISTVERSION=	${PORTVERSION:C/([0-9]+\.[0-9]+).*\.s([0-9]+)/\1-\2/}
-GCC_VERSION=	${PORTVERSION:C/(.+)\.s[0-9]{8}/\1/}
+# of executables and directories once installed.
+DISTVERSION=	${PORTVERSION}
+GCC_VERSION=	${PORTVERSION:C/(.+)\.[0-9]{8}/\1/}
 SUFFIX=		${PORTVERSION:C/([0-9]+).([0-9]+).*/\1\2/}
 ONLY_FOR_ARCHS=	amd64 i386 powerpc powerpc64 sparc64
 USES=		cpe gmake iconv libtool makeinfo perl5 tar:bzip2
@@ -101,10 +99,11 @@ INFO=		gcc${SUFFIX}/cpp \
 		gcc${SUFFIX}/gccint \
 		gcc${SUFFIX}/gfortran \
 		gcc${SUFFIX}/libgomp
-.if ${ARCH} == "i386" || ${ARCH} == "amd64"
+# Release tarballs (as opposed to snapshots) always carry this.
+#.if ${ARCH} == "i386" || ${ARCH} == "amd64"
 INFO+=		gcc${SUFFIX}/libquadmath \
 		gcc${SUFFIX}/libitm
-.endif
+#.endif
 SUB_FILES=	pkg-message
 SUB_LIST+=	TARGLIB=${TARGLIB}
 

Modified: head/lang/gcc48/distinfo
==============================================================================
--- head/lang/gcc48/distinfo	Tue Jun 23 19:27:36 2015	(r390444)
+++ head/lang/gcc48/distinfo	Tue Jun 23 19:32:15 2015	(r390445)
@@ -1,2 +1,2 @@
-SHA256 (gcc-4.8-20150611.tar.bz2) = c5ea0903a2f432ffb191b9f6c734bf32972dd8b52fb5cd387a01d208c4e3197b
-SIZE (gcc-4.8-20150611.tar.bz2) = 82107561
+SHA256 (gcc-4.8.5.tar.bz2) = 22fb1e7e0f68a63cee631d85b20461d1ea6bda162f03096350e38c8d427ecf23
+SIZE (gcc-4.8.5.tar.bz2) = 86165587



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506231932.t5NJWFdp016930>