svn commit: r384329 - head/lang/gcc5
Gerald Pfeifer
gerald at FreeBSD.org
Sun Apr 19 22:07:23 UTC 2015
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/}
More information about the svn-ports-head
mailing list