pkgsrc-Changes archive

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

CVS commit: [pkgsrc-2019Q1] pkgsrc/www/py-flask-user



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Sun May  5 14:33:37 UTC 2019

Modified Files:
        pkgsrc/www/py-flask-user [pkgsrc-2019Q1]: Makefile

Log Message:
Pullup ticket #5950 - requested by wiz
www/py-flask-user: build fix

Revisions pulled up:
- www/py-flask-user/Makefile                                    1.18

---
   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.17.4.1 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.17.4.1
--- pkgsrc/www/py-flask-user/Makefile:1.17      Sun Dec 16 18:24:08 2018
+++ pkgsrc/www/py-flask-user/Makefile   Sun May  5 14:33:36 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2018/12/16 18:24:08 adam Exp $
+# $NetBSD: Makefile,v 1.17.4.1 2019/05/05 14:33:36 bsiegert 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