pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-yubikey-manager



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Mar 12 14:06:57 UTC 2023

Modified Files:
        pkgsrc/security/py-yubikey-manager: Makefile

Log Message:
py-yubikey-manager: fix PKGNAME


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/security/py-yubikey-manager/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-yubikey-manager/Makefile
diff -u pkgsrc/security/py-yubikey-manager/Makefile:1.8 pkgsrc/security/py-yubikey-manager/Makefile:1.9
--- pkgsrc/security/py-yubikey-manager/Makefile:1.8     Sun Mar 12 14:05:21 2023
+++ pkgsrc/security/py-yubikey-manager/Makefile Sun Mar 12 14:06:57 2023
@@ -1,9 +1,9 @@
-#      $NetBSD: Makefile,v 1.8 2023/03/12 14:05:21 wiz Exp $
+#      $NetBSD: Makefile,v 1.9 2023/03/12 14:06:57 wiz Exp $
 
 .include "../../security/ykman/version.mk"
 
 DISTNAME=      yubikey_manager-${VERSION}
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}-${VERSION}
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    security sysutils
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=Yubico/}
 GITHUB_PROJECT=        yubikey-manager



Home | Main Index | Thread Index | Old Index