git: 85fc3312e476 - main - devel/atf: fix regression breaking the pkg's testsuite

From: Baptiste Daroussin <bapt_at_FreeBSD.org>
Date: Thu, 26 Dec 2024 15:14:48 UTC
The branch main has been updated by bapt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=85fc3312e476844596355da46ae01c740a222f38

commit 85fc3312e476844596355da46ae01c740a222f38
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2024-12-26 15:13:35 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2024-12-26 15:13:35 +0000

    devel/atf: fix regression breaking the pkg's testsuite
---
 devel/atf/Makefile | 4 ++++
 devel/atf/distinfo | 4 +++-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/devel/atf/Makefile b/devel/atf/Makefile
index 2489ed165d9d..debcfb513c1d 100644
--- a/devel/atf/Makefile
+++ b/devel/atf/Makefile
@@ -1,8 +1,12 @@
 PORTNAME=	atf
 DISTVERSION=	0.22
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	https://github.com/freebsd/${PORTNAME}/releases/download/${PORTNAME}-${DISTVERSION}/
 
+PATCH_SITES=	https://github.com/freebsd/${PORTNAME}/commit/
+PATCHFILES=	b42c98612cb99fa3f52766a46203263dc1de7187.patch:-p1
+
 MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	C, C++ and shell libraries to write ATF-compliant test programs
 WWW=		https://github.com/freebsd/atf
diff --git a/devel/atf/distinfo b/devel/atf/distinfo
index 380aeb43cfe0..873a0bcc436a 100644
--- a/devel/atf/distinfo
+++ b/devel/atf/distinfo
@@ -1,3 +1,5 @@
-TIMESTAMP = 1732981011
+TIMESTAMP = 1735225835
 SHA256 (atf-0.22.tar.gz) = e186c079b5140e894bcb6936a08db4f4bbcb816c8497a7e8d7d34344b4ee1b63
 SIZE (atf-0.22.tar.gz) = 5467648
+SHA256 (b42c98612cb99fa3f52766a46203263dc1de7187.patch) = 6535cc631f5bad81f02cf92b0e98d1f39afdf04de7e5bbef9d7a468c38ac3d5a
+SIZE (b42c98612cb99fa3f52766a46203263dc1de7187.patch) = 1580