git: 67e5c9bf5102 - main - devel/malloy: Update to 0.10.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 02 Mar 2025 21:47:35 UTC
The branch main has been updated by jbo: URL: https://cgit.FreeBSD.org/ports/commit/?id=67e5c9bf510243eb4db0d4add5ca152609257f8f commit 67e5c9bf510243eb4db0d4add5ca152609257f8f Author: Joel Bodenmann <jbo@FreeBSD.org> AuthorDate: 2025-03-02 21:45:41 +0000 Commit: Joel Bodenmann <jbo@FreeBSD.org> CommitDate: 2025-03-02 21:47:02 +0000 devel/malloy: Update to 0.10.0 Changelog: https://github.com/Tectu/malloy/releases/tag/0.10.0 --- devel/malloy/Makefile | 2 +- devel/malloy/distinfo | 6 +++--- devel/malloy/pkg-plist | 2 ++ 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/devel/malloy/Makefile b/devel/malloy/Makefile index 75cc8aea8e0b..c4d5f7e4c2a4 100644 --- a/devel/malloy/Makefile +++ b/devel/malloy/Makefile @@ -1,5 +1,5 @@ PORTNAME= malloy -DISTVERSION= 0.9.0 +DISTVERSION= 0.10.0 CATEGORIES= devel MAINTAINER= jbo@FreeBSD.org diff --git a/devel/malloy/distinfo b/devel/malloy/distinfo index 0b2b5b262699..e7f237e02f19 100644 --- a/devel/malloy/distinfo +++ b/devel/malloy/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1739131101 -SHA256 (tectu-malloy-0.9.0_GH0.tar.gz) = 7442470c569d5b920e1aa23bd46170260ebb66466a1c48ab6c93727c02da83c0 -SIZE (tectu-malloy-0.9.0_GH0.tar.gz) = 197862 +TIMESTAMP = 1740949430 +SHA256 (tectu-malloy-0.10.0_GH0.tar.gz) = e69e380ba7e22784293110b4daaec7718df67e913b455635dd13fdbd592064fe +SIZE (tectu-malloy-0.10.0_GH0.tar.gz) = 199581 diff --git a/devel/malloy/pkg-plist b/devel/malloy/pkg-plist index 74f2d10e68d8..b5e536f888d9 100644 --- a/devel/malloy/pkg-plist +++ b/devel/malloy/pkg-plist @@ -2,6 +2,7 @@ %%CLIENT%%include/malloy/client/http/connection.hpp %%CLIENT%%include/malloy/client/http/connection_plain.hpp %%CLIENT%%include/malloy/client/http/connection_tls.hpp +%%CLIENT%%include/malloy/client/http/request_result.hpp %%CLIENT%%include/malloy/client/type_traits.hpp %%CLIENT%%include/malloy/client/websocket/connection.hpp include/malloy/core/controller.hpp @@ -9,6 +10,7 @@ include/malloy/core/detail/action_queue.hpp include/malloy/core/detail/controller_run_result.hpp include/malloy/core/detail/version_checks.hpp include/malloy/core/error.hpp +include/malloy/core/mp.hpp %%HTML%%include/malloy/core/html/form.hpp %%HTML%%include/malloy/core/html/form_data.hpp %%HTML%%include/malloy/core/html/form_field.hpp