diff options
author | gerald <gerald@FreeBSD.org> | 2015-04-19 09:03:14 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2015-04-19 09:03:14 +0800 |
commit | fd29a92aaeb366a37b95fde4ac7dfd39ca2e2381 (patch) | |
tree | 31f8fd464b8c2798f7c5b977cb09b9e2ebb7d912 | |
parent | df430093f1bbaa18987c2e2491d27fbd255b778d (diff) | |
download | freebsd-ports-gnome-fd29a92aaeb366a37b95fde4ac7dfd39ca2e2381.tar.gz freebsd-ports-gnome-fd29a92aaeb366a37b95fde4ac7dfd39ca2e2381.tar.zst freebsd-ports-gnome-fd29a92aaeb366a37b95fde4ac7dfd39ca2e2381.zip |
Update to the 20150414 snapshot of GCC 5.0.1 and adjust to this
particularity of the new GCC versioning scheme where the third
component of the version number is bumped when the release branches.
Use three component version numbers again.
-rw-r--r-- | lang/gcc5/Makefile | 4 | ||||
-rw-r--r-- | lang/gcc5/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/gcc5/Makefile b/lang/gcc5/Makefile index b52aebbc6c8c..8b7c332001ce 100644 --- a/lang/gcc5/Makefile +++ b/lang/gcc5/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 5.0.s20150405 +PORTVERSION= 5.0.1.s20150414 CATEGORIES= lang java MASTER_SITES= ${MASTER_SITE_GCC} MASTER_SITE_SUBDIR= snapshots/${DISTVERSION} @@ -33,7 +33,7 @@ UNIQUENAME= ${PORTNAME}${PKGNAMESUFFIX} # Y.2.s20140817 results in values of Y-20140817, Y.2.0, and Y # for these three. DISTVERSION= ${PORTVERSION:C/([0-9]+).*\.s([0-9]+)/\1-\2/} -GCC_VERSION= ${PORTVERSION:C/(.+)\.s[0-9]{8}/\1.0/} +GCC_VERSION= ${PORTVERSION:C/(.+)\.s[0-9]{8}/\1/} SUFFIX= ${PORTVERSION:C/([0-9]+).*/\1/} ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 sparc64 arm armv6 armv6hf USES= cpe gmake iconv libtool makeinfo perl5 tar:bzip2 diff --git a/lang/gcc5/distinfo b/lang/gcc5/distinfo index b95f9039be48..6be9a7ef4ebe 100644 --- a/lang/gcc5/distinfo +++ b/lang/gcc5/distinfo @@ -1,2 +1,2 @@ -SHA256 (gcc-5-20150405.tar.bz2) = 53b9dc0478d0ee327bf68a76de088e7f947c4a6376c13b30f2d65950c9c37ee6 -SIZE (gcc-5-20150405.tar.bz2) = 91089617 +SHA256 (gcc-5-20150414.tar.bz2) = 630e2911de9e3a12afb4122bfd7ef6c66db5f5b852b9070d0f38197dd37ff783 +SIZE (gcc-5-20150414.tar.bz2) = 90703803 |