Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 2DEE61A9239 for ; Thu, 29 Oct 2020 07:47:44 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 9BA2284D2F; Thu, 29 Oct 2020 07:47:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2366384CEF for ; Thu, 29 Oct 2020 07:47:43 +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 3gNh8O9cVRr1 for ; Thu, 29 Oct 2020 07:47:42 +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 A3D1384CE7 for ; Thu, 29 Oct 2020 07:47:42 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 65922FB28; Thu, 29 Oct 2020 07:47:42 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1603957662258450" MIME-Version: 1.0 Date: Thu, 29 Oct 2020 07:47:42 +0000 From: "pin" Subject: CVS commit: pkgsrc/x11/xnotify To: pkgsrc-changes@NetBSD.org Reply-To: pin@netbsd.org X-Mailer: log_accum Message-Id: <20201029074742.65922FB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1603957662258450 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pin Date: Thu Oct 29 07:47:42 UTC 2020 Modified Files: pkgsrc/x11/xnotify: Makefile distinfo Log Message: x11/xnotify: update to 0.7.3 0.7.3 scale image rather than crop it 0.7.2 fix missing left alignment when reading xresources To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/xnotify/Makefile \ pkgsrc/x11/xnotify/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1603957662258450 Content-Disposition: inline Content-Length: 1548 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/xnotify/Makefile diff -u pkgsrc/x11/xnotify/Makefile:1.1 pkgsrc/x11/xnotify/Makefile:1.2 --- pkgsrc/x11/xnotify/Makefile:1.1 Wed Oct 28 11:49:08 2020 +++ pkgsrc/x11/xnotify/Makefile Thu Oct 29 07:47:42 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2020/10/28 11:49:08 pin Exp $ +# $NetBSD: Makefile,v 1.2 2020/10/29 07:47:42 pin Exp $ -DISTNAME= xnotify-0.7.1 +DISTNAME= xnotify-0.7.3 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_GITHUB:=phillbush/} Index: pkgsrc/x11/xnotify/distinfo diff -u pkgsrc/x11/xnotify/distinfo:1.1 pkgsrc/x11/xnotify/distinfo:1.2 --- pkgsrc/x11/xnotify/distinfo:1.1 Wed Oct 28 11:49:08 2020 +++ pkgsrc/x11/xnotify/distinfo Thu Oct 29 07:47:42 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2020/10/28 11:49:08 pin Exp $ +$NetBSD: distinfo,v 1.2 2020/10/29 07:47:42 pin Exp $ -SHA1 (xnotify-0.7.1.tar.gz) = 0a94a4d77600ad1d20e0e60060d1115ccb7ae3f7 -RMD160 (xnotify-0.7.1.tar.gz) = d55b8de267cd942c41d268650b95fce2596302fc -SHA512 (xnotify-0.7.1.tar.gz) = fd6fcec3bac82806fd88ced23aba1f0d8f296d98d8f5513d048d4af75003f65f3446ac24fec4f5ef5a720ab21abe2d932cb59fd883d62241feeff0a621c9c8bc -Size (xnotify-0.7.1.tar.gz) = 14445 bytes +SHA1 (xnotify-0.7.3.tar.gz) = dd9b53fbf1f9a8b1e43b75089d2460bc09902c59 +RMD160 (xnotify-0.7.3.tar.gz) = f8545177098581ed6f9383646c8aab76eff73010 +SHA512 (xnotify-0.7.3.tar.gz) = 181791b4ad3a5f77672754fa8a8a4d30235c8c1afa30963ebabaea5795f5889742f16c475f3835d182c29a8d1bbdec67ef9cbc3ee2d33b796727d8c3f7301d04 +Size (xnotify-0.7.3.tar.gz) = 14549 bytes --_----------=_1603957662258450--