Received: by mail.netbsd.org (Postfix, from userid 605) id 0E6FD84E60; Sun, 9 Oct 2022 13:06:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3D44184E5D for ; Sun, 9 Oct 2022 13:06:04 +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 8cC-wXsR0qm1 for ; Sun, 9 Oct 2022 13:06:03 +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 A6CC184D22 for ; Sun, 9 Oct 2022 13:06:03 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 95BDFFA90; Sun, 9 Oct 2022 13:06:03 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1665320763179400" MIME-Version: 1.0 Date: Sun, 9 Oct 2022 13:06:03 +0000 From: "Leonardo Taccari" Subject: CVS commit: pkgsrc/wm/dwm To: pkgsrc-changes@NetBSD.org Reply-To: leot@netbsd.org X-Mailer: log_accum Message-Id: <20221009130603.95BDFFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1665320763179400 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: leot Date: Sun Oct 9 13:06:03 UTC 2022 Modified Files: pkgsrc/wm/dwm: Makefile distinfo Removed Files: pkgsrc/wm/dwm/patches: patch-drw.c Log Message: dwm: Update to 6.4 pkgsrc changes: - Switch to https:// MASTER_SITES and HOMEPAGE - Remove no longer needed patch (FC_COLOR is no longer referenced) 6.4 --- - Improvements and bug fixes To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 pkgsrc/wm/dwm/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/wm/dwm/distinfo cvs rdiff -u -r1.1 -r0 pkgsrc/wm/dwm/patches/patch-drw.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1665320763179400 Content-Disposition: inline Content-Length: 1537 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/wm/dwm/Makefile diff -u pkgsrc/wm/dwm/Makefile:1.21 pkgsrc/wm/dwm/Makefile:1.22 --- pkgsrc/wm/dwm/Makefile:1.21 Fri Jan 7 13:18:49 2022 +++ pkgsrc/wm/dwm/Makefile Sun Oct 9 13:06:03 2022 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.21 2022/01/07 13:18:49 leot Exp $ +# $NetBSD: Makefile,v 1.22 2022/10/09 13:06:03 leot Exp $ -DISTNAME= dwm-6.3 +DISTNAME= dwm-6.4 CATEGORIES= wm -MASTER_SITES= http://dl.suckless.org/dwm/ +MASTER_SITES= https://dl.suckless.org/dwm/ MAINTAINER= leot@NetBSD.org HOMEPAGE= https://dwm.suckless.org/ Index: pkgsrc/wm/dwm/distinfo diff -u pkgsrc/wm/dwm/distinfo:1.20 pkgsrc/wm/dwm/distinfo:1.21 --- pkgsrc/wm/dwm/distinfo:1.20 Fri Jan 7 13:18:49 2022 +++ pkgsrc/wm/dwm/distinfo Sun Oct 9 13:06:03 2022 @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.20 2022/01/07 13:18:49 leot Exp $ +$NetBSD: distinfo,v 1.21 2022/10/09 13:06:03 leot Exp $ -BLAKE2s (dwm-6.3.tar.gz) = 0438e1a1248a6400217f30a4c6ca14086d86a12c5ebc1ea12d571ba111f4174a -SHA512 (dwm-6.3.tar.gz) = 285bf5e7f419b7bd6d7cd23548a5cb3dce84879b7e841ed3eb08c226f28c8782e37bce2bc481b2e90c4f2160f79d239476d56f01985af0d38a39fb9dce43dede -Size (dwm-6.3.tar.gz) = 25351 bytes -SHA1 (patch-drw.c) = c391b7ac6f60cce02d63c09c8cfb23ec5d3d46ef +BLAKE2s (dwm-6.4.tar.gz) = 6fd22a3c5c113077cc3a4d6b1ea733c6575cb4dc3ddf6bc3206d641bab06f614 +SHA512 (dwm-6.4.tar.gz) = b13ac4390c7945cfb4e06bbec2cf69a9bf55867fe2babcba1a4945803a12bea88db31ad06dd06627445f8456950deb26f2d631f946c4207ae92e13f273051a51 +Size (dwm-6.4.tar.gz) = 25321 bytes --_----------=_1665320763179400--