svn commit: r351979 - head/lang/gcc49
Gerald Pfeifer
gerald at FreeBSD.org
Thu Apr 24 00:03:49 UTC 2014
Author: gerald
Date: Thu Apr 24 00:03:48 2014
New Revision: 351979
URL: http://svnweb.freebsd.org/changeset/ports/351979
QAT: https://qat.redports.org/buildarchive/r351979/
Log:
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.
Modified:
head/lang/gcc49/Makefile
head/lang/gcc49/distinfo
Modified: head/lang/gcc49/Makefile
==============================================================================
--- head/lang/gcc49/Makefile Wed Apr 23 22:22:42 2014 (r351978)
+++ head/lang/gcc49/Makefile Thu Apr 24 00:03:48 2014 (r351979)
@@ -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
# 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
Modified: head/lang/gcc49/distinfo
==============================================================================
--- head/lang/gcc49/distinfo Wed Apr 23 22:22:42 2014 (r351978)
+++ head/lang/gcc49/distinfo Thu Apr 24 00:03:48 2014 (r351979)
@@ -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
More information about the svn-ports-head
mailing list