git: 8cd9caebe752 - main - Mk/bsd.gcc.mk: Use GCC 13 for examples (instead of 12)

From: Gerald Pfeifer <gerald_at_FreeBSD.org>
Date: Tue, 23 Dec 2025 06:37:02 UTC
The branch main has been updated by gerald:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8cd9caebe752f8ca671125730c18700470aca317

commit 8cd9caebe752f8ca671125730c18700470aca317
Author:     Gerald Pfeifer <gerald@FreeBSD.org>
AuthorDate: 2025-12-23 06:36:17 +0000
Commit:     Gerald Pfeifer <gerald@FreeBSD.org>
CommitDate: 2025-12-23 06:36:17 +0000

    Mk/bsd.gcc.mk: Use GCC 13 for examples (instead of 12)
---
 Mk/bsd.gcc.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Mk/bsd.gcc.mk b/Mk/bsd.gcc.mk
index d9abf9074757..c45d672dce05 100644
--- a/Mk/bsd.gcc.mk
+++ b/Mk/bsd.gcc.mk
@@ -22,10 +22,10 @@
 # Examples:
 #   USE_GCC=	yes			# port requires a current version of GCC
 #							# as defined in bsd.default-versions.mk.
-#   USE_GCC=	12 			# port requires GCC 12.
+#   USE_GCC=	13 			# port requires GCC 13.
 #   USE_GCC=	yes:build	# port requires a current version of GCC at
 #							# build time only.
-#   USE_GCC=	12:build	# port requires GCC 12 at build time only.
+#   USE_GCC=	13:build	# port requires GCC 13 at build time only.
 #
 # If you are wondering what your port exactly does, use "make test-gcc"
 # to see some debugging.