pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/py-nacl py-nacl: Fix correct name of the pack...
details:   https://anonhg.NetBSD.org/pkgsrc/rev/a7efe27c1102
branches:  trunk
changeset: 391974:a7efe27c1102
user:      tm <tm%pkgsrc.org@localhost>
date:      Tue Feb 19 17:49:24 2019 +0000
description:
py-nacl: Fix correct name of the package (remove py-prefix)
diffstat:
 security/py-nacl/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
diffs (13 lines):
diff -r 6dfdd975c5f0 -r a7efe27c1102 security/py-nacl/Makefile
--- a/security/py-nacl/Makefile Tue Feb 19 17:32:28 2019 +0000
+++ b/security/py-nacl/Makefile Tue Feb 19 17:49:24 2019 +0000
@@ -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