From 781f8a55a2b744679d8b7ac936f198d573906685 Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Fri, 9 Sep 2022 11:01:49 +0000 Subject: [PATCH] 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