git: 6ff5f81bfc26 - main - devel/pkgconf: incorporate a patch from upstream

From: Baptiste Daroussin <bapt_at_FreeBSD.org>
Date: Wed, 08 Nov 2023 13:17:15 UTC
The branch main has been updated by bapt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6ff5f81bfc266f904a6f84e794898e29f1f6a6f5

commit 6ff5f81bfc266f904a6f84e794898e29f1f6a6f5
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2023-11-08 13:13:49 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2023-11-08 13:16:59 +0000

    devel/pkgconf: incorporate a patch from upstream
    
    without this patch pkgconf will process PKG_CONFIG_PATH and PKG_CONFIG_LIBDIR
    backwards.
    
    PR:             273961
    Reported by:    rozhuk.im@gmail.com
    Patch by:       vishwin
---
 devel/pkgconf/Makefile | 7 ++++++-
 devel/pkgconf/distinfo | 4 +++-
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/devel/pkgconf/Makefile b/devel/pkgconf/Makefile
index 136f58d6aa82..21599c6847c3 100644
--- a/devel/pkgconf/Makefile
+++ b/devel/pkgconf/Makefile
@@ -1,15 +1,20 @@
 PORTNAME=	pkgconf
 PORTVERSION=	2.0.3
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	devel
 MASTER_SITES=	https://distfiles.ariadne.space/${PORTNAME}/
 
+PATCH_SITES=	${WWW}/commit/ \
+		https://github.com/${PORTNAME}/${PORTNAME}/commit/
+PATCHFILES=	652aff97906d7eadca6fe727b16f6511d8dbfe05.patch:-p1
+
 # NOTE: before committing to this port, contact portmgr to arrange for an
 # experimental ports run.  Untested commits may be backed out at portmgr's
 # discretion.
 MAINTAINER=	bapt@FreeBSD.org
 COMMENT=	Utility to help to configure compiler and linker flags
-WWW=		https://git.sr.ht/~kaniini/pkgconf
+WWW=		https://gitea.treehouse.systems/ariadne/${PORTNAME}
 
 LICENSE=	ISCL
 
diff --git a/devel/pkgconf/distinfo b/devel/pkgconf/distinfo
index a44b43d45207..92f0dce3d0f8 100644
--- a/devel/pkgconf/distinfo
+++ b/devel/pkgconf/distinfo
@@ -1,3 +1,5 @@
-TIMESTAMP = 1693811541
+TIMESTAMP = 1699449208
 SHA256 (pkgconf-2.0.3.tar.xz) = cabdf3c474529854f7ccce8573c5ac68ad34a7e621037535cbc3981f6b23836c
 SIZE (pkgconf-2.0.3.tar.xz) = 310796
+SHA256 (652aff97906d7eadca6fe727b16f6511d8dbfe05.patch) = 4a7d5dd2eff7b4c96833c0ba8f47f0bffb1ab77763989a68922e3a53bfa6ecf7
+SIZE (652aff97906d7eadca6fe727b16f6511d8dbfe05.patch) = 4958