From owner-svn-ports-all@freebsd.org Fri Apr 13 20:56:30 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DC7CFF80C9D; Fri, 13 Apr 2018 20:56:29 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8F3608617C; Fri, 13 Apr 2018 20:56:29 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8511C1ED71; Fri, 13 Apr 2018 20:56:29 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w3DKuT7S066029; Fri, 13 Apr 2018 20:56:29 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3DKuSMO066021; Fri, 13 Apr 2018 20:56:28 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201804132056.w3DKuSMO066021@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 13 Apr 2018 20:56:28 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head: . security security/py-zxcvbn security/py-zxcvbn-python www/py-flexget www/py-flexget/files X-SVN-Commit-Revision: 467269 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Apr 2018 20:56:30 -0000 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