pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-pkginfo



Module Name:    pkgsrc
Committed By:   khorben
Date:           Sat Feb 19 04:32:10 UTC 2022

Modified Files:
        pkgsrc/devel/py-pkginfo: Makefile

Log Message:
py-pkginfo: fix a pasto in the COMMENT

Bumps PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/py-pkginfo/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-pkginfo/Makefile
diff -u pkgsrc/devel/py-pkginfo/Makefile:1.15 pkgsrc/devel/py-pkginfo/Makefile:1.16
--- pkgsrc/devel/py-pkginfo/Makefile:1.15       Wed Jan  5 15:41:07 2022
+++ pkgsrc/devel/py-pkginfo/Makefile    Sat Feb 19 04:32:10 2022
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.15 2022/01/05 15:41:07 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2022/02/19 04:32:10 khorben Exp $
 
 DISTNAME=      pkginfo-1.8.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pkginfo/}
 
 MAINTAINER=    kamel.derouiche%gmail.com@localhost
 HOMEPAGE=      https://code.launchpad.net/~tseaver/pkginfo/trunk
-COMMENT=       Query metadatdata from sdists / bdists / installed packages
+COMMENT=       Query metadata from sdists / bdists / installed packages
 LICENSE=       mit
 
 TEST_DEPENDS+= ${PYPKGPREFIX}-coverage-[0-9]*:../../devel/py-coverage



Home | Main Index | Thread Index | Old Index