Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_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 67BC21A9239 for ; Sun, 30 Jan 2022 10:10:02 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 23F7184D9B; Sun, 30 Jan 2022 10:10:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5EC8184D93 for ; Sun, 30 Jan 2022 10:10:01 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 4Nkthdh5-2Hv for ; Sun, 30 Jan 2022 10:10:01 +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 B488884D1C for ; Sun, 30 Jan 2022 10:10:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A7103FB24; Sun, 30 Jan 2022 10:10:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1643537400116380" MIME-Version: 1.0 Date: Sun, 30 Jan 2022 10:10:00 +0000 From: "Jonathan Schleifer" Subject: CVS commit: pkgsrc/chat/py-matrix-common To: pkgsrc-changes@NetBSD.org Reply-To: js@netbsd.org X-Mailer: log_accum Message-Id: <20220130101000.A7103FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1643537400116380 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: js Date: Sun Jan 30 10:10:00 UTC 2022 Modified Files: pkgsrc/chat/py-matrix-common: Makefile Log Message: chat/py-matrix-common: Fix package name To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/chat/py-matrix-common/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1643537400116380 Content-Disposition: inline Content-Length: 717 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/chat/py-matrix-common/Makefile diff -u pkgsrc/chat/py-matrix-common/Makefile:1.1 pkgsrc/chat/py-matrix-common/Makefile:1.2 --- pkgsrc/chat/py-matrix-common/Makefile:1.1 Sun Jan 30 09:38:39 2022 +++ pkgsrc/chat/py-matrix-common/Makefile Sun Jan 30 10:10:00 2022 @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2022/01/30 09:38:39 js Exp $ +# $NetBSD: Makefile,v 1.2 2022/01/30 10:10:00 js Exp $ -DISTNAME= matrix-python-common-1.0.0 -PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +DISTNAME= matrix-python-common-${PKGVERSION_NOREV} +PKGNAME= ${PYPKGPREFIX}-matrix-common-1.0.0 +PKGREVISION= 1 CATEGORIES= chat MASTER_SITES= ${MASTER_SITE_GITHUB:=matrix-org/} GITHUB_PROJECT= matrix-python-common --_----------=_1643537400116380--