Tuesday, May 31, 2022

UPDATE: lang/dmd 2.099.1 => 2.100.0

Index: Makefile
===================================================================
RCS file: /cvs/ports/lang/dmd/Makefile,v
retrieving revision 1.7
diff -u -p -r1.7 Makefile
--- Makefile 23 Apr 2022 23:51:25 -0000 1.7
+++ Makefile 1 Jun 2022 03:25:34 -0000
@@ -1,7 +1,7 @@
# i386 forthcoming
ONLY_FOR_ARCHS = amd64

-V = 2.099.1
+V = 2.100.0
COMMENT = reference compiler for the D programming language
DISTFILES = dmd-${V}{v${V}}.tar.gz:1 \
dmd-${V}-bootstrap.tar.gz:0 \
Index: distinfo
===================================================================
RCS file: /cvs/ports/lang/dmd/distinfo,v
retrieving revision 1.5
diff -u -p -r1.5 distinfo
--- distinfo 23 Apr 2022 23:51:25 -0000 1.5
+++ distinfo 1 Jun 2022 03:25:34 -0000
@@ -1,8 +1,8 @@
-SHA256 (dmd-2.099.1-bootstrap.tar.gz) = ca+ySjnpQuXdKJK1plgZn+NdcNX4Dmpc/yWiL2v63hA=
-SHA256 (dmd-2.099.1.tar.gz) = CDJobcIT6F7aYn1TH856ztnN4yl6kolH9kd3W67oZqs=
-SHA256 (druntime-2.099.1.tar.gz) = FyN+ifIftlKSmm+CkOOqEUJhAyFtf4JNmNGL0RdWqMc=
-SHA256 (phobos-2.099.1.tar.gz) = cRCyFUtrECOenHyUKqDJF4/WE+ym4V0p8caVKScYyNg=
-SIZE (dmd-2.099.1-bootstrap.tar.gz) = 9967065
-SIZE (dmd-2.099.1.tar.gz) = 3877912
-SIZE (druntime-2.099.1.tar.gz) = 1880087
-SIZE (phobos-2.099.1.tar.gz) = 2469063
+SHA256 (dmd-2.100.0-bootstrap.tar.gz) = lZvFti6GlnGo7+XSjTsdjPZ0EJhM8qLa5pZwQ6H4LFM=
+SHA256 (dmd-2.100.0.tar.gz) = d9hiP2FKsqQcF+6G6EiAAhg2BRVT3X8J8/bu6OAkxV0=
+SHA256 (druntime-2.100.0.tar.gz) = uWIslEaDJkhzgDk9GDeQgw840iS7XRUGe25PXsnPztQ=
+SHA256 (phobos-2.100.0.tar.gz) = zr+f7Nrzlb23RcvtmQh55WHQVcw2e6RLpp+0CrnEUAg=
+SIZE (dmd-2.100.0-bootstrap.tar.gz) = 9996839
+SIZE (dmd-2.100.0.tar.gz) = 3920784
+SIZE (druntime-2.100.0.tar.gz) = 1883261
+SIZE (phobos-2.100.0.tar.gz) = 2696033
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/lang/dmd/pkg/PLIST,v
retrieving revision 1.4
diff -u -p -r1.4 PLIST
--- pkg/PLIST 23 Apr 2022 23:51:25 -0000 1.4
+++ pkg/PLIST 1 Jun 2022 03:25:35 -0000
@@ -16,6 +16,7 @@ include/dmd/druntime/import/core/gc/
include/dmd/druntime/import/core/gc/config.d
include/dmd/druntime/import/core/gc/gcinterface.d
include/dmd/druntime/import/core/gc/registry.d
+include/dmd/druntime/import/core/int128.d
include/dmd/druntime/import/core/internal/
include/dmd/druntime/import/core/internal/abort.d
include/dmd/druntime/import/core/internal/array/
@@ -697,6 +698,7 @@ include/dmd/phobos/std/format/spec.d
include/dmd/phobos/std/format/write.d
include/dmd/phobos/std/functional.d
include/dmd/phobos/std/getopt.d
+include/dmd/phobos/std/int128.d
include/dmd/phobos/std/internal/
include/dmd/phobos/std/internal/attributes.d
include/dmd/phobos/std/internal/cstring.d
Hi ports --

Attached is an update to DMD. Here is the changelog:
https://dlang.org/changelog/2.100.0.html

All is good on my machine. D tools and dub updates will be in separate
emails.

OK?

~Brian

No comments:

Post a Comment