Download raw body.
[update] cad/opencascade 7.8.0 -> 7.8.1
On 2024/04/18 13:14, Johannes Thyssen Tishman wrote:
> Straightforward maintenance update for cad/opencascade to version 7.8.1.
> Both its consumers cad/{kicad,prusaslicer} build and run fine.
i'm building to test it now, with a slight tweak to reduce PLIST churn.
Index: Makefile
===================================================================
RCS file: /cvs/ports/cad/opencascade/Makefile,v
diff -u -p -r1.3 Makefile
--- Makefile 10 Feb 2024 15:39:40 -0000 1.3
+++ Makefile 18 Apr 2024 13:53:19 -0000
@@ -1,7 +1,7 @@
COMMENT = platform for 3D CAD, CAM, and CAE
DPB_PROPERTIES = parallel
-V = 7.8.0
+V = 7.8.1
DISTNAME = opencascade-${V}
.for LIB in TKBO TKBRep TKBin TKBinL TKBinTObj TKBinXCAF TKBool TKCAF TKCDF \
@@ -73,7 +73,7 @@ COMP=clang
COMP=gcc
.endif
-SUBST_VARS += BITS COMP
+SUBST_VARS += BITS COMP V
# fix bash and make installed script names less generic
pre-configure:
Index: distinfo
===================================================================
RCS file: /cvs/ports/cad/opencascade/distinfo,v
diff -u -p -r1.2 distinfo
--- distinfo 10 Feb 2024 15:39:40 -0000 1.2
+++ distinfo 18 Apr 2024 13:53:19 -0000
@@ -1,2 +1,2 @@
-SHA256 (opencascade-7.8.0.tar.gz) = ucjwqdUjrBpgZpf5X8Odis8RQNNyhWG4AQpgRDG06c8=
-SIZE (opencascade-7.8.0.tar.gz) = 48431454
+SHA256 (opencascade-7.8.1.tar.gz) = M/K9tn4/auRp8/qBbPujRSmiOpy3Nr+YoysgPYUxxSM=
+SIZE (opencascade-7.8.1.tar.gz) = 48427425
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/cad/opencascade/pkg/PLIST,v
diff -u -p -r1.3 PLIST
--- pkg/PLIST 10 Feb 2024 15:39:40 -0000 1.3
+++ pkg/PLIST 18 Apr 2024 13:53:19 -0000
@@ -1,9 +1,9 @@
@conflict oce-*
@pkgpath cad/oce
bin/DRAWEXE
-@bin bin/DRAWEXE-7.8.0
+@bin bin/DRAWEXE-${V}
bin/ExpToCasExe
-@bin bin/ExpToCasExe-7.8.0
+@bin bin/ExpToCasExe-${V}
bin/occt_custom.sh
bin/occt_custom_${COMP}_${BITS}.sh
bin/occt_draw.sh
[update] cad/opencascade 7.8.0 -> 7.8.1