aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2024-03-07 05:36:07 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2024-03-07 09:48:05 +0000
commit4c502e5026f34f1d17614cabfbe86601ff56b7c8 (patch)
treeaba9ddaa332d7f9680d34b33c8e0ac23585ef4cc
parent7eb9de481beeb36dd3e17cfd8d7c045a82d92f3a (diff)
downloadports-4c502e5026f34f1d17614cabfbe86601ff56b7c8.tar.gz
ports-4c502e5026f34f1d17614cabfbe86601ff56b7c8.zip
devel/libmcfp: update 1.2.4 → 1.3.0
Reported by: portscout
-rw-r--r--devel/libmcfp/Makefile7
-rw-r--r--devel/libmcfp/distinfo6
-rw-r--r--devel/libmcfp/pkg-plist9
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