From owner-svn-ports-all@FreeBSD.ORG Sat Oct 19 08:11:28 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6B435AAF; Sat, 19 Oct 2013 08:11:28 +0000 (UTC) (envelope-from mva@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 408F62D50; Sat, 19 Oct 2013 08:11:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9J8BShG081639; Sat, 19 Oct 2013 08:11:28 GMT (envelope-from mva@svn.freebsd.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9J8BRmV081635; Sat, 19 Oct 2013 08:11:27 GMT (envelope-from mva@svn.freebsd.org) Message-Id: <201310190811.r9J8BRmV081635@svn.freebsd.org> From: Marcus von Appen Date: Sat, 19 Oct 2013 08:11:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330853 - head/devel/py-astroid X-SVN-Group: ports-head 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.14 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: Sat, 19 Oct 2013 08:11:28 -0000 Author: mva Date: Sat Oct 19 08:11:27 2013 New Revision: 330853 URL: http://svnweb.freebsd.org/changeset/ports/330853 Log: - Udpate to version 1.0.1 - Enable staging support Modified: head/devel/py-astroid/Makefile head/devel/py-astroid/distinfo head/devel/py-astroid/pkg-plist Modified: head/devel/py-astroid/Makefile ============================================================================== --- head/devel/py-astroid/Makefile Sat Oct 19 08:01:16 2013 (r330852) +++ head/devel/py-astroid/Makefile Sat Oct 19 08:11:27 2013 (r330853) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= astroid -PORTVERSION= 1.0.0 +PORTVERSION= 1.0.1 CATEGORIES= devel python MASTER_SITES= https://bitbucket.org/logilab/astroid/get/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,13 +14,12 @@ LICENSE= LGPL21 RUN_DEPENDS= pytest:${PORTSDIR}/devel/py-logilab-common -WRKSRC= ${WRKDIR}/logilab-astroid-1d6914a1a1a0 +WRKSRC= ${WRKDIR}/logilab-astroid-f67f24131b3a MAKE_ENV= NO_SETUPTOOLS=1 USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= astroid -NO_STAGE= yes .include post-patch: Modified: head/devel/py-astroid/distinfo ============================================================================== --- head/devel/py-astroid/distinfo Sat Oct 19 08:01:16 2013 (r330852) +++ head/devel/py-astroid/distinfo Sat Oct 19 08:11:27 2013 (r330853) @@ -1,2 +1,2 @@ -SHA256 (astroid-version-1.0.0.tar.gz) = 52c6fe765e0e7b50cc9b14cfec3dc12a28396ac6c18a42b1d3719ea46a2f2eae -SIZE (astroid-version-1.0.0.tar.gz) = 113754 +SHA256 (astroid-version-1.0.1.tar.gz) = ecb1014d45f6873e5d5e195d70aae01baf0bc46bcb8796da4f941a0970ff626e +SIZE (astroid-version-1.0.1.tar.gz) = 115754 Modified: head/devel/py-astroid/pkg-plist ============================================================================== --- head/devel/py-astroid/pkg-plist Sat Oct 19 08:01:16 2013 (r330852) +++ head/devel/py-astroid/pkg-plist Sat Oct 19 08:11:27 2013 (r330853) @@ -10,6 +10,9 @@ %%PYTHON_SITELIBDIR%%/astroid/bases.py %%PYTHON_SITELIBDIR%%/astroid/bases.pyc %%PYTHON_SITELIBDIR%%/astroid/bases.pyo +%%PYTHON_SITELIBDIR%%/astroid/brain/py2gi.py +%%PYTHON_SITELIBDIR%%/astroid/brain/py2gi.pyc +%%PYTHON_SITELIBDIR%%/astroid/brain/py2gi.pyo %%PYTHON_SITELIBDIR%%/astroid/brain/py2qt4.py %%PYTHON_SITELIBDIR%%/astroid/brain/py2qt4.pyc %%PYTHON_SITELIBDIR%%/astroid/brain/py2qt4.pyo