git: 266c68c3cb12 - main - devel/py-llfuse: Update to 1.4.4
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 27 May 2023 23:52:37 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=266c68c3cb128ab317f49d273a59a024c17ecdf8 commit 266c68c3cb128ab317f49d273a59a024c17ecdf8 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-05-27 23:23:30 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-05-27 23:43:58 +0000 devel/py-llfuse: Update to 1.4.4 Changes: https://github.com/python-llfuse/python-llfuse/releases --- devel/py-llfuse/Makefile | 2 +- devel/py-llfuse/distinfo | 6 +++--- devel/py-llfuse/files/patch-src-llfuse.c | 11 ----------- 3 files changed, 4 insertions(+), 15 deletions(-) diff --git a/devel/py-llfuse/Makefile b/devel/py-llfuse/Makefile index 1a877c69e640..4106430a2c92 100644 --- a/devel/py-llfuse/Makefile +++ b/devel/py-llfuse/Makefile @@ -1,5 +1,5 @@ PORTNAME= llfuse -PORTVERSION= 1.4.3 +PORTVERSION= 1.4.4 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-llfuse/distinfo b/devel/py-llfuse/distinfo index 34e2967f58c3..bd6d7a74428c 100644 --- a/devel/py-llfuse/distinfo +++ b/devel/py-llfuse/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1684104420 -SHA256 (llfuse-1.4.3.tar.gz) = 0994a572086dc97b650ec5530332ca992bd248b7b9ed334268b50df93b344da6 -SIZE (llfuse-1.4.3.tar.gz) = 293544 +TIMESTAMP = 1685162150 +SHA256 (llfuse-1.4.4.tar.gz) = 92044c8f3fe5dd5b4028005bb3374ab10039530e72d10e061a1bacbd556264c9 +SIZE (llfuse-1.4.4.tar.gz) = 293728 diff --git a/devel/py-llfuse/files/patch-src-llfuse.c b/devel/py-llfuse/files/patch-src-llfuse.c deleted file mode 100644 index c48298ee62fe..000000000000 --- a/devel/py-llfuse/files/patch-src-llfuse.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/llfuse.c.orig 2022-05-31 15:39:27 UTC -+++ src/llfuse.c -@@ -41836,7 +41836,7 @@ static void *__pyx_f_6llfuse_worker_start(void *__pyx_ - * 'aborting processing', tid) - */ - __pyx_t_7 = __pyx_v_wd->thread_id; -- __pyx_v_tid = __pyx_t_7; -+ __pyx_v_tid = (uintptr_t)__pyx_t_7; - - /* "src/fuse_api.pxi":391 - * fuse_session_exit(session)