git: 781f8a55a2b7 - main - lang/gcc12: The Fortran front end is gfortran12

From: Gerald Pfeifer <gerald_at_FreeBSD.org>
Date: Fri, 09 Sep 2022 11:10:28 UTC
The branch main has been updated by gerald:

URL: https://cgit.FreeBSD.org/ports/commit/?id=781f8a55a2b744679d8b7ac936f198d573906685

commit 781f8a55a2b744679d8b7ac936f198d573906685
Author:     Gerald Pfeifer <gerald@FreeBSD.org>
AuthorDate: 2022-09-09 11:01:49 +0000
Commit:     Gerald Pfeifer <gerald@FreeBSD.org>
CommitDate: 2022-09-09 11:10:15 +0000

    lang/gcc12: The Fortran front end is gfortran12
---
 lang/gcc12/Makefile  | 2 +-
 lang/gcc12/pkg-descr | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lang/gcc12/Makefile b/lang/gcc12/Makefile
index 3870fdf8b308..3ff848d25fe9 100644
--- a/lang/gcc12/Makefile
+++ b/lang/gcc12/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	gcc
 PORTVERSION=	12.2.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	lang
 MASTER_SITES=	GCC
 PKGNAMESUFFIX=	${SUFFIX}
diff --git a/lang/gcc12/pkg-descr b/lang/gcc12/pkg-descr
index 36361b3ef8cb..83955cc85b62 100644
--- a/lang/gcc12/pkg-descr
+++ b/lang/gcc12/pkg-descr
@@ -1,5 +1,5 @@
 GCC, the GNU Compiler Collection, supports a number of languages.
 This port installs the C, C++, and Fortran front ends as gcc12, g++12,
-and gfortran11, respectively.
+and gfortran12, respectively.
 
 Gerald Pfeifer <gerald@FreeBSD.org>