git: 6485928952e2 - main - devel/glaze: update 2.1.0 → 2.1.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 14 Feb 2024 09:28:09 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=6485928952e2672f9f384f2c265039df9f5f755b commit 6485928952e2672f9f384f2c265039df9f5f755b Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-02-14 08:29:17 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-02-14 09:28:05 +0000 devel/glaze: update 2.1.0 → 2.1.1 Reported by: portscout --- devel/glaze/Makefile | 5 +++-- devel/glaze/distinfo | 6 +++--- devel/glaze/pkg-plist | 2 ++ 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/devel/glaze/Makefile b/devel/glaze/Makefile index 1e2e6ed9f7a9..223ad4def578 100644 --- a/devel/glaze/Makefile +++ b/devel/glaze/Makefile @@ -1,6 +1,6 @@ PORTNAME= glaze DISTVERSIONPREFIX= v -DISTVERSION= 2.1.0 +DISTVERSION= 2.1.1 CATEGORIES= devel textproc MAINTAINER= yuri@FreeBSD.org @@ -12,9 +12,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_FreeBSD_15= clang crashes, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276265 +BUILD_DEPENDS= ${LOCALBASE}/include/asio.hpp:net/asio TEST_DEPENDS= ut>0:devel/ut -USES= cmake:testing compiler:c++11-lang eigen:3 +USES= cmake:testing compiler:c++11-lang eigen:3 localbase USE_GITHUB= yes GH_ACCOUNT= stephenberry diff --git a/devel/glaze/distinfo b/devel/glaze/distinfo index 96e890694730..d9ffdab72487 100644 --- a/devel/glaze/distinfo +++ b/devel/glaze/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1707799590 -SHA256 (stephenberry-glaze-v2.1.0_GH0.tar.gz) = b3bb4d886f17d266f37a6eec2c42b2e57e287918b20511297c4eb6b9960f0f8f -SIZE (stephenberry-glaze-v2.1.0_GH0.tar.gz) = 258748 +TIMESTAMP = 1707893904 +SHA256 (stephenberry-glaze-v2.1.1_GH0.tar.gz) = 790e6cc36816850dd2a3ba5eb2eff1086a94d1e9774c7aaf783ec3ed55a6e3a7 +SIZE (stephenberry-glaze-v2.1.1_GH0.tar.gz) = 267493 diff --git a/devel/glaze/pkg-plist b/devel/glaze/pkg-plist index 3a08b43bfa74..55bd3373feb6 100644 --- a/devel/glaze/pkg-plist +++ b/devel/glaze/pkg-plist @@ -48,6 +48,7 @@ include/glaze/exceptions/binary_exceptions.hpp include/glaze/exceptions/csv_exceptions.hpp include/glaze/exceptions/json_exceptions.hpp include/glaze/ext/eigen.hpp +include/glaze/ext/glaze_asio.hpp include/glaze/ext/jsonrpc.hpp include/glaze/file/file_ops.hpp include/glaze/file/file_watch.hpp @@ -74,6 +75,7 @@ include/glaze/record/recorder.hpp include/glaze/reflection/get_name.hpp include/glaze/reflection/reflect.hpp include/glaze/reflection/to_tuple.hpp +include/glaze/rpc/repe.hpp include/glaze/thread/threadpool.hpp include/glaze/tuplet/tuple.hpp include/glaze/util/any.hpp