Download raw body.
[UPDATE] cad/openscad to 2026.04.05
I just committed that February update after realizing I'd been "testing"
it for over a month and it had some QT6 fixes in it to go along with the
switch to QT6 by default.
This doesn't have a huge set of changes, mostly some error message
adjustments and bugfixes, but also a new "em" parameter for text
functions and using manifold for "hull" operations.
I obviously haven't been testing this for too long, but it seemed
generally fine.
Comments, OK, wait for post 7.9?
Index: Makefile
===================================================================
RCS file: /cvs/ports/cad/openscad/Makefile,v
diff -u -p -r1.60 Makefile
--- Makefile 6 Apr 2026 02:28:34 -0000 1.60
+++ Makefile 6 Apr 2026 23:33:04 -0000
@@ -1,8 +1,7 @@
COMMENT = programmers solid 3D CAD modeller
-V = 2026.02.24
+V = 2026.04.05
DISTNAME = openscad-${V}
-REVISION = 0
CATEGORIES = cad
@@ -13,7 +12,7 @@ PERMIT_PACKAGE = Yes
GH_ACCOUNT = openscad
GH_PROJECT = openscad
-GH_COMMIT = 665ba242e8b61aee10a4b09af94c094e1eb354f8
+GH_COMMIT = 34f7a2ffd07a55d27de9668bf6ba2cfc7eb982d4
MCAD_COMMIT = 1ea402208c3127ffb443931e9bb1681c191dacca
SITES.mcad = https://github.com/${GH_ACCOUNT}/MCAD/archive/
Index: distinfo
===================================================================
RCS file: /cvs/ports/cad/openscad/distinfo,v
diff -u -p -r1.9 distinfo
--- distinfo 6 Apr 2026 02:28:34 -0000 1.9
+++ distinfo 6 Apr 2026 23:33:04 -0000
@@ -1,4 +1,4 @@
SHA256 (MCAD-1ea40220.tar.gz) = PQQHfTaYFGOMPwGP7MOUOQEaR/VFAm9DwaRlvOF3P1c=
-SHA256 (openscad-2026.02.24-665ba242.tar.gz) = zRqlHFp/2Puc15m+Hvuv3kZKIzqJliUUU6L9nmlfq30=
+SHA256 (openscad-2026.04.05-34f7a2ff.tar.gz) = bGnhnmgdZRPGdktNjsOfWI+kckL6gWQGg4dqN/lYwMY=
SIZE (MCAD-1ea40220.tar.gz) = 56943
-SIZE (openscad-2026.02.24-665ba242.tar.gz) = 25351660
+SIZE (openscad-2026.04.05-34f7a2ff.tar.gz) = 25383562
[UPDATE] cad/openscad to 2026.04.05