pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/py-matrix-common chat/py-matrix-common: Fix packa...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f075c67b55a3
branches:  trunk
changeset: 372748:f075c67b55a3
user:      js <js%pkgsrc.org@localhost>
date:      Sun Jan 30 10:10:00 2022 +0000

description:
chat/py-matrix-common: Fix package name

diffstat:

 chat/py-matrix-common/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (15 lines):

diff -r 147e5dead8b6 -r f075c67b55a3 chat/py-matrix-common/Makefile
--- a/chat/py-matrix-common/Makefile    Sun Jan 30 09:39:36 2022 +0000
+++ b/chat/py-matrix-common/Makefile    Sun Jan 30 10:10:00 2022 +0000
@@ -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



Home | Main Index | Thread Index | Old Index