git: 326042daae89 - main - lang/gcc14-devel: Fix PORTREVISION bumping
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 28 Jan 2024 08:24:31 UTC
The branch main has been updated by salvadore: URL: https://cgit.FreeBSD.org/ports/commit/?id=326042daae8971c069968c862c3ae6d69298f65b commit 326042daae8971c069968c862c3ae6d69298f65b Author: Lorenzo Salvadore <salvadore@FreeBSD.org> AuthorDate: 2024-01-28 08:22:48 +0000 Commit: Lorenzo Salvadore <salvadore@FreeBSD.org> CommitDate: 2024-01-28 08:22:48 +0000 lang/gcc14-devel: Fix PORTREVISION bumping Fixes: b5724fc17272 lang/gcc14-devel: fix build by bumping PORTREVISION --- lang/gcc14-devel/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lang/gcc14-devel/Makefile b/lang/gcc14-devel/Makefile index ebbb9e7b3999..4e1ea52dd7b9 100644 --- a/lang/gcc14-devel/Makefile +++ b/lang/gcc14-devel/Makefile @@ -1,5 +1,7 @@ PORTNAME= gcc -PORTVERSION= 14.0.1.s20240114 +PORTVERSION= 14.0.0.s20240114 +PORTREVISION= 1 +PORTEPOCH= 1 CATEGORIES= lang MASTER_SITES= GCC/snapshots/${DIST_VERSION} PKGNAMESUFFIX= ${SUFFIX}-devel