Skip to content

Commit

Permalink
lang/gcc14-devel: Update to 14.1.0-RC-20240430
Browse files Browse the repository at this point in the history
First release candidate for GCC 14.1.
  • Loading branch information
lsalvadore committed Apr 30, 2024
1 parent 911eb63 commit 2a5d557
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions lang/gcc14-devel/Makefile
@@ -1,5 +1,5 @@
PORTNAME= gcc
PORTVERSION= 14.0.1.s20240427
PORTVERSION= 14.0.1.s20240430
PORTEPOCH= 1
CATEGORIES= lang
MASTER_SITES= GCC/snapshots/${DIST_VERSION}
Expand Down Expand Up @@ -35,7 +35,7 @@ CPE_VERSION= ${GCC_VERSION}
# of executables and directories once installed. A PORTVERSION of
# Y.2.1.s20140817 results in values of Y-20140817, Y.2.1, and Y
# for these three.
DIST_VERSION= ${PORTVERSION:C/([0-9]+).*\.s([0-9]+)/\1-\2/}
DIST_VERSION= 14.1.0-RC-20240430
GCC_VERSION= ${PORTVERSION:C/(.+)\.s[0-9]{8}/\1/}
SUFFIX= ${PORTVERSION:C/([0-9]+).*/\1/}
CFLAGS:= ${CFLAGS:N-mretpoline} -D__USE_ISOC11
Expand Down
6 changes: 3 additions & 3 deletions lang/gcc14-devel/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1714299446
SHA256 (gcc-14-20240427.tar.xz) = 7eeb7d6a732184d170390715f436a316c3adab67d06897a8f4f00a86e07baeac
SIZE (gcc-14-20240427.tar.xz) = 88008160
TIMESTAMP = 1714481376
SHA256 (gcc-14.1.0-RC-20240430.tar.xz) = b71a4ffd50b8a3a3a6b8024f8ca589154c98fe06584bf3ee9987ad5c0a040a66
SIZE (gcc-14.1.0-RC-20240430.tar.xz) = 92292396

0 comments on commit 2a5d557

Please sign in to comment.