git: a47987c0c716 - main - devel/concurrencpp: Update 0.1.3 -> 0.1.4
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 31 Dec 2021 17:25:37 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=a47987c0c7168e84cc276f45a6a856dba4c1cc5f commit a47987c0c7168e84cc276f45a6a856dba4c1cc5f Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2021-12-31 16:45:25 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2021-12-31 17:25:32 +0000 devel/concurrencpp: Update 0.1.3 -> 0.1.4 Reported by: portscout --- devel/concurrencpp/Makefile | 2 +- devel/concurrencpp/distinfo | 6 +++--- devel/concurrencpp/pkg-plist | 3 +++ 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/devel/concurrencpp/Makefile b/devel/concurrencpp/Makefile index c137acff6364..2f35d9da2b21 100644 --- a/devel/concurrencpp/Makefile +++ b/devel/concurrencpp/Makefile @@ -1,6 +1,6 @@ PORTNAME= concurrencpp DISTVERSIONPREFIX= v. -DISTVERSION= 0.1.3 +DISTVERSION= 0.1.4 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/concurrencpp/distinfo b/devel/concurrencpp/distinfo index 62a82b3bee5d..7f57b0f6baab 100644 --- a/devel/concurrencpp/distinfo +++ b/devel/concurrencpp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1631389928 -SHA256 (David-Haim-concurrencpp-v.0.1.3_GH0.tar.gz) = a9f85960132df76f4fb121157a74628ceafb7a54f2e669f19bd8d6305a03c74e -SIZE (David-Haim-concurrencpp-v.0.1.3_GH0.tar.gz) = 104714 +TIMESTAMP = 1640967804 +SHA256 (David-Haim-concurrencpp-v.0.1.4_GH0.tar.gz) = 3ad9424f975b766accc6eaedf4acfe1a20b5fdbb57fa3ae71f400e13d471e86f +SIZE (David-Haim-concurrencpp-v.0.1.4_GH0.tar.gz) = 113138 diff --git a/devel/concurrencpp/pkg-plist b/devel/concurrencpp/pkg-plist index 2ac0e16acd92..b4b95048b019 100644 --- a/devel/concurrencpp/pkg-plist +++ b/devel/concurrencpp/pkg-plist @@ -13,7 +13,9 @@ include/concurrencpp/executors/worker_thread_executor.h include/concurrencpp/forward_declarations.h include/concurrencpp/platform_defs.h include/concurrencpp/results/constants.h +include/concurrencpp/results/generator.h include/concurrencpp/results/impl/consumer_context.h +include/concurrencpp/results/impl/generator_state.h include/concurrencpp/results/impl/lazy_result_state.h include/concurrencpp/results/impl/producer_context.h include/concurrencpp/results/impl/result_state.h @@ -34,6 +36,7 @@ include/concurrencpp/runtime/constants.h include/concurrencpp/runtime/runtime.h include/concurrencpp/task.h include/concurrencpp/threads/binary_semaphore.h +include/concurrencpp/threads/cache_line.h include/concurrencpp/threads/thread.h include/concurrencpp/timers/constants.h include/concurrencpp/timers/timer.h