On 2025/03/11 17:26, Renato Aguiar wrote: > Diff updating prusaslicer to version 2.9.1.
Committed this and libbgcode. > Thanks to upstream now using Catch2 v3, a lot of patches aren't needed > anymore :) yay :) Just wondering, seeing as prusaslicer expects a particular version of libbgcode, would it make sense to specify that in the dependency? Index: Makefile =================================================================== RCS file: /cvs/ports/cad/prusaslicer/Makefile,v diff -u -p -r1.19 Makefile --- Makefile 13 Mar 2025 10:29:08 -0000 1.19 +++ Makefile 13 Mar 2025 10:31:31 -0000 @@ -4,6 +4,7 @@ DPB_PROPERTIES = parallel V = 2.9.1 PKGNAME = prusaslicer-${V} +REVISION = 0 GH_ACCOUNT = prusa3d GH_PROJECT = PrusaSlicer @@ -54,7 +55,7 @@ BUILD_DEPENDS = devel/cereal \ LIB_DEPENDS = cad/opencascade \ comms/libhidapi \ devel/gmp,-cxx \ - devel/libbgcode \ + devel/libbgcode=20250220 \ devel/mpfr \ devel/tbb \ graphics/glew \