From owner-svn-ports-head@FreeBSD.ORG Thu Sep 25 16:29:15 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0F67E73B; Thu, 25 Sep 2014 16:29:15 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EF5B6B04; Thu, 25 Sep 2014 16:29:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8PGTEYl062124; Thu, 25 Sep 2014 16:29:14 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8PGTECN062122; Thu, 25 Sep 2014 16:29:14 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201409251629.s8PGTECN062122@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Thu, 25 Sep 2014 16:29:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369271 - head/devel/py-flake8 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Sep 2014 16:29:15 -0000 Author: wg Date: Thu Sep 25 16:29:13 2014 New Revision: 369271 URL: http://svnweb.freebsd.org/changeset/ports/369271 QAT: https://qat.redports.org/buildarchive/r369271/ Log: devel/py-flake8: update to 2.2.3 - USES python Modified: head/devel/py-flake8/Makefile head/devel/py-flake8/distinfo Modified: head/devel/py-flake8/Makefile ============================================================================== --- head/devel/py-flake8/Makefile Thu Sep 25 16:24:29 2014 (r369270) +++ head/devel/py-flake8/Makefile Thu Sep 25 16:29:13 2014 (r369271) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= flake8 -PORTVERSION= 2.2.2 +PORTVERSION= 2.2.3 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,8 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mcca ${PYTHON_PKGNAMEPREFIX}pep8>=1.5.7:${PORTSDIR}/devel/pep8 \ ${PYTHON_PKGNAMEPREFIX}pyflakes>=0.8.1:${PORTSDIR}/devel/py-pyflakes -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= autoplist distutils .include Modified: head/devel/py-flake8/distinfo ============================================================================== --- head/devel/py-flake8/distinfo Thu Sep 25 16:24:29 2014 (r369270) +++ head/devel/py-flake8/distinfo Thu Sep 25 16:29:13 2014 (r369271) @@ -1,2 +1,2 @@ -SHA256 (flake8-2.2.2.tar.gz) = e9737683d71c24ddff0cb7e76f33b03d0955a0fab772632ec311a469062e7278 -SIZE (flake8-2.2.2.tar.gz) = 23977 +SHA256 (flake8-2.2.3.tar.gz) = 455ac100727f183714473f477c9ab786579c533b7beb3327f6f79c8215057968 +SIZE (flake8-2.2.3.tar.gz) = 24035