diff options
author | Joel Bodenmann <jbo@FreeBSD.org> | 2025-05-12 17:42:51 +0200 |
---|---|---|
committer | Joel Bodenmann <jbo@FreeBSD.org> | 2025-05-12 17:42:51 +0200 |
commit | 7430cd0946dd3acbb1404557dfb867d6aaac5e36 (patch) | |
tree | e77b42917c1b7c91c528f08711d730843cdf745d | |
parent | lang/rust-nightly: update 1.88.0.20250427 → 1.89.0.20250511 (diff) |
devel/malloy: Update to 0.11.0
Changelog: https://github.com/Tectu/malloy/releases/tag/0.11.0
-rw-r--r-- | devel/malloy/Makefile | 5 | ||||
-rw-r--r-- | devel/malloy/distinfo | 6 | ||||
-rw-r--r-- | devel/malloy/pkg-plist | 1 |
3 files changed, 5 insertions, 7 deletions
diff --git a/devel/malloy/Makefile b/devel/malloy/Makefile index c4d5f7e4c2a4..5515666bba88 100644 --- a/devel/malloy/Makefile +++ b/devel/malloy/Makefile @@ -1,5 +1,5 @@ PORTNAME= malloy -DISTVERSION= 0.10.0 +DISTVERSION= 0.11.0 CATEGORIES= devel MAINTAINER= jbo@FreeBSD.org @@ -9,7 +9,7 @@ WWW= https://github.com/tectu/malloy LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/license.txt -BUILD_DEPENDS= boost-libs>1.81.0:devel/boost-libs +BUILD_DEPENDS= boost-libs>1.86.0:devel/boost-libs LIB_DEPENDS= libfmt.so:devel/libfmt \ libspdlog.so:devel/spdlog @@ -20,7 +20,6 @@ GH_ACCOUNT= tectu CMAKE_ON= MALLOY_BUILD_SHARED CMAKE_OFF= MALLOY_BUILD_EXAMPLES \ - MALLOY_DEPENDENCY_FMT_DOWNLOAD \ MALLOY_DEPENDENCY_SPDLOG_DOWNLOAD PLIST_SUB= SOVERSION="${DISTVERSION}" diff --git a/devel/malloy/distinfo b/devel/malloy/distinfo index e7f237e02f19..b615ef00467d 100644 --- a/devel/malloy/distinfo +++ b/devel/malloy/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1740949430 -SHA256 (tectu-malloy-0.10.0_GH0.tar.gz) = e69e380ba7e22784293110b4daaec7718df67e913b455635dd13fdbd592064fe -SIZE (tectu-malloy-0.10.0_GH0.tar.gz) = 199581 +TIMESTAMP = 1747064392 +SHA256 (tectu-malloy-0.11.0_GH0.tar.gz) = 8db332cbfe6b46a6d28e918fc5cc0393e0f40838d48903c069f38820aeb13787 +SIZE (tectu-malloy-0.11.0_GH0.tar.gz) = 200183 diff --git a/devel/malloy/pkg-plist b/devel/malloy/pkg-plist index b5e536f888d9..c6b190405ea4 100644 --- a/devel/malloy/pkg-plist +++ b/devel/malloy/pkg-plist @@ -8,7 +8,6 @@ include/malloy/core/controller.hpp 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 |