diff options
author | jbeich <jbeich@FreeBSD.org> | 2018-04-14 04:56:28 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2018-04-14 04:56:28 +0800 |
commit | 40d1691e4dbff70f96c6ae75972f58c0245ef95a (patch) | |
tree | 58fb980640a921851906dd51bb272b2a14ba4a1a /www | |
parent | 7812fe13f81e5cf3778d81f037ddd2cbb121b7e1 (diff) | |
download | freebsd-ports-gnome-40d1691e4dbff70f96c6ae75972f58c0245ef95a.tar.gz freebsd-ports-gnome-40d1691e4dbff70f96c6ae75972f58c0245ef95a.tar.zst freebsd-ports-gnome-40d1691e4dbff70f96c6ae75972f58c0245ef95a.zip |
security/py-zxcvbn-python: update to 4.4.25 and rename
Changes: https://github.com/dwolfhub/zxcvbn-python/compare/v4.4.23...v4.4.25
Diffstat (limited to 'www')
-rw-r--r-- | www/py-flexget/Makefile | 3 | ||||
-rw-r--r-- | www/py-flexget/files/patch-requirements.txt | 6 |
2 files changed, 7 insertions, 2 deletions
diff --git a/www/py-flexget/Makefile b/www/py-flexget/Makefile index 91d16285295d..081f37c89158 100644 --- a/www/py-flexget/Makefile +++ b/www/py-flexget/Makefile @@ -3,6 +3,7 @@ PORTNAME= flexget PORTVERSION= 2.13.9 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -27,7 +28,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy12>0:databases/py-sqlalchemy12@${F ${PYTHON_PKGNAMEPREFIX}progressbar>0:misc/py-progressbar@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}guessit>=2.1.4:multimedia/py-guessit@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pynzb>0:news/py-pynzb@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}zxcvbn-python>0:security/py-zxcvbn-python@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}zxcvbn>0:security/py-zxcvbn@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}plumbum>=1.2:sysutils/py-plumbum@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}colorclass>=2.2.0:textproc/py-colorclass@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}feedparser>=5.2.1:textproc/py-feedparser@${FLAVOR} \ diff --git a/www/py-flexget/files/patch-requirements.txt b/www/py-flexget/files/patch-requirements.txt index 82aa5ff2a049..25b4ef4d02a8 100644 --- a/www/py-flexget/files/patch-requirements.txt +++ b/www/py-flexget/files/patch-requirements.txt @@ -22,7 +22,7 @@ apscheduler>=3.2.0 terminaltables>=3.1.0 colorclass>=2.2.0 -@@ -26,7 +23,7 @@ colorclass>=2.2.0 +@@ -26,10 +23,10 @@ colorclass>=2.2.0 cherrypy>=3.7.0 flask>=0.7 flask-restful>=0.3.3 @@ -31,3 +31,7 @@ flask-compress>=1.2.1 flask-login>=0.4.0 flask-cors>=2.1.2 + pyparsing>=2.0.3 +-zxcvbn-python ++zxcvbn + future>=0.15.2 |