diff options
author | Lorenzo Salvadore <salvadore@FreeBSD.org> | 2024-01-28 09:22:48 +0100 |
---|---|---|
committer | Lorenzo Salvadore <salvadore@FreeBSD.org> | 2024-01-28 09:22:48 +0100 |
commit | 326042daae8971c069968c862c3ae6d69298f65b (patch) | |
tree | 91e528807da40d4544f9c98f4626b1be8e26e3b8 | |
parent | www/librewolf: fix build on powerpc64 (diff) |
lang/gcc14-devel: Fix PORTREVISION bumping
Fixes: b5724fc17272 lang/gcc14-devel: fix build by bumping PORTREVISION
-rw-r--r-- | lang/gcc14-devel/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |