Date: Tue, 20 Dec 2011 22:21:05 +0800 (CST) From: Li-Wen Hsu <lwhsu@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: ayu@commun.jp Subject: ports/163477: [PATCH] devel/py-flakes: update to 0.5.0 Message-ID: <20111220142105.25EBB193FA@lwbsd.csie.net> Resent-Message-ID: <201112201430.pBKEUDfi067857@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 163477 >Category: ports >Synopsis: [PATCH] devel/py-flakes: update to 0.5.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Dec 20 14:30:13 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Li-Wen Hsu >Release: FreeBSD 9.0-RC3 amd64 >Organization: >Environment: System: FreeBSD lwbsd.cs.nctu.edu.tw 9.0-RC3 FreeBSD 9.0-RC3 #0: Sun Dec 4 08:56:36 UTC >Description: - Update to 0.5.0 - Update MASTER_SITES - Update WWW Port maintainer (ayu@commun.jp) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- py27-flakes-0.5.0.patch begins here --- 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 <bsd.port.mk> 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 --- py27-flakes-0.5.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20111220142105.25EBB193FA>