Date: Sat, 23 Mar 2024 15:01:53 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 9851b2321f2d - main - sysutils/py-scandir: Fix c37f4c4df1baaa3c57dbf461bfe97fa1b3644f86 Message-ID: <202403231501.42NF1r3Q008690@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=9851b2321f2d9d8272679f8dcd81286477826ecf commit 9851b2321f2d9d8272679f8dcd81286477826ecf Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-03-23 14:22:38 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-23 14:49:32 +0000 sysutils/py-scandir: Fix c37f4c4df1baaa3c57dbf461bfe97fa1b3644f86 - Add comment Document that it is a cumulative patch which includes 3 commits, not just the one for Python 3.11 fix. PR: 277102 Obtained from: https://github.com/benhoyt/scandir/commit/4b5354de65413b9c5c6672f5f30c532bfda4d40a https://github.com/benhoyt/scandir/commit/3396aa4155ffde8600a0e9ca50d5872569169b5d https://github.com/benhoyt/scandir/commit/7ee0915f68d05dd187bea94ca1869bbeb1ea1d70 --- sysutils/py-scandir/files/patch-_scandir.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sysutils/py-scandir/files/patch-_scandir.c b/sysutils/py-scandir/files/patch-_scandir.c index 19e8f98f33ce..88cbcb6e2210 100644 --- a/sysutils/py-scandir/files/patch-_scandir.c +++ b/sysutils/py-scandir/files/patch-_scandir.c @@ -1,4 +1,8 @@ ---- _scandir.c.orig 2024-02-16 23:29:35 UTC +Obtained from: https://github.com/benhoyt/scandir/commit/4b5354de65413b9c5c6672f5f30c532bfda4d40a + https://github.com/benhoyt/scandir/commit/3396aa4155ffde8600a0e9ca50d5872569169b5d + https://github.com/benhoyt/scandir/commit/7ee0915f68d05dd187bea94ca1869bbeb1ea1d70 + +--- _scandir.c.orig 2018-08-02 16:17:16 UTC +++ _scandir.c @@ -94,7 +94,7 @@ comment):
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403231501.42NF1r3Q008690>