Received: by mail.netbsd.org (Postfix, from userid 605) id 5C6B884D6B; Sun, 30 Apr 2023 19:54:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8C84084D5B for ; Sun, 30 Apr 2023 19:54:26 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id mJsECNPigDVH for ; Sun, 30 Apr 2023 19:54:26 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 0452784D15 for ; Sun, 30 Apr 2023 19:54:26 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 01885FA87; Sun, 30 Apr 2023 19:54:26 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1682884465106440" MIME-Version: 1.0 Date: Sun, 30 Apr 2023 19:54:25 +0000 From: "pin" Subject: CVS commit: pkgsrc/wm/shod To: pkgsrc-changes@NetBSD.org Reply-To: pin@netbsd.org X-Mailer: log_accum Message-Id: <20230430195426.01885FA87@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1682884465106440 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pin Date: Sun Apr 30 19:54:25 UTC 2023 Modified Files: pkgsrc/wm/shod: Makefile distinfo Log Message: wm/shod: update to 2.6.2 v2.6.2 - No changelog provided v2.6.1 - No changelog provided v2.6.0 - Added automatic tabbing of related windows. - Added automatic reloading of resources. - Added exit command in shodc(1). - Added (experimental) support for GNUstep windows. - Deprecate -m (set modifier) in favor of the newer -A (use Alt) and -W (use Super/Winkey). - Several bugfixes. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/wm/shod/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/wm/shod/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1682884465106440 Content-Disposition: inline Content-Length: 1690 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/wm/shod/Makefile diff -u pkgsrc/wm/shod/Makefile:1.7 pkgsrc/wm/shod/Makefile:1.8 --- pkgsrc/wm/shod/Makefile:1.7 Tue Oct 11 20:47:37 2022 +++ pkgsrc/wm/shod/Makefile Sun Apr 30 19:54:25 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2022/10/11 20:47:37 pin Exp $ +# $NetBSD: Makefile,v 1.8 2023/04/30 19:54:25 pin Exp $ -DISTNAME= shod-2.5.0 +DISTNAME= shod-2.6.2 CATEGORIES= wm MASTER_SITES= ${MASTER_SITE_GITHUB:=phillbush/} GITHUB_TAG= v${PKGVERSION_NOREV} @@ -34,4 +34,5 @@ DEPENDS+= sxhkd-[0-9]*:../../x11/sxhkd .include "../../x11/libX11/buildlink3.mk" .include "../../x11/libXinerama/buildlink3.mk" .include "../../x11/libXpm/buildlink3.mk" +.include "../../x11/libXft/buildlink3.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/wm/shod/distinfo diff -u pkgsrc/wm/shod/distinfo:1.8 pkgsrc/wm/shod/distinfo:1.9 --- pkgsrc/wm/shod/distinfo:1.8 Tue Oct 11 20:47:37 2022 +++ pkgsrc/wm/shod/distinfo Sun Apr 30 19:54:25 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2022/10/11 20:47:37 pin Exp $ +$NetBSD: distinfo,v 1.9 2023/04/30 19:54:25 pin Exp $ -BLAKE2s (shod-2.5.0.tar.gz) = 5931c0a3f55eff3e8ff78af8e7e4b62c6bbd92787fef837f61f46e91902ccabd -SHA512 (shod-2.5.0.tar.gz) = ec359ffac14388c77be15a808660f1ad7ac7d78d48e3c5ea5aa190de0bd6625cf982159f13f9228723a06d7053034d622b8bee4a328f721fc18a8ddad534ab59 -Size (shod-2.5.0.tar.gz) = 61980 bytes +BLAKE2s (shod-2.6.2.tar.gz) = 0e8c6812ea80c91de3827b05fe022c4907107445badd0fc37ae017561aa37178 +SHA512 (shod-2.6.2.tar.gz) = 4291096e32b70bc5cbf6e49912afe8e4fd001b6e01df2817edc16bbad25db23b6ad12fc211273c534a131224e3f990ca3c3235926ac5f0e9212acb62306b0a4d +Size (shod-2.6.2.tar.gz) = 3012480 bytes --_----------=_1682884465106440--