git: dd4bfcad0b30 - main - lang/gcc16-devel: Fix PORTVERSION
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 03 May 2025 10:56:37 UTC
The branch main has been updated by salvadore:
URL: https://cgit.FreeBSD.org/ports/commit/?id=dd4bfcad0b30e42d2699287a05a84aa511e79b44
commit dd4bfcad0b30e42d2699287a05a84aa511e79b44
Author: Lorenzo Salvadore <salvadore@FreeBSD.org>
AuthorDate: 2025-05-03 10:53:29 +0000
Commit: Lorenzo Salvadore <salvadore@FreeBSD.org>
CommitDate: 2025-05-03 10:56:32 +0000
lang/gcc16-devel: Fix PORTVERSION
I had committed the new port with the wrong PORTVERSION value. Fix it.
Adding PORTEPOCH should not be needed because the wrong PORTVERSION
value causes package build to fail, so no package with that PORTVERSION
can exist.
---
lang/gcc16-devel/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lang/gcc16-devel/Makefile b/lang/gcc16-devel/Makefile
index e50a4223d593..a16af13a1f09 100644
--- a/lang/gcc16-devel/Makefile
+++ b/lang/gcc16-devel/Makefile
@@ -1,5 +1,5 @@
PORTNAME= gcc
-PORTVERSION= 16.0.1.s20250427
+PORTVERSION= 16.0.0.s20250427
CATEGORIES= lang
MASTER_SITES= GCC/snapshots/${DIST_VERSION}
PKGNAMESUFFIX= ${SUFFIX}-devel