git: 2f1558e22188 - main - lang/gcc14-devel: Remove unnecessary PORTEPOCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 01 Feb 2024 13:49:56 UTC
The branch main has been updated by salvadore: URL: https://cgit.FreeBSD.org/ports/commit/?id=2f1558e22188af8a30e374c2236a9d3d134d3b21 commit 2f1558e22188af8a30e374c2236a9d3d134d3b21 Author: Lorenzo Salvadore <salvadore@FreeBSD.org> AuthorDate: 2024-02-01 13:44:00 +0000 Commit: Lorenzo Salvadore <salvadore@FreeBSD.org> CommitDate: 2024-02-01 13:48:57 +0000 lang/gcc14-devel: Remove unnecessary PORTEPOCH Remove unnecessary PORTEPOCH. This is possibile because new gcc14-devel packages have not been created yet due some other bug. Discussed with: mat Fixes: 326042daae89 lang/gcc14-devel: Fix PORTREVISION bumping --- lang/gcc14-devel/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/lang/gcc14-devel/Makefile b/lang/gcc14-devel/Makefile index 4e1ea52dd7b9..7cabf3b4f40a 100644 --- a/lang/gcc14-devel/Makefile +++ b/lang/gcc14-devel/Makefile @@ -1,7 +1,6 @@ PORTNAME= gcc PORTVERSION= 14.0.0.s20240114 PORTREVISION= 1 -PORTEPOCH= 1 CATEGORIES= lang MASTER_SITES= GCC/snapshots/${DIST_VERSION} PKGNAMESUFFIX= ${SUFFIX}-devel