git: e13be95102f3 - main - x11-wm/stumpwm: Update to 23.11
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 02 Dec 2023 03:26:23 UTC
The branch main has been updated by jrm: URL: https://cgit.FreeBSD.org/ports/commit/?id=e13be95102f3a773ad812117b8a10f5d1396f1df commit e13be95102f3a773ad812117b8a10f5d1396f1df Author: Joseph Mingrone <jrm@FreeBSD.org> AuthorDate: 2023-12-02 03:23:15 +0000 Commit: Joseph Mingrone <jrm@FreeBSD.org> CommitDate: 2023-12-02 03:25:44 +0000 x11-wm/stumpwm: Update to 23.11 Sponsored by: The FreeBSD Foundation --- x11-wm/stumpwm/Makefile | 8 +++----- x11-wm/stumpwm/distinfo | 6 +++--- x11-wm/stumpwm/files/patch-stumpwm.asd | 11 +++++++++++ x11-wm/stumpwm/files/stumpwm.in | 6 ------ 4 files changed, 17 insertions(+), 14 deletions(-) diff --git a/x11-wm/stumpwm/Makefile b/x11-wm/stumpwm/Makefile index 1780c610b513..ce5d1b63fd2f 100644 --- a/x11-wm/stumpwm/Makefile +++ b/x11-wm/stumpwm/Makefile @@ -1,7 +1,5 @@ PORTNAME= stumpwm -DISTVERSION= 22.11-88 -DISTVERSIONSUFFIX= -gbaf5df7 -PORTREVISION= 1 +DISTVERSION= 23.11 CATEGORIES= x11-wm lisp MASTER_SITES+= https://beta.quicklisp.org/archive/alexandria/2023-10-21/:alexandria \ https://beta.quicklisp.org/archive/cl-ppcre/2023-06-18/:ppcre \ @@ -25,8 +23,8 @@ USE_GITHUB= yes USE_SBCL= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-module-dir=${DATADIR}/modules \ - --enable-compression +CONFIGURE_ARGS= --enable-compression \ + --with-module-dir=${DATADIR}/modules MAKE_ARGS= destdir=${STAGEDIR} diff --git a/x11-wm/stumpwm/distinfo b/x11-wm/stumpwm/distinfo index fd469e719b66..93730e03587c 100644 --- a/x11-wm/stumpwm/distinfo +++ b/x11-wm/stumpwm/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1698514642 +TIMESTAMP = 1701441924 SHA256 (alexandria-20231021-git.tgz) = 5bc0e459ebc303878e724f2ce082cc3bcfff94c4eb42621889e6e95c1a843d61 SIZE (alexandria-20231021-git.tgz) = 57207 SHA256 (cl-ppcre-20230618-git.tgz) = aaba004bc82bf63886b8ce91eadaf0b78fd6c4865da09c3e66da7fbf2a127397 SIZE (cl-ppcre-20230618-git.tgz) = 157428 SHA256 (clx-20230618-git.tgz) = d3f4244c915c68ef1572be1a89742b3a8f4a02bb83d9eb3968f546b68c7a3ec1 SIZE (clx-20230618-git.tgz) = 459665 -SHA256 (stumpwm-stumpwm-22.11-88-gbaf5df7_GH0.tar.gz) = 35f4eb386a1f7088e39d5ee12912d1b0f471c9f50efa65a8d183c091f3576b13 -SIZE (stumpwm-stumpwm-22.11-88-gbaf5df7_GH0.tar.gz) = 287344 +SHA256 (stumpwm-stumpwm-23.11_GH0.tar.gz) = 01e5fa4ec6466b8d5817d8105e41f9f1628e898c8770bbeb6377fadb23ee4817 +SIZE (stumpwm-stumpwm-23.11_GH0.tar.gz) = 287178 diff --git a/x11-wm/stumpwm/files/patch-stumpwm.asd b/x11-wm/stumpwm/files/patch-stumpwm.asd new file mode 100644 index 000000000000..3efbfbd2cfef --- /dev/null +++ b/x11-wm/stumpwm/files/patch-stumpwm.asd @@ -0,0 +1,11 @@ +--- stumpwm.asd.orig 2023-12-02 03:15:42 UTC ++++ stumpwm.asd +@@ -7,7 +7,7 @@ + (defsystem :stumpwm + :name "StumpWM" + :author "Shawn Betts <sabetts@vcn.bc.ca>" +- :version "1.0.1" ++ :version "23.11" + :maintainer "David Bjergaard <dbjergaard@gmail.com>" + ;; :license "GNU General Public License" + :description "A tiling, keyboard driven window manager" diff --git a/x11-wm/stumpwm/files/stumpwm.in b/x11-wm/stumpwm/files/stumpwm.in deleted file mode 100644 index fbc3a32f174c..000000000000 --- a/x11-wm/stumpwm/files/stumpwm.in +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -%%SBCL%% --eval "(in-package :cl-user)" \ - --eval "(require :stumpwm)" \ - --eval "(stumpwm:stumpwm)" \ - --eval "(quit)"