svn commit: r334991 - head/lang/gcc49
Gerald Pfeifer
gerald at FreeBSD.org
Wed Nov 27 01:10:25 UTC 2013
Author: gerald
Date: Wed Nov 27 01:10:25 2013
New Revision: 334991
URL: http://svnweb.freebsd.org/changeset/ports/334991
Log:
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.
Modified:
head/lang/gcc49/Makefile
head/lang/gcc49/distinfo
Modified: head/lang/gcc49/Makefile
==============================================================================
--- head/lang/gcc49/Makefile Wed Nov 27 01:10:08 2013 (r334990)
+++ head/lang/gcc49/Makefile Wed Nov 27 01:10:25 2013 (r334991)
@@ -1,12 +1,12 @@
# Created by: Gerald Pfeifer <gerald at 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 at FreeBSD.org
COMMENT= GNU Compiler Collection 4.9
@@ -28,7 +28,6 @@ BUILD_DEPENDS+= runtest:${PORTSDIR}/misc
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
Modified: head/lang/gcc49/distinfo
==============================================================================
--- head/lang/gcc49/distinfo Wed Nov 27 01:10:08 2013 (r334990)
+++ head/lang/gcc49/distinfo Wed Nov 27 01:10:25 2013 (r334991)
@@ -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
More information about the svn-ports-all
mailing list