Index: head/devel/py-pyflakes/Makefile =================================================================== --- head/devel/py-pyflakes/Makefile (revision 435158) +++ head/devel/py-pyflakes/Makefile (revision 435159) @@ -1,24 +1,24 @@ # Created by: Alexander Botero-Lowry # $FreeBSD$ PORTNAME= pyflakes -PORTVERSION= 1.1.0 +PORTVERSION= 1.5.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= koobs@FreeBSD.org COMMENT= Passive checker of Python programs LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES?= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes do-test: @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test .include Index: head/devel/py-pyflakes/distinfo =================================================================== --- head/devel/py-pyflakes/distinfo (revision 435158) +++ head/devel/py-pyflakes/distinfo (revision 435159) @@ -1,2 +1,3 @@ -SHA256 (pyflakes-1.1.0.tar.gz) = e5f959931987e2be178781554b485d52342ec9f1b43f891d2dad07a691c7a89a -SIZE (pyflakes-1.1.0.tar.gz) = 41472 +TIMESTAMP = 1487240762 +SHA256 (pyflakes-1.5.0.tar.gz) = aa0d4dff45c0cc2214ba158d29280f8fa1129f3e87858ef825930845146337f4 +SIZE (pyflakes-1.5.0.tar.gz) = 47526 Index: head/devel/py-pyflakes/pkg-descr =================================================================== --- head/devel/py-pyflakes/pkg-descr (revision 435158) +++ head/devel/py-pyflakes/pkg-descr (revision 435159) @@ -1,7 +1,8 @@ Pyflakes is a simple program which checks Python source files for errors. It is similar to PyChecker in scope, but differs in that it does not execute the modules to check them. This is both safer and faster, although it does not perform as many checks. Unlike PyLint, Pyflakes checks only for logical errors in programs; it does not perform any checks on style. -WWW: https://github.com/pyflakes/pyflakes +WWW: https://pypi.python.org/pypi/pyflakes +WWW: https://github.com/PyCQA/pyflakes