aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2023-11-08 13:13:49 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2023-11-08 13:16:59 +0000
commit6ff5f81bfc266f904a6f84e794898e29f1f6a6f5 (patch)
tree63fb6cb82c23a0a097f249d0a76372607c495fc6
parent2a037853855aa05496f115422f98278c6476eab4 (diff)
downloadports-6ff5f81bfc266f904a6f84e794898e29f1f6a6f5.tar.gz
ports-6ff5f81bfc266f904a6f84e794898e29f1f6a6f5.zip
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
-rw-r--r--devel/pkgconf/Makefile7
-rw-r--r--devel/pkgconf/distinfo4
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