git: 4c502e5026f3 - main - devel/libmcfp: update 1.2.4 → 1.3.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 07 Mar 2024 09:48:17 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=4c502e5026f34f1d17614cabfbe86601ff56b7c8 commit 4c502e5026f34f1d17614cabfbe86601ff56b7c8 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-03-07 05:36:07 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-03-07 09:48:05 +0000 devel/libmcfp: update 1.2.4 → 1.3.0 Reported by: portscout --- devel/libmcfp/Makefile | 7 ++++--- devel/libmcfp/distinfo | 6 +++--- devel/libmcfp/pkg-plist | 9 +++++---- 3 files changed, 12 insertions(+), 10 deletions(-) diff --git a/devel/libmcfp/Makefile b/devel/libmcfp/Makefile index 2dcc5d732e3f..43b681a93725 100644 --- a/devel/libmcfp/Makefile +++ b/devel/libmcfp/Makefile @@ -1,6 +1,6 @@ PORTNAME= libmcfp DISTVERSIONPREFIX= v -DISTVERSION= 1.2.4 +DISTVERSION= 1.3.0 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org @@ -10,14 +10,15 @@ WWW= https://github.com/mhekkel/libmcfp LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -TEST_DEPENDS= ${LOCALBASE}/include/boost/test/included/unit_test.hpp:devel/boost-libs +TEST_DEPENDS= catch2>0:devel/catch2 \ + ${LOCALBASE}/include/boost/test/included/unit_test.hpp:devel/boost-libs USES= cmake:testing localbase USE_GITHUB= yes GH_ACCOUNT= mhekkel -CMAKE_TESTING_ON= ENABLE_TESTING +CMAKE_OFF= BUILD_TESTING NO_ARCH= yes diff --git a/devel/libmcfp/distinfo b/devel/libmcfp/distinfo index cb9f32076f0f..cca4b5625ec1 100644 --- a/devel/libmcfp/distinfo +++ b/devel/libmcfp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1685692153 -SHA256 (mhekkel-libmcfp-v1.2.4_GH0.tar.gz) = 97f7e6271d81fc6b562bd89e7e306315f63d3e3c65d68468217e40ad15ea5164 -SIZE (mhekkel-libmcfp-v1.2.4_GH0.tar.gz) = 15424 +TIMESTAMP = 1709785521 +SHA256 (mhekkel-libmcfp-v1.3.0_GH0.tar.gz) = 1b079fcd8bc864264bef7e707828ec017c98c9011115538e2279e1bf3f5cf2f6 +SIZE (mhekkel-libmcfp-v1.3.0_GH0.tar.gz) = 23519 diff --git a/devel/libmcfp/pkg-plist b/devel/libmcfp/pkg-plist index 55c0b29c5bae..861664543254 100644 --- a/devel/libmcfp/pkg-plist +++ b/devel/libmcfp/pkg-plist @@ -1,7 +1,8 @@ -include/mcfp.hpp +include/mcfp/detail/charconv.hpp +include/mcfp/detail/options.hpp +include/mcfp/error.hpp include/mcfp/mcfp.hpp include/mcfp/text.hpp include/mcfp/utilities.hpp -lib/cmake/libmcfp/libmcfpConfig.cmake -lib/cmake/libmcfp/libmcfpConfigVersion.cmake -lib/cmake/libmcfp/libmcfpTargets.cmake +lib/cmake/mcfp/mcfp-config.cmake +lib/cmake/mcfp/mcfp-targets.cmake