Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Apr 2015 22:07:22 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r384329 - head/lang/gcc5
Message-ID:  <201504192207.t3JM7M4q009395@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Sun Apr 19 22:07:22 2015
New Revision: 384329
URL: https://svnweb.freebsd.org/changeset/ports/384329

Log:
  Update the comment that describes the relationship of PORTVERSION and
  GCC_VERSION.

Modified:
  head/lang/gcc5/Makefile

Modified: head/lang/gcc5/Makefile
==============================================================================
--- head/lang/gcc5/Makefile	Sun Apr 19 20:55:31 2015	(r384328)
+++ head/lang/gcc5/Makefile	Sun Apr 19 22:07:22 2015	(r384329)
@@ -30,7 +30,7 @@ UNIQUENAME=	${PORTNAME}${PKGNAMESUFFIX}
 
 # DISTVERSION relates to downloads, GCC_VERSION and SUFFIX to names
 # of executables and directories once installed.  A PORTVERSION of
-# Y.2.s20140817 results in values of Y-20140817, Y.2.0, and Y
+# Y.2.1.s20140817 results in values of Y-20140817, Y.2.1, and Y
 # for these three.
 DISTVERSION=	${PORTVERSION:C/([0-9]+).*\.s([0-9]+)/\1-\2/}
 GCC_VERSION=	${PORTVERSION:C/(.+)\.s[0-9]{8}/\1/}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504192207.t3JM7M4q009395>