git: 9c271b7e1ee3 - main - devel/malloy: update to 0.6.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 06 Jan 2023 16:20:06 UTC
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=9c271b7e1ee39bb674e4012c34dc64d53229d965 commit 9c271b7e1ee39bb674e4012c34dc64d53229d965 Author: Joel Bodenmann <jbo@insane.engineer> AuthorDate: 2023-01-06 09:49:22 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2023-01-06 16:15:57 +0000 devel/malloy: update to 0.6.0 ChangeLog: https://github.com/Tectu/malloy/releases/tag/0.6.0 PR: 268772 Reported by: jbo@insane.engineer (maintainer) --- devel/malloy/Makefile | 3 +-- devel/malloy/distinfo | 6 +++--- devel/malloy/pkg-plist | 24 +++++++++++++++--------- 3 files changed, 19 insertions(+), 14 deletions(-) diff --git a/devel/malloy/Makefile b/devel/malloy/Makefile index 3dd1643245aa..7d7d94a8034b 100644 --- a/devel/malloy/Makefile +++ b/devel/malloy/Makefile @@ -1,6 +1,5 @@ PORTNAME= malloy -DISTVERSION= 0.5.1 -PORTREVISION= 1 +DISTVERSION= 0.6.0 CATEGORIES= devel MAINTAINER= jbo@insane.engineer diff --git a/devel/malloy/distinfo b/devel/malloy/distinfo index c71275a85983..44ca8a9c5a1e 100644 --- a/devel/malloy/distinfo +++ b/devel/malloy/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1657217605 -SHA256 (tectu-malloy-0.5.1_GH0.tar.gz) = 5126f2eada548bb1e8bb39abfe15a25beafc475d488fb916c83c328836e62087 -SIZE (tectu-malloy-0.5.1_GH0.tar.gz) = 188078 +TIMESTAMP = 1672940698 +SHA256 (tectu-malloy-0.6.0_GH0.tar.gz) = 0902721688e273c16f63c1e528e5e7aa785743b5eaedc89464d05e95a7e87be7 +SIZE (tectu-malloy-0.6.0_GH0.tar.gz) = 191751 diff --git a/devel/malloy/pkg-plist b/devel/malloy/pkg-plist index 23ac164eb6b3..9377d83fec17 100644 --- a/devel/malloy/pkg-plist +++ b/devel/malloy/pkg-plist @@ -10,6 +10,8 @@ include/malloy/core/detail/controller_run_result.hpp include/malloy/core/detail/version_checks.hpp include/malloy/core/error.hpp %%HTML%%include/malloy/core/html/form.hpp +%%HTML%%include/malloy/core/html/form_data.hpp +%%HTML%%include/malloy/core/html/form_field.hpp %%HTML%%include/malloy/core/html/form_renderer.hpp %%HTML%%include/malloy/core/html/html.hpp %%HTML%%include/malloy/core/html/multipart_parser.hpp @@ -27,11 +29,15 @@ include/malloy/core/http/session/types.hpp include/malloy/core/http/type_traits.hpp include/malloy/core/http/types.hpp include/malloy/core/http/utils.hpp +include/malloy/core/tcp/rate_policy.hpp +include/malloy/core/tcp/stream.hpp +include/malloy/core/tcp/tcp.hpp %%TLS%%include/malloy/core/tls/manager.hpp include/malloy/core/type_traits.hpp include/malloy/core/utils.hpp include/malloy/core/websocket/connection.hpp include/malloy/core/websocket/stream.hpp +include/malloy/core/websocket/types.hpp include/malloy/core/websocket/websocket.hpp %%SERVER%%include/malloy/server/auth/basic.hpp %%SERVER%%include/malloy/server/http/connection.hpp @@ -57,18 +63,18 @@ lib/cmake/malloy/malloy-config.cmake lib/cmake/malloy/malloy-targets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/malloy/malloy-targets.cmake %%CLIENT%%lib/libmalloy-client.so -%%CLIENT%%lib/libmalloy-client.so.0.5.1 +%%CLIENT%%lib/libmalloy-client.so.0.6.0 lib/libmalloy-core.so -lib/libmalloy-core.so.0.5.1 +lib/libmalloy-core.so.0.6.0 %%SERVER%%lib/libmalloy-server.so -%%SERVER%%lib/libmalloy-server.so.0.5.1 +%%SERVER%%lib/libmalloy-server.so.0.6.0 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeLists.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/client/CMakeLists.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/client/example.cmake -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/client/http-custom-filter/CMakeLists.txt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/client/http-custom-filter/main.cpp -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/client/http-file-download/CMakeLists.txt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/client/http-file-download/main.cpp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/client/http_custom_filter/CMakeLists.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/client/http_custom_filter/main.cpp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/client/http_file_download/CMakeLists.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/client/http_file_download/main.cpp %%PORTEXAMPLES%%%%EXAMPLESDIR%%/client/http_plain/CMakeLists.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/client/http_plain/main.cpp %%PORTEXAMPLES%%%%EXAMPLESDIR%%/client/http_tls/CMakeLists.txt @@ -81,8 +87,8 @@ lib/libmalloy-core.so.0.5.1 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/server/CMakeLists.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/server/basic/CMakeLists.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/server/basic/main.cpp -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/server/custom-request-filter/CMakeLists.txt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/server/custom-request-filter/main.cpp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/server/custom_request_filter/CMakeLists.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/server/custom_request_filter/main.cpp %%PORTEXAMPLES%%%%EXAMPLESDIR%%/server/example.cmake %%PORTEXAMPLES%%%%EXAMPLESDIR%%/server/html_form/CMakeLists.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/server/html_form/main.cpp