pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-pip-audit



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Nov  5 09:24:57 UTC 2023

Modified Files:
        pkgsrc/security/py-pip-audit: Makefile

Log Message:
py-pip-audit: make PKGNAME match directory name


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/security/py-pip-audit/Makefile

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

Modified files:

Index: pkgsrc/security/py-pip-audit/Makefile
diff -u pkgsrc/security/py-pip-audit/Makefile:1.29 pkgsrc/security/py-pip-audit/Makefile:1.30
--- pkgsrc/security/py-pip-audit/Makefile:1.29  Sat Oct 28 19:57:15 2023
+++ pkgsrc/security/py-pip-audit/Makefile       Sun Nov  5 09:24:57 2023
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.29 2023/10/28 19:57:15 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2023/11/05 09:24:57 wiz Exp $
 
 DISTNAME=      pip_audit-2.6.1
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 PKGREVISION=   1
 CATEGORIES=    security python
 # pypi file does not include tests



Home | Main Index | Thread Index | Old Index