Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Sep 2013 19:50:33 +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: r327740 - head/devel/py-boto
Message-ID:  <201309201950.r8KJoXJb004340@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rm
Date: Fri Sep 20 19:50:33 2013
New Revision: 327740
URL: http://svnweb.freebsd.org/changeset/ports/327740

Log:
  - update to 2.13.3
  
  Purely bugfix release, and 2.13.3 fixing an packaging error.
  
  release notes:
  https://github.com/boto/boto/blob/develop/docs/source/releasenotes/v2.13.2.rst

Modified:
  head/devel/py-boto/Makefile
  head/devel/py-boto/distinfo

Modified: head/devel/py-boto/Makefile
==============================================================================
--- head/devel/py-boto/Makefile	Fri Sep 20 19:49:59 2013	(r327739)
+++ head/devel/py-boto/Makefile	Fri Sep 20 19:50:33 2013	(r327740)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	boto
-PORTVERSION=	2.13.0
+PORTVERSION=	2.13.3
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -16,6 +16,6 @@ USE_PYTHON=	-2.7
 USE_PYDISTUTILS=	easy_install
 
 CONFLICTS=	p5-Net-Amazon-Route53-[0-9]*
-
 NO_STAGE=	yes
+
 .include <bsd.port.mk>

Modified: head/devel/py-boto/distinfo
==============================================================================
--- head/devel/py-boto/distinfo	Fri Sep 20 19:49:59 2013	(r327739)
+++ head/devel/py-boto/distinfo	Fri Sep 20 19:50:33 2013	(r327740)
@@ -1,2 +1,2 @@
-SHA256 (boto-2.13.0.tar.gz) = 6c6002ecc1299fb6b8bf7b1b2513863ba09671436f28ff3de5784f6a41852626
-SIZE (boto-2.13.0.tar.gz) = 1056601
+SHA256 (boto-2.13.3.tar.gz) = 8734d9008a7437fad538d8fd7a946bf5820cbde2a0e89a32b0fc12d3371b242b
+SIZE (boto-2.13.3.tar.gz) = 1063143



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