summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2013-11-27 01:10:25 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2013-11-27 01:10:25 +0000
commit862c8433d98d222cecd2826f2b12f9d8269e50d9 (patch)
tree06e27a43a6f9f9c7a4d93c6783965e3eb5958642 /lang
parent- Remove unneeded variables (diff)
Change PORTNAME from gcc to gcc49 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 20131124 snapshot of GCC 4.9.0.
Notes
Notes: svn path=/head/; revision=334991
Diffstat (limited to 'lang')
-rw-r--r--lang/gcc49/Makefile7
-rw-r--r--lang/gcc49/distinfo4
2 files changed, 5 insertions, 6 deletions
diff --git a/lang/gcc49/Makefile b/lang/gcc49/Makefile
index 4b2788bd1291..297d6404bd05 100644
--- a/lang/gcc49/Makefile
+++ b/lang/gcc49/Makefile
@@ -1,12 +1,12 @@
# Created by: Gerald Pfeifer <gerald@FreeBSD.org>
# $FreeBSD$
-PORTNAME= gcc
-PORTVERSION= 4.9.0.20131020
-PORTREVISION= 1
+PORTNAME= gcc49
+PORTVERSION= 4.9.0.20131124
CATEGORIES= lang java
MASTER_SITES= ${MASTER_SITE_GCC}
MASTER_SITE_SUBDIR= snapshots/${DISTVERSION}
+DISTNAME= gcc-${DISTVERSION}
MAINTAINER= gerald@FreeBSD.org
COMMENT= GNU Compiler Collection 4.9
@@ -28,7 +28,6 @@ BUILD_DEPENDS+= runtest:${PORTSDIR}/misc/dejagnu
DISTVERSION= ${PORTVERSION:C/([0-9]+\.[0-9]+).*\.([0-9]+)/\1-\2/}
GCC_VERSION= ${PORTVERSION:C/(.+)\.[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
diff --git a/lang/gcc49/distinfo b/lang/gcc49/distinfo
index 556db45c2338..38ef3bf9227c 100644
--- a/lang/gcc49/distinfo
+++ b/lang/gcc49/distinfo
@@ -1,2 +1,2 @@
-SHA256 (gcc-4.9-20131020.tar.bz2) = dbb42ac3de84d0f05f07d0fbb34238e8463a2129521b3a165b5117c17ff9ae74
-SIZE (gcc-4.9-20131020.tar.bz2) = 83332124
+SHA256 (gcc-4.9-20131124.tar.bz2) = 0dc5d49c45a1a2e8075abc7e36a23fbf5bd35ff69ad1d4a601089af3ffe6fc20
+SIZE (gcc-4.9-20131124.tar.bz2) = 84417625