From owner-svn-ports-all@FreeBSD.ORG Wed Oct 16 21:27:25 2013 Return-Path: Delivered-To: svn-ports-all@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 359CA29B; Wed, 16 Oct 2013 21:27:25 +0000 (UTC) (envelope-from rm@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 22E7A2BFA; Wed, 16 Oct 2013 21:27:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9GLRPj3086354; Wed, 16 Oct 2013 21:27:25 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9GLROlg086352; Wed, 16 Oct 2013 21:27:24 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201310162127.r9GLROlg086352@svn.freebsd.org> From: Ruslan Makhmatkhanov Date: Wed, 16 Oct 2013 21:27:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330546 - head/devel/py-boto 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: Wed, 16 Oct 2013 21:27:25 -0000 Author: rm Date: Wed Oct 16 21:27:24 2013 New Revision: 330546 URL: http://svnweb.freebsd.org/changeset/ports/330546 Log: - update to 2.14.0 changes: https://github.com/boto/boto/blob/develop/docs/source/releasenotes/v2.14.0.rst Modified: head/devel/py-boto/Makefile head/devel/py-boto/distinfo Modified: head/devel/py-boto/Makefile ============================================================================== --- head/devel/py-boto/Makefile Wed Oct 16 21:26:50 2013 (r330545) +++ head/devel/py-boto/Makefile Wed Oct 16 21:27:24 2013 (r330546) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= boto -PORTVERSION= 2.13.3 +PORTVERSION= 2.14.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,8 +12,8 @@ COMMENT= Python interface to Amazon Web LICENSE= MIT -USE_PYTHON= -2.7 -USE_PYDISTUTILS= easy_install +USE_PYTHON= 2 +USE_PYDISTUTILS=easy_install CONFLICTS= p5-Net-Amazon-Route53-[0-9]* NO_STAGE= yes Modified: head/devel/py-boto/distinfo ============================================================================== --- head/devel/py-boto/distinfo Wed Oct 16 21:26:50 2013 (r330545) +++ head/devel/py-boto/distinfo Wed Oct 16 21:27:24 2013 (r330546) @@ -1,2 +1,2 @@ -SHA256 (boto-2.13.3.tar.gz) = 8734d9008a7437fad538d8fd7a946bf5820cbde2a0e89a32b0fc12d3371b242b -SIZE (boto-2.13.3.tar.gz) = 1063143 +SHA256 (boto-2.14.0.tar.gz) = 6e26cb54229085bec996ce2330e883f8ac696f11d6d9a398fa127788d4454428 +SIZE (boto-2.14.0.tar.gz) = 1073405