Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/py-flakes/Makefile,v retrieving revision 1.7 diff -u -u -r1.7 Makefile --- Makefile 24 Dec 2009 02:31:34 -0000 1.7 +++ Makefile 20 Dec 2011 14:20:50 -0000 @@ -6,10 +6,10 @@ # PORTNAME= flakes -PORTVERSION= 0.4.0 +PORTVERSION= 0.5.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP \ - http://code.enthought.com/src/ + http://launchpadlibrarian.net/79102431/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= pyflakes-${PORTVERSION} @@ -19,6 +19,5 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= pyflakes -NO_BUILD= yes .include Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/py-flakes/distinfo,v retrieving revision 1.4 diff -u -u -r1.4 distinfo --- distinfo 3 Jul 2011 14:58:39 -0000 1.4 +++ distinfo 20 Dec 2011 14:20:50 -0000 @@ -1,2 +1,2 @@ -SHA256 (pyflakes-0.4.0.tar.gz) = f12d98ebabae0e8da3e069d9c70621d154f688bd06e076681b3599ed79fb26c4 -SIZE (pyflakes-0.4.0.tar.gz) = 14794 +SHA256 (pyflakes-0.5.0.tar.gz) = 53f9794aa13b99cca04259b4a1fe4bd207dc3b2d7dd85ba715814fdeae2ef8cd +SIZE (pyflakes-0.5.0.tar.gz) = 17635 Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/devel/py-flakes/pkg-descr,v retrieving revision 1.2 diff -u -u -r1.2 pkg-descr --- pkg-descr 18 Mar 2007 14:16:01 -0000 1.2 +++ pkg-descr 20 Dec 2011 14:20:50 -0000 @@ -4,4 +4,4 @@ perform as many checks. Unlike PyLint, Pyflakes checks only for logical errors in programs; it does not perform any checks on style. -WWW: http://www.divmod.org/trac/wiki/DivmodPyflakes +WWW: https://launchpad.net/pyflakes