Skip to content

Commit

Permalink
lang/gcc13-devel: Update to 13.0.1.s20230429
Browse files Browse the repository at this point in the history
Also fix plist for aarch64
  • Loading branch information
lsalvadore committed May 1, 2023
1 parent edad3d6 commit 91f6e57
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
8 changes: 5 additions & 3 deletions lang/gcc13-devel/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PORTNAME= gcc
PORTVERSION= 13.0.1.s20230422
PORTVERSION= 13.1.1.s20230429
CATEGORIES= lang
MASTER_SITES= GCC/snapshots/${DIST_VERSION}
PKGNAMESUFFIX= ${SUFFIX}-devel
Expand Down Expand Up @@ -130,8 +130,10 @@ INFO= gcc${SUFFIX}/cpp \
gcc${SUFFIX}/libgccjit \
gcc${SUFFIX}/libgomp
.if ${ARCH} == amd64 || ${ARCH} == i386
INFO+= gcc${SUFFIX}/libquadmath \
gcc${SUFFIX}/libitm
INFO+= gcc${SUFFIX}/libquadmath
.endif
.if ${ARCH} == amd64 || ${ARCH} == i386 || ${ARCH} == aarch64
INFO+= gcc${SUFFIX}/libitm
.endif
SUB_FILES= pkg-message
SUB_LIST+= TARGLIB=${TARGLIB}
Expand Down
6 changes: 3 additions & 3 deletions lang/gcc13-devel/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1682239187
SHA256 (gcc-13-20230422.tar.xz) = 058189e9beec3df571ae06e1c37febfb943a3051659e0d33e3e2d8fa78ac71a3
SIZE (gcc-13-20230422.tar.xz) = 83937896
TIMESTAMP = 1682871420
SHA256 (gcc-13-20230429.tar.xz) = 6bb99213a46d8a512f63619f0d1543f41c5fd1b5a7a5785c5f5b8bcf28d5cec1
SIZE (gcc-13-20230429.tar.xz) = 83944828

0 comments on commit 91f6e57

Please sign in to comment.