diff --git a/ports/cgal/vcpkg.json b/ports/cgal/vcpkg.json index f8fa853778..89915389e3 100644 --- a/ports/cgal/vcpkg.json +++ b/ports/cgal/vcpkg.json @@ -1,6 +1,7 @@ { "name": "cgal", "version": "5.6", + "port-version": 1, "description": "The Computational Geometry Algorithms Library (CGAL) is a C++ library that aims to provide easy access to efficient and reliable algorithms in computational geometry.", "homepage": "https://github.com/CGAL/cgal", "license": "GPL-3.0-or-later AND LGPL-3.0-or-later AND BSL-1.0", @@ -64,6 +65,7 @@ "qt": { "description": "Qt GUI support for CGAL", "dependencies": [ + "boost-format", "eigen3", "qt5-3d", { diff --git a/versions/baseline.json b/versions/baseline.json index 5fb37d37b7..e227bc3295 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -1530,7 +1530,7 @@ }, "cgal": { "baseline": "5.6", - "port-version": 0 + "port-version": 1 }, "cgicc": { "baseline": "3.2.19", diff --git a/versions/c-/cgal.json b/versions/c-/cgal.json index 22c6ff8b75..7f7f147eb6 100644 --- a/versions/c-/cgal.json +++ b/versions/c-/cgal.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "daf7cc06ce0247101d1f713013a1a12416da5111", + "version": "5.6", + "port-version": 1 + }, { "git-tree": "313da2aa8d1221c449a211a4d04a0d5976ae8930", "version": "5.6",