diff --git a/ports/cgal/vcpkg.json b/ports/cgal/vcpkg.json index 3e2f96999d..ad521023d5 100644 --- a/ports/cgal/vcpkg.json +++ b/ports/cgal/vcpkg.json @@ -1,6 +1,7 @@ { "name": "cgal", "version": "5.6.1", + "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", @@ -15,6 +16,7 @@ "boost-core", "boost-detail", "boost-filesystem", + "boost-format", "boost-functional", "boost-fusion", "boost-geometry", @@ -64,7 +66,6 @@ "qt": { "description": "Qt GUI support for CGAL", "dependencies": [ - "boost-format", "eigen3", "qt5-3d", { diff --git a/versions/baseline.json b/versions/baseline.json index fcd51b980e..1dd7526d01 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -1558,7 +1558,7 @@ }, "cgal": { "baseline": "5.6.1", - "port-version": 0 + "port-version": 1 }, "cgicc": { "baseline": "3.2.20", diff --git a/versions/c-/cgal.json b/versions/c-/cgal.json index 608d1a9a3a..f77fa5bec6 100644 --- a/versions/c-/cgal.json +++ b/versions/c-/cgal.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "194089df2abf78f3701c7be7d51ddb25feaf108e", + "version": "5.6.1", + "port-version": 1 + }, { "git-tree": "b207625af76c42809d62b804390364ea872392b5", "version": "5.6.1",