From f715b7048cdb37811612a7b9aaf51927b2362e33 Mon Sep 17 00:00:00 2001 From: Jia Yue Hua <3423893+jiayuehua@users.noreply.github.com> Date: Tue, 12 Mar 2024 11:14:50 +0800 Subject: [PATCH] [guile] update to 3.0.9 (#37093) --- ports/guile/portfile.cmake | 8 +++++--- ports/guile/vcpkg.json | 7 +++++-- versions/baseline.json | 4 ++-- versions/g-/guile.json | 5 +++++ 4 files changed, 17 insertions(+), 7 deletions(-) diff --git a/ports/guile/portfile.cmake b/ports/guile/portfile.cmake index e8bbbb4106..37c8fb6626 100644 --- a/ports/guile/portfile.cmake +++ b/ports/guile/portfile.cmake @@ -1,11 +1,13 @@ vcpkg_download_distfile(GUILE_ARCHIVE - URLS https://ftp.gnu.org/gnu/guile/guile-3.0.8.tar.gz - FILENAME guile-3.0.8.tar.gz - SHA512 7b2728e849a3ee482fe9a167dd76cc4835e911cc94ca0724dd51e8a813a240c6b5d2de84de16b46469ab24305b5b153a3c812fec942e007d3310bba4d1cf947d + URLS https://ftp.gnu.org/gnu/guile/guile-${VERSION}.tar.gz + FILENAME guile-${VERSION}.tar.gz + SHA512 6fd14f0860c7f5b7a9b53c43a60c6a7ca53072684ddc818cd10c720af2c5761ef110b29af466b89ded884fb66d66060894b14e615eaebee8844c397932d05fa2 ) vcpkg_extract_source_archive(GUILE_SOURCES ARCHIVE ${GUILE_ARCHIVE}) +vcpkg_add_to_path("${CURRENT_HOST_INSTALLED_DIR}/tools/gperf") + vcpkg_configure_make( SOURCE_PATH "${GUILE_SOURCES}" ADD_BIN_TO_PATH diff --git a/ports/guile/vcpkg.json b/ports/guile/vcpkg.json index 01ccab5c5a..f48e554c62 100644 --- a/ports/guile/vcpkg.json +++ b/ports/guile/vcpkg.json @@ -1,7 +1,6 @@ { "name": "guile", - "version": "3.0.8", - "port-version": 1, + "version": "3.0.9", "description": "GNU's programming and extension language", "homepage": "https://www.gnu.org/software/guile/", "documentation": "https://www.gnu.org/software/guile/manual/", @@ -17,6 +16,10 @@ ] }, "gmp", + { + "name": "gperf", + "host": true + }, "libffi", "libunistring" ] diff --git a/versions/baseline.json b/versions/baseline.json index 2bc364ee06..9fc0b1d59d 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3225,8 +3225,8 @@ "port-version": 2 }, "guile": { - "baseline": "3.0.8", - "port-version": 1 + "baseline": "3.0.9", + "port-version": 0 }, "guilite": { "baseline": "2022-05-05", diff --git a/versions/g-/guile.json b/versions/g-/guile.json index 2593a3ab08..f2a6f44b2a 100644 --- a/versions/g-/guile.json +++ b/versions/g-/guile.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "110d7a6bda8678341e931b4b8456e9926dc34e92", + "version": "3.0.9", + "port-version": 0 + }, { "git-tree": "ccaa1b9bc0ba4c7397a8f5a05cf99df4c47897d9", "version": "3.0.8",