Received: by mail.netbsd.org (Postfix, from userid 605) id 52D0684DCA; Sat, 8 May 2021 19:30:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8D0B584DA9 for ; Sat, 8 May 2021 19:30:52 +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 BcW-hFIQ6o8v for ; Sat, 8 May 2021 19:30:52 +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 E2A5E84D65 for ; Sat, 8 May 2021 19:30:51 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DC011FA95; Sat, 8 May 2021 19:30:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1620502251154560" MIME-Version: 1.0 Date: Sat, 8 May 2021 19:30:51 +0000 From: "pin" Subject: CVS commit: pkgsrc/wm/sowm To: pkgsrc-changes@NetBSD.org Reply-To: pin@netbsd.org X-Mailer: log_accum Message-Id: <20210508193051.DC011FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1620502251154560 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pin Date: Sat May 8 19:30:51 UTC 2021 Modified Files: pkgsrc/wm/sowm: DESCR Makefile Log Message: wm/sowm: update DESCR according to upstream. Reclaim maintainership. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/wm/sowm/DESCR cvs rdiff -u -r1.3 -r1.4 pkgsrc/wm/sowm/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1620502251154560 Content-Disposition: inline Content-Length: 967 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/wm/sowm/DESCR diff -u pkgsrc/wm/sowm/DESCR:1.1 pkgsrc/wm/sowm/DESCR:1.2 --- pkgsrc/wm/sowm/DESCR:1.1 Sun Apr 12 17:32:45 2020 +++ pkgsrc/wm/sowm/DESCR Sat May 8 19:30:51 2021 @@ -1,4 +1,4 @@ -sowm (Simple Opinionated Window Manager) +sowm (Shitty Opinionated Window Manager) An itsy bitsy floating window manager. - Floating only. Index: pkgsrc/wm/sowm/Makefile diff -u pkgsrc/wm/sowm/Makefile:1.3 pkgsrc/wm/sowm/Makefile:1.4 --- pkgsrc/wm/sowm/Makefile:1.3 Sat Apr 24 19:58:23 2021 +++ pkgsrc/wm/sowm/Makefile Sat May 8 19:30:51 2021 @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.3 2021/04/24 19:58:23 pin Exp $ +# $NetBSD: Makefile,v 1.4 2021/05/08 19:30:51 pin Exp $ DISTNAME= sowm-1.6 CATEGORIES= wm MASTER_SITES= ${MASTER_SITE_GITHUB:=dylanaraps/} -MAINTAINER= pkgsrc-users@NetBSD.org +MAINTAINER= pin@NetBSD.org HOMEPAGE= https://github.com/dylanaraps/sowm/ COMMENT= Itsy bitsy floating window manager LICENSE= mit --_----------=_1620502251154560--