git: 4d555f0d5ace - main - lang/ldc: Update to 1.32

From: Gleb Popov <arrowd_at_FreeBSD.org>
Date: Tue, 11 Apr 2023 20:04:36 UTC
The branch main has been updated by arrowd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4d555f0d5aceec726179224ae3fda53ee6f8bef0

commit 4d555f0d5aceec726179224ae3fda53ee6f8bef0
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2023-04-11 20:03:45 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2023-04-11 20:04:33 +0000

    lang/ldc: Update to 1.32
    
    Approved by:    acm (maintainer timeout)
    Sponsored by:   Serenity Cybersecurity, LLC
---
 lang/ldc/Makefile  |  5 ++---
 lang/ldc/distinfo  |  6 +++---
 lang/ldc/pkg-plist | 30 +++++++++++++++++++-----------
 3 files changed, 24 insertions(+), 17 deletions(-)

diff --git a/lang/ldc/Makefile b/lang/ldc/Makefile
index a107d855b8a3..500b89caf5e8 100644
--- a/lang/ldc/Makefile
+++ b/lang/ldc/Makefile
@@ -1,7 +1,6 @@
 PORTNAME=	ldc
-PORTVERSION=	1.30.0
+PORTVERSION=	1.32.0
 DISTVERSIONSUFFIX=	-src
-PORTREVISION=	2
 CATEGORIES=	lang
 MASTER_SITES=	https://github.com/ldc-developers/${PORTNAME}/releases/download/v${DISTVERSION}/
 
@@ -35,7 +34,7 @@ CXX=		${LOCALBASE}/bin/clang++${_LLVM_VER}
 LLVM_CONFIG=	${LOCALBASE}/bin/llvm-config${_LLVM_VER}
 
 _GCC_VER=	11
-_LLVM_VER=	13
+_LLVM_VER=	15
 
 .include <bsd.port.pre.mk>
 
diff --git a/lang/ldc/distinfo b/lang/ldc/distinfo
index 436ccc8b3bd8..6fdcb7e11f28 100644
--- a/lang/ldc/distinfo
+++ b/lang/ldc/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1667402925
-SHA256 (ldc-1.30.0-src.tar.gz) = fdbb376f08242d917922a6a22a773980217fafa310046fc5d6459490af23dacd
-SIZE (ldc-1.30.0-src.tar.gz) = 8292548
+TIMESTAMP = 1679824044
+SHA256 (ldc-1.32.0-src.tar.gz) = c4ee0bf91b416dd5641353d9b267b6a48600c499c782beb112d2e460e329beac
+SIZE (ldc-1.32.0-src.tar.gz) = 8112549
diff --git a/lang/ldc/pkg-plist b/lang/ldc/pkg-plist
index 96539fb0b339..d6a8863a52e4 100644
--- a/lang/ldc/pkg-plist
+++ b/lang/ldc/pkg-plist
@@ -3,6 +3,7 @@ bin/ldc-profdata
 bin/ldc-prune-cache
 bin/ldc2
 bin/ldmd2
+bin/timetrace2txt
 etc/ldc2.conf
 include/d/__builtins.di
 include/d/core/atomic.d
@@ -19,11 +20,13 @@ include/d/core/gc/registry.d
 include/d/core/int128.d
 include/d/core/internal/abort.d
 include/d/core/internal/array/appending.d
+include/d/core/internal/array/arrayassign.d
 include/d/core/internal/array/capacity.d
 include/d/core/internal/array/casting.d
 include/d/core/internal/array/comparison.d
 include/d/core/internal/array/concatenation.d
 include/d/core/internal/array/construction.d
+include/d/core/internal/array/duplication.d
 include/d/core/internal/array/equality.d
 include/d/core/internal/array/operations.d
 include/d/core/internal/array/utils.d
@@ -113,6 +116,7 @@ include/d/core/sync/config.d
 include/d/core/sync/event.d
 include/d/core/sync/exception.d
 include/d/core/sync/mutex.d
+include/d/core/sync/package.d
 include/d/core/sync/rwmutex.d
 include/d/core/sync/semaphore.d
 include/d/core/sys/bionic/err.d
