git: b52c39d15598 - main - devel/rapidfuzz-cpp: Update 1.0.3 -> 1.0.4
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 01 Jul 2022 08:45:03 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=b52c39d155984a850115b5a6b5e5ad327934c6a1 commit b52c39d155984a850115b5a6b5e5ad327934c6a1 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-07-01 05:56:22 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-07-01 08:44:59 +0000 devel/rapidfuzz-cpp: Update 1.0.3 -> 1.0.4 Reported by: portscout --- devel/rapidfuzz-cpp/Makefile | 4 ++-- devel/rapidfuzz-cpp/distinfo | 6 +++--- devel/rapidfuzz-cpp/pkg-plist | 1 + 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/devel/rapidfuzz-cpp/Makefile b/devel/rapidfuzz-cpp/Makefile index b4b69cc66635..c40a9d5a3704 100644 --- a/devel/rapidfuzz-cpp/Makefile +++ b/devel/rapidfuzz-cpp/Makefile @@ -1,6 +1,6 @@ PORTNAME= rapidfuzz-cpp DISTVERSIONPREFIX= v -DISTVERSION= 1.0.3 +DISTVERSION= 1.0.4 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org @@ -13,7 +13,7 @@ TEST_DEPENDS= catch>0:devel/catch USES= cmake:testing compiler:c++11-lib -CMAKE_TESTING_ON= RAPIDFUZZ_BUILD_TESTING # tests are broken because they expect yet unreleased catch-3.0.0 which is currently a preview version. +CMAKE_TESTING_ON= RAPIDFUZZ_BUILD_TESTING # tests use downloaded catch3 instead of catch2 from ports USE_GITHUB= yes GH_ACCOUNT= maxbachmann diff --git a/devel/rapidfuzz-cpp/distinfo b/devel/rapidfuzz-cpp/distinfo index c351621f8bd0..b60ebb2f9ec9 100644 --- a/devel/rapidfuzz-cpp/distinfo +++ b/devel/rapidfuzz-cpp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1656202671 -SHA256 (maxbachmann-rapidfuzz-cpp-v1.0.3_GH0.tar.gz) = 7d29076a6fc519834bbedb7a95a2e7b5d40361b983b040afc32b5d98e4a94226 -SIZE (maxbachmann-rapidfuzz-cpp-v1.0.3_GH0.tar.gz) = 78457 +TIMESTAMP = 1656654734 +SHA256 (maxbachmann-rapidfuzz-cpp-v1.0.4_GH0.tar.gz) = 14bcafba864e78662dd5f84e38412ebf589f12f45d3dd80fb5f5247b4f0f9b00 +SIZE (maxbachmann-rapidfuzz-cpp-v1.0.4_GH0.tar.gz) = 78640 diff --git a/devel/rapidfuzz-cpp/pkg-plist b/devel/rapidfuzz-cpp/pkg-plist index 25a11f7f0b1e..df115e328946 100644 --- a/devel/rapidfuzz-cpp/pkg-plist +++ b/devel/rapidfuzz-cpp/pkg-plist @@ -1,6 +1,7 @@ include/rapidfuzz/details/CharSet.hpp include/rapidfuzz/details/Matrix.hpp include/rapidfuzz/details/PatternMatchVector.hpp +include/rapidfuzz/details/Range.hpp include/rapidfuzz/details/SplittedSentenceView.hpp include/rapidfuzz/details/common.hpp include/rapidfuzz/details/common_impl.hpp