Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Jun 2020 21:57: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: r539753 - head/Mk
Message-ID:  <202006202157.05KLvvV1084805@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Sat Jun 20 21:57:57 2020
New Revision: 539753
URL: https://svnweb.freebsd.org/changeset/ports/539753

Log:
  Simplify a comment after r531883 | gerald | 2020-04-16 (which in turn
  simplified the structure of Mk/bsd.gcc.mk).

Modified:
  head/Mk/bsd.gcc.mk

Modified: head/Mk/bsd.gcc.mk
==============================================================================
--- head/Mk/bsd.gcc.mk	Sat Jun 20 21:26:46 2020	(r539752)
+++ head/Mk/bsd.gcc.mk	Sat Jun 20 21:57:57 2020	(r539753)
@@ -31,8 +31,8 @@
 
 GCC_Include_MAINTAINER=		gerald@FreeBSD.org
 
-# All GCC versions supported by the ports framework.  Keep them in
-# ascending order and in sync with the table below. 
+# All GCC versions supported by this framework.
+#
 # When updating this, keep Mk/bsd.default-versions.mk in sync.
 GCCVERSIONS=	4.8 7 8 9 10 11
 



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