diff --git a/devel/concurrentqueue/Makefile b/devel/concurrentqueue/Makefile index b822c5d1d59e..6246608e8f91 100644 --- a/devel/concurrentqueue/Makefile +++ b/devel/concurrentqueue/Makefile @@ -1,33 +1,33 @@ PORTNAME= concurrentqueue DISTVERSIONPREFIX= v -DISTVERSION= 1.0.4 +DISTVERSION= 1.0.5 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org COMMENT= Fast C++11 multi-producer multi-consumer lock-free concurrent queue WWW= https://github.com/cameron314/concurrentqueue LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.md USES= cmake compiler:c++11-lang dos2unix USE_GITHUB= yes GH_ACCOUNT= cameron314 DOS2UNIX_FILES= tests/common/systemtime.cpp NO_ARCH= yes BINARY_ALIAS= g++=${CXX} # only for tests xdo-test: @cd ${WRKSRC}/tests/unittests && \ ${SETENV} ${TEST_ENV} ${GMAKE} && \ ${WRKSRC}/build/bin/unittests do-test: @${SETENV} ${TEST_ENV} ${GMAKE} -C ${WRKSRC}/tests/unittests @${WRKSRC}/build/bin/unittests .include diff --git a/devel/concurrentqueue/distinfo b/devel/concurrentqueue/distinfo index 09ad731c9b3c..f7e7ca8ab1c3 100644 --- a/devel/concurrentqueue/distinfo +++ b/devel/concurrentqueue/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1687242371 -SHA256 (cameron314-concurrentqueue-v1.0.4_GH0.tar.gz) = 87fbc9884d60d0d4bf3462c18f4c0ee0a9311d0519341cac7cbd361c885e5281 -SIZE (cameron314-concurrentqueue-v1.0.4_GH0.tar.gz) = 1566231 +TIMESTAMP = 1779347363 +SHA256 (cameron314-concurrentqueue-v1.0.5_GH0.tar.gz) = 4d6368a27492d86011fde5ca0cf386dce7c49cd425aa3d9b063ca6ec373a6ef3 +SIZE (cameron314-concurrentqueue-v1.0.5_GH0.tar.gz) = 1567167