Date: Sat, 13 Oct 2018 07:16:57 +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: r481962 - head/lang/gcc Message-ID: <201810130716.w9D7Gvea084733@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gerald Date: Sat Oct 13 07:16:57 2018 New Revision: 481962 URL: https://svnweb.freebsd.org/changeset/ports/481962 Log: Avoid referencing the concrete version number of the port pulled in via this meta-port. PR: 232162 Submitted by: freebsd@mcwest.org Modified: head/lang/gcc/pkg-descr Modified: head/lang/gcc/pkg-descr ============================================================================== --- head/lang/gcc/pkg-descr Sat Oct 13 06:38:16 2018 (r481961) +++ head/lang/gcc/pkg-descr Sat Oct 13 07:16:57 2018 (r481962) @@ -1,6 +1,6 @@ GCC, the GNU Compiler Collection, supports a number of languages. This -port pulls in gcc5 (or another version-specific port) and defines symlinks -called gcc, g++, and gfortran. +port pulls in the default version of GCC in the Ports Collection, and +defines symlinks called gcc, g++, and gfortran. WWW: https://gcc.gnu.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810130716.w9D7Gvea084733>