Date: Wed, 04 Feb 2026 19:59:25 +0000 From: Nuno Teixeira <eduardo@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 54e5f43ef935 - main - shells/xonsh: Update to 0.22.3 Message-ID: <6983a51d.36402.31d6a9d@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=54e5f43ef935602de0c4c2999b530c3e34cda2ce commit 54e5f43ef935602de0c4c2999b530c3e34cda2ce Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2026-02-04 19:46:39 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2026-02-04 19:46:39 +0000 shells/xonsh: Update to 0.22.3 ChangeLog: https://github.com/xonsh/xonsh/releases/tag/0.22.3 --- shells/xonsh/Makefile | 2 +- shells/xonsh/distinfo | 6 +++--- shells/xonsh/files/patch-xonsh_platform.py | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/shells/xonsh/Makefile b/shells/xonsh/Makefile index 76ce459dca7d..7ed3959adcd0 100644 --- a/shells/xonsh/Makefile +++ b/shells/xonsh/Makefile @@ -1,5 +1,5 @@ PORTNAME= xonsh -DISTVERSION= 0.22.2 +DISTVERSION= 0.22.3 CATEGORIES= shells python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/shells/xonsh/distinfo b/shells/xonsh/distinfo index eb6b1a90bd77..256589533fa9 100644 --- a/shells/xonsh/distinfo +++ b/shells/xonsh/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1770229340 -SHA256 (xonsh-0.22.2.tar.gz) = a3ceb8dc2111bb383e464b46b59e5a1d7811ee8d947d2227d64200d6788ff815 -SIZE (xonsh-0.22.2.tar.gz) = 826228 +TIMESTAMP = 1770233547 +SHA256 (xonsh-0.22.3.tar.gz) = 67468d9689cdfc88c90b3530c696b70f540959216968c016bea3645343134069 +SIZE (xonsh-0.22.3.tar.gz) = 826448 diff --git a/shells/xonsh/files/patch-xonsh_platform.py b/shells/xonsh/files/patch-xonsh_platform.py index dc2b4163d3c6..e96ffdf8a317 100644 --- a/shells/xonsh/files/patch-xonsh_platform.py +++ b/shells/xonsh/files/patch-xonsh_platform.py @@ -1,7 +1,7 @@ ---- xonsh/platform.py.orig 2018-09-05 14:16:47 UTC +--- xonsh/platform.py.orig 2026-02-04 16:49:54 UTC +++ xonsh/platform.py -@@ -571,7 +571,7 @@ def LIBC(): - libc = ctypes.CDLL("msys-2.0.dll") +@@ -576,7 +576,7 @@ def LIBC(): + libc = None elif ON_BSD: try: - libc = ctypes.CDLL("libc.so")home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6983a51d.36402.31d6a9d>
