aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNuno Teixeira <eduardo@FreeBSD.org>2026-02-04 19:46:39 +0000
committerNuno Teixeira <eduardo@FreeBSD.org>2026-02-04 19:46:39 +0000
commit54e5f43ef935602de0c4c2999b530c3e34cda2ce (patch)
tree73e6b92ece7f421aa1180b7c5776457caa4c3bf1
parent4862ae1c04e5432712daf07db8a772ad0aff1304 (diff)
shells/xonsh: Update to 0.22.3
-rw-r--r--shells/xonsh/Makefile2
-rw-r--r--shells/xonsh/distinfo6
-rw-r--r--shells/xonsh/files/patch-xonsh_platform.py6
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")