diff --git a/ports/libgeotiff/CONTROL b/ports/libgeotiff/CONTROL index 54e9022b86db43..03fc37b621ca8c 100644 --- a/ports/libgeotiff/CONTROL +++ b/ports/libgeotiff/CONTROL @@ -1,6 +1,6 @@ Source: libgeotiff Version: 1.6.0 -Port-Version: 2 +Port-Version: 3 Homepage: https://github.com/OSGeo/libgeotiff Description: Libgeotiff is an open source library normally hosted on top of libtiff for reading, and writing GeoTIFF information tags. Build-Depends: tiff, proj4, zlib, libjpeg-turbo diff --git a/ports/libgeotiff/portfile.cmake b/ports/libgeotiff/portfile.cmake index 967c7cd787d4ee..deba3b12b04fe1 100644 --- a/ports/libgeotiff/portfile.cmake +++ b/ports/libgeotiff/portfile.cmake @@ -28,6 +28,7 @@ vcpkg_configure_cmake( -DWITH_ZLIB=1 -DWITH_JPEG=1 -DWITH_UTILITIES=1 + -DCMAKE_MACOSX_BUNDLE=0 ) vcpkg_install_cmake() diff --git a/versions/baseline.json b/versions/baseline.json index 5692866e843f33..65df0c94f79f6b 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3198,7 +3198,7 @@ }, "libgeotiff": { "baseline": "1.6.0", - "port-version": 2 + "port-version": 3 }, "libgit2": { "baseline": "1.1.0", diff --git a/versions/l-/libgeotiff.json b/versions/l-/libgeotiff.json index 7e6867b16166cb..2f03e9f4954293 100644 --- a/versions/l-/libgeotiff.json +++ b/versions/l-/libgeotiff.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "2776355ea4b59dd06ec5b231c5080cd9b2157a16", + "version-string": "1.6.0", + "port-version": 3 + }, { "git-tree": "7cd5cd08571c3a463ea30e6b47a6e407301199fe", "version-string": "1.6.0",