git: bfe19ab0429b - main - devel/concurrencpp: Update 0.1.4 -> 0.1.5
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 24 Sep 2022 21:01:04 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=bfe19ab0429bb4b3a39bd637ed627f5f90e92a27 commit bfe19ab0429bb4b3a39bd637ed627f5f90e92a27 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-09-24 19:48:31 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-09-24 21:01:01 +0000 devel/concurrencpp: Update 0.1.4 -> 0.1.5 Reported by: portscout --- devel/concurrencpp/Makefile | 5 +++-- devel/concurrencpp/distinfo | 6 +++--- devel/concurrencpp/pkg-plist | 2 ++ 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/devel/concurrencpp/Makefile b/devel/concurrencpp/Makefile index 7c64256d70ec..50facc6bc819 100644 --- a/devel/concurrencpp/Makefile +++ b/devel/concurrencpp/Makefile @@ -1,6 +1,6 @@ PORTNAME= concurrencpp DISTVERSIONPREFIX= v. -DISTVERSION= 0.1.4 +DISTVERSION= 0.1.5 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt BROKEN_FreeBSD_12= fatal error: 'semaphore' file not found (missing C++ include <semaphore>) -USES= cmake compiler:c++17-lang # should be compiler:c++20-lang +USES= cmake compiler:c++20-lang USE_GITHUB= yes GH_ACCOUNT= David-Haim @@ -29,6 +29,7 @@ CXX= ${LOCALBASE}/bin/clang++13 .endif do-test: # same as recommended in https://github.com/David-Haim/concurrencpp#building-installing-and-testing + # test async_lock_tests never finishes, see https://github.com/David-Haim/concurrencpp/issues/85 @cd ${WRKSRC} && \ ${CMAKE_BIN} -S test -B build/test && \ ${CMAKE_BIN} --build build/test && \ diff --git a/devel/concurrencpp/distinfo b/devel/concurrencpp/distinfo index 7f57b0f6baab..6c751836f855 100644 --- a/devel/concurrencpp/distinfo +++ b/devel/concurrencpp/distinfo @@ -1,3 +1,3 @@ -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 +TIMESTAMP = 1664047892 +SHA256 (David-Haim-concurrencpp-v.0.1.5_GH0.tar.gz) = 330150ebe11b3d30ffcb3efdecc184a34cf50a6bd43b68e294a496225d286651 +SIZE (David-Haim-concurrencpp-v.0.1.5_GH0.tar.gz) = 121906 diff --git a/devel/concurrencpp/pkg-plist b/devel/concurrencpp/pkg-plist index b4b95048b019..f96dd04369a4 100644 --- a/devel/concurrencpp/pkg-plist +++ b/devel/concurrencpp/pkg-plist @@ -35,8 +35,10 @@ include/concurrencpp/results/when_result.h include/concurrencpp/runtime/constants.h include/concurrencpp/runtime/runtime.h include/concurrencpp/task.h +include/concurrencpp/threads/async_lock.h include/concurrencpp/threads/binary_semaphore.h include/concurrencpp/threads/cache_line.h +include/concurrencpp/threads/constants.h include/concurrencpp/threads/thread.h include/concurrencpp/timers/constants.h include/concurrencpp/timers/timer.h