Monday, July 11, 2022

[maintainer update] x11/stumpwm-22.05

Hi,

Stumpwm has had an release so here's bump for it:
- bump dependency dist versions
- enable core compression support (enabled by default in sbcl)
- set module dir to /usr/local/share/stumpwm/modules

I'm not sure about setting the module dir when the stumpwm modules are
not installed. But currently it default to use non-existant directory by
default so this seems step in better direction.

Any thoughts?

timo

diff 603e76dd58833a7b9423e59292778e6e145a472f /usr/ports
blob - 5207eca5ad8ee1dd9bb22a0ca1622724610e4564
file + x11/stumpwm/Makefile
--- x11/stumpwm/Makefile
+++ x11/stumpwm/Makefile
@@ -1,6 +1,6 @@
COMMENT= easily hackable Common LISP window manager

-VERSION= 20.11
+VERSION= 22.05
DISTNAME= stumpwm-${VERSION}

CATEGORIES= x11
@@ -12,23 +12,25 @@ MAINTAINER= Timo Myyra <timo.myyra@bittivirhe.fi>
# GPLv2
PERMIT_PACKAGE= Yes

-WANTLIB += c m util z
+WANTLIB += c m pthread util z

MASTER_SITES= https://github.com/stumpwm/stumpwm/archive/
MASTER_SITES0= https://github.com/edicl/cl-ppcre/archive/
-MASTER_SITES1=
https://beta.quicklisp.org/archive/clx/2019-08-13/
-MASTER_SITES2=
https://beta.quicklisp.org/archive/alexandria/2019-07-10/
+MASTER_SITES1= https://beta.quicklisp.org/archive/clx/2022-07-07/
+MASTER_SITES2= https://beta.quicklisp.org/archive/alexandria/2022-07-07/

DISTFILES= ${DISTNAME}{${VERSION}}${EXTRACT_SUFX} \
cl-ppcre-2.1.1{v2.1.1}.tar.gz:0 \
- clx-20190813-git.tgz:1 \
- alexandria-20190710-git.tgz:2
+ clx-20220707-git.tgz:1 \
+ alexandria-20220707-git.tgz:2

BUILD_DEPENDS= lang/sbcl,threads \
print/texinfo

AUTOCONF_VERSION= 2.69
CONFIGURE_STYLE= autoconf no-autoheader
+CONFIGURE_ARGS+= --with-module-dir=${LOCALBASE}/share/stumpwm/modules \
+ --enable-compression

USE_GMAKE= yes
MAKE_ENV= MAKEINFO=${PREFIX}/bin/gmakeinfo \
blob - 5ec1300efd903d2a5a3428092856a68cfc9df93f
file + x11/stumpwm/distinfo
--- x11/stumpwm/distinfo
+++ x11/stumpwm/distinfo
@@ -1,8 +1,8 @@
-SHA256 (alexandria-20190710-git.tgz) = 4GQr1vivjrceM1m0XhGhNfo8mlEUkrydu80Q7H1pRwQ=
+SHA256 (alexandria-20220707-git.tgz) = jmFzEg3oeGx64P77qBAtgmIPrELpqt6VSvkTXghw1rE=
SHA256 (cl-ppcre-2.1.1.tar.gz) = iWMRebcWSNnmxWWpKPaJap1XQqogg7nBtwX+C0XYXe8=
-SHA256 (clx-20190813-git.tgz) = qrn8jYEnnT1Dxh748Dn8rj31jbwzUzDrb4gORwVuE98=
-SHA256 (stumpwm-20.11.tar.gz) = jJqqua18vDXnBcCF6GYbINiLhOdQ97GFnmWosvGtViw=
-SIZE (alexandria-20190710-git.tgz) = 53436
+SHA256 (clx-20220707-git.tgz) = FATKAKLy/BwEjrWiLRYXrvsLGi7qhO643QK4bsDlFc4=
+SHA256 (stumpwm-22.05.tar.gz) = 2EMwL5zlRmC8luTw2OlYTweoHUPEwmNX1aKcsHGUq64=
+SIZE (alexandria-20220707-git.tgz) = 56838
SIZE (cl-ppcre-2.1.1.tar.gz) = 159055
-SIZE (clx-20190813-git.tgz) = 460647
-SIZE (stumpwm-20.11.tar.gz) = 219590
+SIZE (clx-20220707-git.tgz) = 459236
+SIZE (stumpwm-22.05.tar.gz) = 238196

No comments:

Post a Comment