Skip to content

Commit

Permalink
devel/pika: Update 0.16.0 → 0.17.0
Browse files Browse the repository at this point in the history
Reported by:	portscout
  • Loading branch information
yurivict committed Aug 3, 2023
1 parent 6503cd0 commit 9b0257c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions devel/pika/Makefile
@@ -1,5 +1,5 @@
PORTNAME= pika
DISTVERSION= 0.16.0
DISTVERSION= 0.17.0
CATEGORIES= devel

MAINTAINER= yuri@FreeBSD.org
Expand All @@ -26,7 +26,7 @@ GH_ACCOUNT= pika-org

CMAKE_ON= PIKA_WITH_MALLOC
CMAKE_ON+= PIKA_WITH_GENERIC_CONTEXT_COROUTINES # prerequisite, build breaks on aarch64, armv6 w/out it
CMAKE_TESTING_ON= PIKA_WITH_TESTS PIKA_WITH_TESTS_UNIT
CMAKE_TESTING_ON= PIKA_WITH_TESTS PIKA_WITH_TESTS_UNIT PIKA_WITH_TESTS_REGRESSIONS
CMAKE_TESTING_TARGET= tests

BINARY_ALIAS= git=false
Expand Down
6 changes: 3 additions & 3 deletions devel/pika/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1685918651
SHA256 (pika-org-pika-0.16.0_GH0.tar.gz) = 59f2baec91cc9bf71ca96d21d0da1ec0092bf59da106efa51789089e0d7adcbb
SIZE (pika-org-pika-0.16.0_GH0.tar.gz) = 1243996
TIMESTAMP = 1691039432
SHA256 (pika-org-pika-0.17.0_GH0.tar.gz) = 717429fc1bc986d62cbec190a69939e91608122d09d54bda1b028871c9ca9ad4
SIZE (pika-org-pika-0.17.0_GH0.tar.gz) = 1256055
5 changes: 3 additions & 2 deletions devel/pika/pkg-plist
Expand Up @@ -44,6 +44,7 @@ include/pika/channel.hpp
include/pika/chrono.hpp
include/pika/command_line_handling/command_line_handling.hpp
include/pika/command_line_handling/config/defines.hpp
include/pika/command_line_handling/get_env_var_as.hpp
include/pika/command_line_handling/late_command_line_handling.hpp
include/pika/command_line_handling/parse_command_line.hpp
include/pika/concepts/concepts.hpp
Expand Down Expand Up @@ -151,6 +152,7 @@ include/pika/execution/algorithms/sync_wait.hpp
include/pika/execution/algorithms/then.hpp
include/pika/execution/algorithms/transfer.hpp
include/pika/execution/algorithms/transfer_just.hpp
include/pika/execution/algorithms/unpack.hpp
include/pika/execution/algorithms/when_all.hpp
include/pika/execution/algorithms/when_all_vector.hpp
include/pika/execution/config/defines.hpp
Expand Down Expand Up @@ -237,7 +239,6 @@ include/pika/functional/detail/vtable/vtable.hpp
include/pika/functional/first_argument.hpp
include/pika/functional/function.hpp
include/pika/functional/invoke.hpp
include/pika/functional/invoke_fused.hpp
include/pika/functional/one_shot.hpp
include/pika/functional/tag_invoke.hpp
include/pika/functional/traits/get_function_address.hpp
Expand Down Expand Up @@ -673,4 +674,4 @@ lib/cmake/pika/tests/stable_inplace_merge.cpp
lib/cmake/pika/tests/unistd_h.cpp
lib/libpika.so
lib/libpika.so.0
lib/libpika.so.0.16.0
lib/libpika.so.0.17.0

0 comments on commit 9b0257c

Please sign in to comment.