Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Oct 2013 21:27:24 +0000 (UTC)
From:      Ruslan Makhmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r330546 - head/devel/py-boto
Message-ID:  <201310162127.r9GLROlg086352@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310162127.r9GLROlg086352>