pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-openapi-spec-validator
Module Name: pkgsrc
Committed By: adam
Date: Mon May 15 20:20:28 UTC 2023
Modified Files:
pkgsrc/textproc/py-openapi-spec-validator: Makefile
Log Message:
py-openapi-spec-validator: fix PKGNAME
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/textproc/py-openapi-spec-validator/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/py-openapi-spec-validator/Makefile
diff -u pkgsrc/textproc/py-openapi-spec-validator/Makefile:1.6 pkgsrc/textproc/py-openapi-spec-validator/Makefile:1.7
--- pkgsrc/textproc/py-openapi-spec-validator/Makefile:1.6 Mon May 15 20:18:42 2023
+++ pkgsrc/textproc/py-openapi-spec-validator/Makefile Mon May 15 20:20:28 2023
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2023/05/15 20:18:42 adam Exp $
+# $NetBSD: Makefile,v 1.7 2023/05/15 20:20:28 adam Exp $
DISTNAME= openapi_spec_validator-0.5.6
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
CATEGORIES= textproc www python
MASTER_SITES= ${MASTER_SITE_PYPI:=o/openapi-spec-validator/}
Home |
Main Index |
Thread Index |
Old Index