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)
This commit is contained in:
Joel Bodenmann 2023-01-06 10:49:22 +01:00 committed by Fernando Apesteguía
parent dbfe50d5b6
commit 9c271b7e1e
3 changed files with 19 additions and 14 deletions

View File

@ -1,6 +1,5 @@
PORTNAME= malloy
DISTVERSION= 0.5.1
PORTREVISION= 1
DISTVERSION= 0.6.0
CATEGORIES= devel
MAINTAINER= jbo@insane.engineer

View File

@ -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

View File

@ -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