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:48:45 UTC 2016

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

Log Message:
Improve COMMENT for INDEX.

PR 51696 by Dmitry Marakasov.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 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.1 pkgsrc/security/py-pbkdf2/Makefile:1.2
--- pkgsrc/security/py-pbkdf2/Makefile:1.1      Fri Sep  2 16:30:20 2016
+++ pkgsrc/security/py-pbkdf2/Makefile  Wed Dec  7 10:48:45 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2016/09/02 16:30:20 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2016/12/07 10:48:45 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