From owner-svn-ports-head@FreeBSD.ORG Tue Oct 22 10:11:16 2013 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 ESMTP id 1BBD0F8; Tue, 22 Oct 2013 10:11:16 +0000 (UTC) (envelope-from wg@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 09A492DE8; Tue, 22 Oct 2013 10:11:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9MABFeF091418; Tue, 22 Oct 2013 10:11:15 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9MABFUq091415; Tue, 22 Oct 2013 10:11:15 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201310221011.r9MABFUq091415@svn.freebsd.org> From: William Grzybowski Date: Tue, 22 Oct 2013 10:11:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r331248 - head/devel/py-jmespath 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.14 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: Tue, 22 Oct 2013 10:11:16 -0000 Author: wg Date: Tue Oct 22 10:11:15 2013 New Revision: 331248 URL: http://svnweb.freebsd.org/changeset/ports/331248 Log: devel/py-jmespath: update to 0.0.3 - Update to 0.0.3 [1] - Use autoplist PR: ports/182933 Submitted by: Alexey Degtyarev (maintainer) Deleted: head/devel/py-jmespath/pkg-plist Modified: head/devel/py-jmespath/Makefile head/devel/py-jmespath/distinfo Modified: head/devel/py-jmespath/Makefile ============================================================================== --- head/devel/py-jmespath/Makefile Tue Oct 22 10:11:00 2013 (r331247) +++ head/devel/py-jmespath/Makefile Tue Oct 22 10:11:15 2013 (r331248) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= jmespath -PORTVERSION= 0.0.2 +PORTVERSION= 0.0.3 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,6 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ply> USE_PYTHON= yes USE_PYDISTUTILS=easy_install +PYDISTUTILS_AUTOPLIST= yes NO_STAGE= yes .include Modified: head/devel/py-jmespath/distinfo ============================================================================== --- head/devel/py-jmespath/distinfo Tue Oct 22 10:11:00 2013 (r331247) +++ head/devel/py-jmespath/distinfo Tue Oct 22 10:11:15 2013 (r331248) @@ -1,2 +1,2 @@ -SHA256 (jmespath-0.0.2.tar.gz) = 3ce34292993eff87d66e160496c74520e0938c3fce01c55220b98cb5ab976b19 -SIZE (jmespath-0.0.2.tar.gz) = 7325 +SHA256 (jmespath-0.0.3.tar.gz) = d9a6ff1b7bec5f8f255eb0b0b33ec4824c9ca8fa0cb10ac8070527caf98659b4 +SIZE (jmespath-0.0.3.tar.gz) = 8955