pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-pbkdf2



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Dec  7 10:49:49 UTC 2016

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

Log Message:
Fix previous.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/py-pbkdf2/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-pbkdf2/Makefile
diff -u pkgsrc/security/py-pbkdf2/Makefile:1.2 pkgsrc/security/py-pbkdf2/Makefile:1.3
--- pkgsrc/security/py-pbkdf2/Makefile:1.2      Wed Dec  7 10:48:45 2016
+++ pkgsrc/security/py-pbkdf2/Makefile  Wed Dec  7 10:49:49 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2016/12/07 10:48:45 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2016/12/07 10:49:49 wiz Exp $
 
 DISTNAME=      pbkdf2-1.3
 PKGNAME=       ${PYPKGPREFIX}-pbkdf2-1.3
@@ -8,7 +8,7 @@ MASTER_SITES=   ${MASTER_SITE_PYPI:=p/pbkd
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://pypi.python.org/pypi/pbkdf2
-COMMENT=       PKCS#5 v2.0 PBKDF2 Module
+COMMENT=       PKCS \#5 v2.0 PBKDF2 Module
 LICENSE=       mit
 
 USE_LANGUAGES= # none



Home | Main Index | Thread Index | Old Index