pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-nacl



Module Name:    pkgsrc
Committed By:   tm
Date:           Tue Feb 19 14:22:59 UTC 2019

Modified Files:
        pkgsrc/security/py-nacl: Makefile

Log Message:
py-nacl: Provide PKGNAME fix to work with lintpkgsrc


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/py-nacl/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-nacl/Makefile
diff -u pkgsrc/security/py-nacl/Makefile:1.2 pkgsrc/security/py-nacl/Makefile:1.3
--- pkgsrc/security/py-nacl/Makefile:1.2        Tue Feb 19 12:14:22 2019
+++ pkgsrc/security/py-nacl/Makefile    Tue Feb 19 14:22:58 2019
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2019/02/19 12:14:22 tm Exp $
+# $NetBSD: Makefile,v 1.3 2019/02/19 14:22:58 tm Exp $
 
 DISTNAME=      PyNaCl-1.3.0
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^Py//:tl}
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl:S/^Py//}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=P/PyNaCl/}
 



Home | Main Index | Thread Index | Old Index