git: 90e98f168408 - main - devel/catch: remove useless USES=pathfix

From: Baptiste Daroussin <bapt_at_FreeBSD.org>
Date: Thu, 24 Jul 2025 12:57:07 UTC
The branch main has been updated by bapt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=90e98f1684086a4a621166cbb7f3abf723b4ced6

commit 90e98f1684086a4a621166cbb7f3abf723b4ced6
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2025-07-24 09:43:35 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2025-07-24 12:56:53 +0000

    devel/catch: remove useless USES=pathfix
    
    move .pc files into share/pkgconfig considering it is not platform
    dependant
---
 devel/catch/Makefile  | 3 ++-
 devel/catch/pkg-plist | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/devel/catch/Makefile b/devel/catch/Makefile
index df4f7b4f3cea..5103183d96f5 100644
--- a/devel/catch/Makefile
+++ b/devel/catch/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	catch
 PORTVERSION=	2.13.10
+PORTREVISION=	1
 DISTVERSIONPREFIX=	v
 CATEGORIES=	devel
 
@@ -10,7 +11,7 @@ WWW=		https://github.com/catchorg/Catch2
 LICENSE=	BSL
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-USES=		cmake compiler:c++14-lang pathfix python:build
+USES=		cmake compiler:c++14-lang python:build
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	catchorg
diff --git a/devel/catch/pkg-plist b/devel/catch/pkg-plist
index 0b5f0d241ef9..e7dc8add1c76 100644
--- a/devel/catch/pkg-plist
+++ b/devel/catch/pkg-plist
@@ -9,7 +9,7 @@ lib/cmake/Catch2/Catch2ConfigVersion.cmake
 lib/cmake/Catch2/Catch2Targets.cmake
 lib/cmake/Catch2/CatchAddTests.cmake
 lib/cmake/Catch2/ParseAndAddCatchTests.cmake
-libdata/pkgconfig/catch2.pc
+share/pkgconfig/catch2.pc
 share/Catch2/gdbinit
 share/Catch2/lldbinit
 %%PORTDOCS%%%%DOCSDIR%%/Readme.md