Date: Fri, 13 Apr 2018 20:56:28 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r467269 - in head: . security security/py-zxcvbn security/py-zxcvbn-python www/py-flexget www/py-flexget/files Message-ID: <201804132056.w3DKuSMO066021@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Fri Apr 13 20:56:28 2018 New Revision: 467269 URL: https://svnweb.freebsd.org/changeset/ports/467269 Log: 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 Added: head/security/py-zxcvbn/ head/security/py-zxcvbn/Makefile (contents, props changed) - copied, changed from r467252, head/security/py-zxcvbn-python/Makefile head/security/py-zxcvbn/distinfo (contents, props changed) head/security/py-zxcvbn/pkg-descr (contents, props changed) - copied, changed from r467252, head/security/py-zxcvbn-python/pkg-descr Deleted: head/security/py-zxcvbn-python/ Modified: head/MOVED head/security/Makefile (contents, props changed) head/www/py-flexget/Makefile (contents, props changed) head/www/py-flexget/files/patch-requirements.txt (contents, props changed) Modified: head/MOVED ============================================================================== --- head/MOVED Fri Apr 13 20:49:04 2018 (r467268) +++ head/MOVED Fri Apr 13 20:56:28 2018 (r467269) @@ -10143,3 +10143,4 @@ textproc/elasticsearch-plugin-sql||2018-04-09|ElasticS textproc/elasticsearch-river-rabbitmq||2018-04-09|ElasticSearch 1.x End of Life devel/libkgapi|devel/libkgapi-kde4|2018-04-11|Make room for KDE updates finance/libalkimia|finance/alkimia-qt4|2018-04-13|Project renamed +security/py-zxcvbn-python|security/py-zxcvbn|2018-04-13|Renamed upstream Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Fri Apr 13 20:49:04 2018 (r467268) +++ head/security/Makefile Fri Apr 13 20:56:28 2018 (r467269) @@ -1035,7 +1035,7 @@ SUBDIR += py-zope.security SUBDIR += py-zope.securitypolicy SUBDIR += py-zope.session - SUBDIR += py-zxcvbn-python + SUBDIR += py-zxcvbn SUBDIR += qtkeychain SUBDIR += quantis SUBDIR += quantis-kmod Copied and modified: head/security/py-zxcvbn/Makefile (from r467252, head/security/py-zxcvbn-python/Makefile) ============================================================================== --- head/security/py-zxcvbn-python/Makefile Fri Apr 13 20:05:35 2018 (r467252, copy source) +++ head/security/py-zxcvbn/Makefile Fri Apr 13 20:56:28 2018 (r467269) @@ -1,7 +1,7 @@ # $FreeBSD$ -PORTNAME= zxcvbn-python -PORTVERSION= 4.4.23 +PORTNAME= zxcvbn +PORTVERSION= 4.4.25 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Added: head/security/py-zxcvbn/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-zxcvbn/distinfo Fri Apr 13 20:56:28 2018 (r467269) @@ -0,0 +1,3 @@ +TIMESTAMP = 1523460456 +SHA256 (zxcvbn-4.4.25.tar.gz) = 522dd6e7ac24c830f6115b82536e66a0ef6cbf046dc31693dadff503eb943a9a +SIZE (zxcvbn-4.4.25.tar.gz) = 407788 Copied and modified: head/security/py-zxcvbn/pkg-descr (from r467252, head/security/py-zxcvbn-python/pkg-descr) ============================================================================== --- head/security/py-zxcvbn-python/pkg-descr Fri Apr 13 20:05:35 2018 (r467252, copy source) +++ head/security/py-zxcvbn/pkg-descr Fri Apr 13 20:56:28 2018 (r467269) @@ -6,4 +6,4 @@ US television and movies, and other common patterns li repeats (aaa), sequences (abcd), keyboard patterns (qwertyuiop), and l33t speak. -WWW: https://pypi.python.org/pypi/zxcvbn-python +WWW: https://pypi.python.org/pypi/zxcvbn Modified: head/www/py-flexget/Makefile ============================================================================== --- head/www/py-flexget/Makefile Fri Apr 13 20:49:04 2018 (r467268) +++ head/www/py-flexget/Makefile Fri Apr 13 20:56:28 2018 (r467269) @@ -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:dat ${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} \ Modified: head/www/py-flexget/files/patch-requirements.txt ============================================================================== --- head/www/py-flexget/files/patch-requirements.txt Fri Apr 13 20:49:04 2018 (r467268) +++ head/www/py-flexget/files/patch-requirements.txt Fri Apr 13 20:56:28 2018 (r467269) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804132056.w3DKuSMO066021>