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 17:49:24 UTC 2019

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

Log Message:
py-nacl: Fix correct name of the package (remove py-prefix)


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



Home | Main Index | Thread Index | Old Index