[Midnightbsd-cvs] mports [20555] trunk/lang/gcc48: gcc 4.8.5

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Oct 30 19:29:58 EDT 2015


Revision: 20555
          http://svnweb.midnightbsd.org/mports/?rev=20555
Author:   laffer1
Date:     2015-10-30 19:29:58 -0400 (Fri, 30 Oct 2015)
Log Message:
-----------
gcc 4.8.5

Modified Paths:
--------------
    trunk/lang/gcc48/Makefile
    trunk/lang/gcc48/distinfo

Modified: trunk/lang/gcc48/Makefile
===================================================================
--- trunk/lang/gcc48/Makefile	2015-10-30 23:27:53 UTC (rev 20554)
+++ trunk/lang/gcc48/Makefile	2015-10-30 23:29:58 UTC (rev 20555)
@@ -1,9 +1,9 @@
 # $MidnightBSD$
 
 PORTNAME=	gcc
-PORTVERSION=	4.8.5.s20150521
+PORTVERSION=	4.8.5
 CATEGORIES=	lang java
-MASTER_SITES=	GCC/snapshots/${DISTVERSION}
+MASTER_SITES=	GCC/releases/gcc-${DISTVERSION}
 PKGNAMESUFFIX=	${SUFFIX}
 
 MAINTAINER=	ports at MidnightBSD.org
@@ -27,11 +27,9 @@
 UNIQUENAME=	${PORTNAME}${PKGNAMESUFFIX}
 
 # 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
-# for these three.
-DISTVERSION=	${PORTVERSION:C/([0-9]+\.[0-9]+).*\.s([0-9]+)/\1-\2/}
-GCC_VERSION=	${PORTVERSION:C/(.+)\.s[0-9]{8}/\1/}
+# of executables and directories once installed.
+DISTVERSION=	${PORTVERSION}
+GCC_VERSION=	${PORTVERSION:C/(.+)\.[0-9]{8}/\1/}
 SUFFIX=		${PORTVERSION:C/([0-9]+).([0-9]+).*/\1\2/}
 
 USES=		cpe gmake iconv libtool makeinfo perl5 tar:bzip2

Modified: trunk/lang/gcc48/distinfo
===================================================================
--- trunk/lang/gcc48/distinfo	2015-10-30 23:27:53 UTC (rev 20554)
+++ trunk/lang/gcc48/distinfo	2015-10-30 23:29:58 UTC (rev 20555)
@@ -1,2 +1,2 @@
-SHA256 (gcc-4.8-20150521.tar.bz2) = 6a02e837e64e0adeebd3fc94dd11a469c1c4c5c265f4a24563da9b68a4c3953a
-SIZE (gcc-4.8-20150521.tar.bz2) = 82128743
+SHA256 (gcc-4.8.5.tar.bz2) = 22fb1e7e0f68a63cee631d85b20461d1ea6bda162f03096350e38c8d427ecf23
+SIZE (gcc-4.8.5.tar.bz2) = 86165587



More information about the Midnightbsd-cvs mailing list