Greetings,

This is almost clean update which requires one trivial patch which was
backported as https://github.com/stumpwm/stumpwm/pull/1179

Tested on amd64.

-- 
wbr, Kirill
diff --git x11/stumpwm/Makefile x11/stumpwm/Makefile
index e58ff0d8f3d..e4b0abfd5e5 100644
--- x11/stumpwm/Makefile
+++ x11/stumpwm/Makefile
@@ -1,8 +1,8 @@
 COMMENT=               easily hackable Common LISP window manager
 
-VERSION=               22.11
+VERSION=               23.11
 DISTNAME=              stumpwm-${VERSION}
-REVISION=              2
+REVISION=              0
 
 CATEGORIES=            x11
 
@@ -29,7 +29,7 @@ BUILD_DEPENDS=                lang/sbcl \
                        print/texinfo
 LIB_DEPENDS=           archivers/zstd
 
-AUTOCONF_VERSION=      2.69
+AUTOCONF_VERSION=      2.71
 CONFIGURE_STYLE=       autoconf no-autoheader
 CONFIGURE_ARGS+=       --with-module-dir=${LOCALBASE}/share/stumpwm/modules \
                        --enable-compression
diff --git x11/stumpwm/distinfo x11/stumpwm/distinfo
index 36718ec546a..21af10544b4 100644
--- x11/stumpwm/distinfo
+++ x11/stumpwm/distinfo
@@ -1,8 +1,8 @@
 SHA256 (alexandria-20220707-git.tgz) = 
jmFzEg3oeGx64P77qBAtgmIPrELpqt6VSvkTXghw1rE=
 SHA256 (cl-ppcre-2.1.1.tar.gz) = iWMRebcWSNnmxWWpKPaJap1XQqogg7nBtwX+C0XYXe8=
 SHA256 (clx-20220707-git.tgz) = FATKAKLy/BwEjrWiLRYXrvsLGi7qhO643QK4bsDlFc4=
-SHA256 (stumpwm-22.11.tar.gz) = NpQPOywbpUIZqNOnhBA8+oP4TGUtHb19O3NgxV5e8CY=
+SHA256 (stumpwm-23.11.tar.gz) = AeX6TsZGa41YF9gQXkH58WKOiYyHcLvrY3f62yPuSBc=
 SIZE (alexandria-20220707-git.tgz) = 56838
 SIZE (cl-ppcre-2.1.1.tar.gz) = 159055
 SIZE (clx-20220707-git.tgz) = 459236
-SIZE (stumpwm-22.11.tar.gz) = 280147
+SIZE (stumpwm-23.11.tar.gz) = 287178
diff --git x11/stumpwm/patches/patch-make-image_lisp_in 
x11/stumpwm/patches/patch-make-image_lisp_in
new file mode 100644
index 00000000000..c930dd5029b
--- /dev/null
+++ x11/stumpwm/patches/patch-make-image_lisp_in
@@ -0,0 +1,9 @@
+Index: make-image.lisp.in
+--- make-image.lisp.in.orig
++++ make-image.lisp.in
+@@ -1,3 +1,5 @@
++(require :uiop)
++
+ (in-package #:cl-user)
+ 
+ (let* ((expected-warnings

Reply via email to