Date: Sun, 9 Feb 2025 20:04:38 GMT From: Joel Bodenmann <jbo@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 8f7056ce1f8c - main - devel/malloy: Update to 0.9.0 Message-ID: <202502092004.519K4cmn013973@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbo: URL: https://cgit.FreeBSD.org/ports/commit/?id=8f7056ce1f8c6c59d6d2af98d261a098232cd045 commit 8f7056ce1f8c6c59d6d2af98d261a098232cd045 Author: Joel Bodenmann <jbo@FreeBSD.org> AuthorDate: 2025-02-09 20:02:45 +0000 Commit: Joel Bodenmann <jbo@FreeBSD.org> CommitDate: 2025-02-09 20:04:15 +0000 devel/malloy: Update to 0.9.0 Changelog: https://github.com/Tectu/malloy/releases/tag/0.9.0 --- devel/malloy/Makefile | 2 +- devel/malloy/distinfo | 6 +++--- devel/malloy/pkg-plist | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/devel/malloy/Makefile b/devel/malloy/Makefile index 2464040bd1f3..75cc8aea8e0b 100644 --- a/devel/malloy/Makefile +++ b/devel/malloy/Makefile @@ -1,5 +1,5 @@ PORTNAME= malloy -DISTVERSION= 0.8.0 +DISTVERSION= 0.9.0 CATEGORIES= devel MAINTAINER= jbo@FreeBSD.org diff --git a/devel/malloy/distinfo b/devel/malloy/distinfo index 5a761ff6bce8..0b2b5b262699 100644 --- a/devel/malloy/distinfo +++ b/devel/malloy/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1732978748 -SHA256 (tectu-malloy-0.8.0_GH0.tar.gz) = 2f40c6e27ba3cab98b835d84eba392fb8cf223b4d03086a9e81240239244a8cf -SIZE (tectu-malloy-0.8.0_GH0.tar.gz) = 196191 +TIMESTAMP = 1739131101 +SHA256 (tectu-malloy-0.9.0_GH0.tar.gz) = 7442470c569d5b920e1aa23bd46170260ebb66466a1c48ab6c93727c02da83c0 +SIZE (tectu-malloy-0.9.0_GH0.tar.gz) = 197862 diff --git a/devel/malloy/pkg-plist b/devel/malloy/pkg-plist index ee055c6795aa..74f2d10e68d8 100644 --- a/devel/malloy/pkg-plist +++ b/devel/malloy/pkg-plist @@ -28,6 +28,7 @@ include/malloy/core/http/session/storage_memory.hpp include/malloy/core/http/session/types.hpp include/malloy/core/http/type_traits.hpp include/malloy/core/http/types.hpp +include/malloy/core/http/url.hpp include/malloy/core/http/utils.hpp include/malloy/core/tcp/rate_policy.hpp include/malloy/core/tcp/stream.hpp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202502092004.519K4cmn013973>