Hi ports --

Obviously for after unlock, here's an update to DMD to the new 2.099.1
version. Sending now so that I can get feedback from the D users.

Here's the changelog: https://dlang.org/changelog/2.099.1.html

An update to LDC is on the way today as well, once I get the LDC
bootstrap regenerated.

~Brian
Index: Makefile
===================================================================
RCS file: /cvs/ports/lang/dmd/Makefile,v
retrieving revision 1.6
diff -u -p -r1.6 Makefile
--- Makefile    20 Mar 2022 19:33:46 -0000      1.6
+++ Makefile    10 Apr 2022 18:46:53 -0000
@@ -1,7 +1,7 @@
 # i386 forthcoming
 ONLY_FOR_ARCHS =       amd64
 
-V =            2.099.0
+V =            2.099.1
 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.4
diff -u -p -r1.4 distinfo
--- distinfo    20 Mar 2022 19:33:46 -0000      1.4
+++ distinfo    10 Apr 2022 18:46:53 -0000
@@ -1,8 +1,8 @@
-SHA256 (dmd-2.099.0-bootstrap.tar.gz) = 
zOgJZmP67jnx/c5SbCm7YiL7lnyrSsE9MpuknqA9xF4=
-SHA256 (dmd-2.099.0.tar.gz) = jIV1sraLff4jb+wTu98m0GM2W07QhWMyD0KbICxbii4=
-SHA256 (druntime-2.099.0.tar.gz) = 3h+a58FYBrzRRZ1Wx6xyFkef+I9aOw6og9UNY599/EI=
-SHA256 (phobos-2.099.0.tar.gz) = EAdcdo1aX7PgPwROq+5W6/eIm+jby8IZYwDD4jqvovc=
-SIZE (dmd-2.099.0-bootstrap.tar.gz) = 9975650
-SIZE (dmd-2.099.0.tar.gz) = 3878279
-SIZE (druntime-2.099.0.tar.gz) = 1880109
-SIZE (phobos-2.099.0.tar.gz) = 2470150
+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
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/lang/dmd/pkg/PLIST,v
retrieving revision 1.3
diff -u -p -r1.3 PLIST
--- pkg/PLIST   20 Mar 2022 19:33:46 -0000      1.3
+++ pkg/PLIST   10 Apr 2022 18:46:53 -0000
@@ -270,6 +270,7 @@ include/dmd/druntime/import/core/sys/ope
 include/dmd/druntime/import/core/sys/openbsd/err.d
 include/dmd/druntime/import/core/sys/openbsd/execinfo.d
 include/dmd/druntime/import/core/sys/openbsd/pthread_np.d
+include/dmd/druntime/import/core/sys/openbsd/pwd.d
 include/dmd/druntime/import/core/sys/openbsd/stdlib.d
 include/dmd/druntime/import/core/sys/openbsd/string.d
 include/dmd/druntime/import/core/sys/openbsd/sys/

Reply via email to