diff options
author | gerald <gerald@FreeBSD.org> | 2014-04-24 08:03:48 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2014-04-24 08:03:48 +0800 |
commit | 11a7444dcce0e711a9e6d0e5a6e97778ebbba273 (patch) | |
tree | f52488d10dc715ebd738fac86ffcc3a3db021e3f /lang/gcc49 | |
parent | 0af908f42ba1f7a7c70accfabc11e66ffbfc7fe7 (diff) | |
download | freebsd-ports-gnome-11a7444dcce0e711a9e6d0e5a6e97778ebbba273.tar.gz freebsd-ports-gnome-11a7444dcce0e711a9e6d0e5a6e97778ebbba273.tar.zst freebsd-ports-gnome-11a7444dcce0e711a9e6d0e5a6e97778ebbba273.zip |
Update to the 20140423 snapshot of GCC 4.9.1. This is basically the
GCC 4.9.0 release, but since we did not yet use the new way of labeling
snapshots as part of PORTVERSION we could not update to that directly
without using PORTEPOCH. Going forward that will be possible.
Adjust DISTVERSION and GCC_VERSION to the new PORTVERSION scheme.
Diffstat (limited to 'lang/gcc49')
-rw-r--r-- | lang/gcc49/Makefile | 6 | ||||
-rw-r--r-- | lang/gcc49/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/lang/gcc49/Makefile b/lang/gcc49/Makefile index 45c5a5baba39..b777c13af022 100644 --- a/lang/gcc49/Makefile +++ b/lang/gcc49/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc49 -PORTVERSION= 4.9.0.20140416 +PORTVERSION= 4.9.1.s20140423 CATEGORIES= lang java MASTER_SITES= ${MASTER_SITE_GCC} MASTER_SITE_SUBDIR= snapshots/${DISTVERSION} @@ -28,8 +28,8 @@ BUILD_DEPENDS+= runtest:${PORTSDIR}/misc/dejagnu # 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]+).*\.([0-9]+)/\1-\2/} -GCC_VERSION= ${PORTVERSION:C/(.+)\.[0-9]{8}/\1/} +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 perl5 tar:bzip2 diff --git a/lang/gcc49/distinfo b/lang/gcc49/distinfo index 1bda0151f7cf..061b0d2f34e9 100644 --- a/lang/gcc49/distinfo +++ b/lang/gcc49/distinfo @@ -1,2 +1,2 @@ -SHA256 (gcc-4.9-20140416.tar.bz2) = a1bac4e9fe8d8eca0c70fe22374e34abecd138dfc49130b01d73133f68b03b48 -SIZE (gcc-4.9-20140416.tar.bz2) = 85454889 +SHA256 (gcc-4.9-20140423.tar.bz2) = c31da37b221e6255fa9e0ee8c6a21c81e7393156a83fb49ff0d17fe7318dfd77 +SIZE (gcc-4.9-20140423.tar.bz2) = 85433047 |