pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-flask-user



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Apr 30 05:57:33 UTC 2019

Modified Files:
        pkgsrc/www/py-flask-user: Makefile

Log Message:
py-flask-user: fix pasto in DEPENDS


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/www/py-flask-user/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-flask-user/Makefile
diff -u pkgsrc/www/py-flask-user/Makefile:1.17 pkgsrc/www/py-flask-user/Makefile:1.18
--- pkgsrc/www/py-flask-user/Makefile:1.17      Sun Dec 16 18:24:08 2018
+++ pkgsrc/www/py-flask-user/Makefile   Tue Apr 30 05:57:33 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2018/12/16 18:24:08 adam Exp $
+# $NetBSD: Makefile,v 1.18 2019/04/30 05:57:33 wiz Exp $
 
 DISTNAME=      Flask-User-1.0.1.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -11,7 +11,7 @@ COMMENT=      Customizable user account manag
 LICENSE=       2-clause-bsd
 
 DEPENDS+=      ${PYPKGPREFIX}-bcrypt>=2.0:../../security/py-bcrypt
-DEPENDS+=      ${PYPKGPREFIX}-cryptography>=1.6:../../security/py-cryptodome
+DEPENDS+=      ${PYPKGPREFIX}-cryptography>=1.6:../../security/py-cryptography
 DEPENDS+=      ${PYPKGPREFIX}-flask>=0.9:../../www/py-flask
 DEPENDS+=      ${PYPKGPREFIX}-flask-login>=0.2:../../www/py-flask-login
 DEPENDS+=      ${PYPKGPREFIX}-flask-mail>=0.9:../../www/py-flask-mail



Home | Main Index | Thread Index | Old Index