diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2015-03-22 23:29:51 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2015-03-22 23:29:51 +0000 |
commit | 21f2409ed2ae54fd7ec09d4192ea0af078954b96 (patch) | |
tree | b99ac3182dacf5eb88c824d142e78bcf245b873d /lang/gcc48 | |
parent | c78df99e25d348559d853061914e0a74b7d32e4e (diff) |
Notes
Diffstat (limited to 'lang/gcc48')
-rw-r--r-- | lang/gcc48/Makefile | 12 | ||||
-rw-r--r-- | lang/gcc48/distinfo | 4 |
2 files changed, 10 insertions, 6 deletions
diff --git a/lang/gcc48/Makefile b/lang/gcc48/Makefile index 8f70f2ca6b42..a09ddc699662 100644 --- a/lang/gcc48/Makefile +++ b/lang/gcc48/Makefile @@ -1,12 +1,12 @@ # Created by: Gerald Pfeifer <gerald@FreeBSD.org> # $FreeBSD$ -PORTNAME= gcc48 -PORTVERSION= 4.8.5.s20150212 +PORTNAME= gcc +PORTVERSION= 4.8.5.s20150319 CATEGORIES= lang java MASTER_SITES= ${MASTER_SITE_GCC} MASTER_SITE_SUBDIR= snapshots/${DISTVERSION} -DISTNAME= gcc-${DISTVERSION} +PKGNAMESUFFIX= ${SUFFIX} MAINTAINER= gerald@FreeBSD.org COMMENT= GNU Compiler Collection 4.8 @@ -24,6 +24,10 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils BUILD_DEPENDS+= runtest:${PORTSDIR}/misc/dejagnu .endif +CONFLICTS= gcc-4.8.* +CPE_VENDOR= gnu +CPE_VERSION= ${GCC_VERSION} + # 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 @@ -32,7 +36,7 @@ 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/} ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 sparc64 -USES= gmake iconv libtool makeinfo perl5 tar:bzip2 +USES= cpe gmake iconv libtool makeinfo perl5 tar:bzip2 USE_BINUTILS= yes USE_PERL5= build SSP_UNSAFE= yes diff --git a/lang/gcc48/distinfo b/lang/gcc48/distinfo index 676104358242..ed86ad434712 100644 --- a/lang/gcc48/distinfo +++ b/lang/gcc48/distinfo @@ -1,2 +1,2 @@ -SHA256 (gcc-4.8-20150212.tar.bz2) = 889a01edf24ac14a2652e3c0615391414d0166af07aa34e4e5245a9b398cfda8 -SIZE (gcc-4.8-20150212.tar.bz2) = 82107833 +SHA256 (gcc-4.8-20150319.tar.bz2) = e069e5927d5db573294aa76fecb0d36e20cf7b6db5d866c2215806ce0c8836fc +SIZE (gcc-4.8-20150319.tar.bz2) = 82111008 |