lang/gcc12: The Fortran front end is gfortran12

This commit is contained in:
Gerald Pfeifer 2022-09-09 11:01:49 +00:00
parent 23136c0ed8
commit 781f8a55a2
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
PORTNAME= gcc
PORTVERSION= 12.2.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= lang
MASTER_SITES= GCC
PKGNAMESUFFIX= ${SUFFIX}

View File

@ -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>