On Wed, Jul 31, 2024, at 10:49, Matthieu Herrb wrote: > Hi, > > updating clx to version 0.7.6 (released on 2024/05/13) fixes the > recent stumpwm breakage reported by izzy Meyer. > > ok ? > > Index: Makefile > =================================================================== > RCS file: /local/cvs/ports/x11/stumpwm/Makefile,v > diff -u -p -u -r1.20 Makefile > --- Makefile 28 Jul 2024 14:00:33 -0000 1.20 > +++ Makefile 31 Jul 2024 07:46:29 -0000 > @@ -2,7 +2,7 @@ COMMENT= easily hackable Common LISP wi > > VERSION= 23.11 > DISTNAME= stumpwm-${VERSION} > -REVISION= 4 > +REVISION= 5 > > CATEGORIES= x11 > > @@ -17,12 +17,12 @@ WANTLIB += c m pthread util zstd > > SITES= https://github.com/stumpwm/stumpwm/archive/ > SITES.a= https://github.com/edicl/cl-ppcre/archive/ > -SITES.b= https://beta.quicklisp.org/archive/clx/2022-07-07/ > +SITES.b= https://github.com/sharplispers/clx/archive/refs/tags/ > SITES.c= https://beta.quicklisp.org/archive/alexandria/2022-07-07/ > > DISTFILES= ${DISTNAME}{${VERSION}}${EXTRACT_SUFX} > DISTFILES.a= cl-ppcre-2.1.1{v2.1.1}.tar.gz > -DISTFILES.b= clx-20220707-git.tgz > +DISTFILES.b= clx-0.7.6{0.7.6}.tar.gz > DISTFILES.c= alexandria-20220707-git.tgz > > BUILD_DEPENDS= lang/sbcl \ > Index: distinfo > =================================================================== > RCS file: /local/cvs/ports/x11/stumpwm/distinfo,v > diff -u -p -u -r1.8 distinfo > --- distinfo 18 Feb 2024 07:46:17 -0000 1.8 > +++ distinfo 31 Jul 2024 07:46:29 -0000 > @@ -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 (clx-0.7.6.tar.gz) = > vMnNc25+KOwrgIXOHJaG4C/77pJX4QcvXE/Dk+M0Z+g= > 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 (clx-0.7.6.tar.gz) = 462763 > SIZE (stumpwm-23.11.tar.gz) = 287178 > > -- > Matthieu Herrb
I'm not on my computer for a while so I'm unable to test this at the moment. The diff looks good to me though so I'm ok with it. Timo