@@ -164,6 +168,7 @@ include/d/core/sys/dragonflybsd/sys/mman.d
 include/d/core/sys/dragonflybsd/sys/socket.d
 include/d/core/sys/dragonflybsd/sys/sysctl.d
 include/d/core/sys/dragonflybsd/time.d
+include/d/core/sys/elf/package.d
 include/d/core/sys/freebsd/config.d
 include/d/core/sys/freebsd/dlfcn.d
 include/d/core/sys/freebsd/err.d
@@ -522,6 +527,7 @@ include/d/ldc/gccbuiltins_arm.di
 include/d/ldc/gccbuiltins_mips.di
 include/d/ldc/gccbuiltins_nvvm.di
 include/d/ldc/gccbuiltins_ppc.di
+include/d/ldc/gccbuiltins_riscv.di
 include/d/ldc/gccbuiltins_s390.di
 include/d/ldc/gccbuiltins_x86.di
 include/d/ldc/intrinsics.di
@@ -567,7 +573,6 @@ include/d/std/datetime/systime.d
 include/d/std/datetime/timezone.d
 include/d/std/demangle.d
 include/d/std/digest/crc.d
-include/d/std/digest/digest.d
 include/d/std/digest/hmac.d
 include/d/std/digest/md.d
 include/d/std/digest/murmurhash.d
@@ -606,7 +611,6 @@ include/d/std/experimental/logger/filelogger.d
 include/d/std/experimental/logger/multilogger.d
 include/d/std/experimental/logger/nulllogger.d
 include/d/std/experimental/logger/package.d
-include/d/std/experimental/typecons.d
 include/d/std/file.d
 include/d/std/format/internal/floats.d
 include/d/std/format/internal/read.d
@@ -639,6 +643,11 @@ include/d/std/internal/unicode_norm.d
 include/d/std/internal/unicode_tables.d
 include/d/std/internal/windows/advapi32.d
 include/d/std/json.d
+include/d/std/logger/core.d
+include/d/std/logger/filelogger.d
+include/d/std/logger/multilogger.d
+include/d/std/logger/nulllogger.d
+include/d/std/logger/package.d
 include/d/std/math/algebraic.d
 include/d/std/math/constants.d
 include/d/std/math/exponential.d
@@ -691,27 +700,26 @@ include/d/std/variant.d
 include/d/std/windows/charset.d
 include/d/std/windows/registry.d
 include/d/std/windows/syserror.d
-include/d/std/xml.d
 include/d/std/zip.d
 include/d/std/zlib.d
 lib/ldc_rt.dso.o
 lib/libdruntime-ldc-debug-shared.so
-lib/libdruntime-ldc-debug-shared.so.100
-lib/libdruntime-ldc-debug-shared.so.100.1
+lib/libdruntime-ldc-debug-shared.so.102
+lib/libdruntime-ldc-debug-shared.so.102.2
 lib/libdruntime-ldc-debug.a
 lib/libdruntime-ldc-lto.a
 lib/libdruntime-ldc-shared.so
-lib/libdruntime-ldc-shared.so.100
-lib/libdruntime-ldc-shared.so.100.1
+lib/libdruntime-ldc-shared.so.102
+lib/libdruntime-ldc-shared.so.102.2
 lib/libdruntime-ldc.a
 lib/libphobos2-ldc-debug-shared.so
-lib/libphobos2-ldc-debug-shared.so.100
-lib/libphobos2-ldc-debug-shared.so.100.1
+lib/libphobos2-ldc-debug-shared.so.102
+lib/libphobos2-ldc-debug-shared.so.102.2
 lib/libphobos2-ldc-debug.a
 lib/libphobos2-ldc-lto.a
 lib/libphobos2-ldc-shared.so
-lib/libphobos2-ldc-shared.so.100
-lib/libphobos2-ldc-shared.so.100.1
+lib/libphobos2-ldc-shared.so.102
+lib/libphobos2-ldc-shared.so.102.2
 lib/libphobos2-ldc.a
 @dir include/d/etc/c/zlib/doc
 @dir include/d/etc/c/zlib/test