From alexey@home.renatasystems.org  Sun Oct 13 09:36:40 2013
Return-Path: <alexey@home.renatasystems.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 F261F492
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 13 Oct 2013 09:36:39 +0000 (UTC)
	(envelope-from alexey@home.renatasystems.org)
Received: from home.renatasystems.org (home.renatasystems.org [87.242.77.210])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 581042ADC
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 13 Oct 2013 09:36:38 +0000 (UTC)
Received: from home.renatasystems.org (localhost [127.0.0.1])
	by home.renatasystems.org (8.14.5/8.14.5) with ESMTP id r9D9aYim003837
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 13 Oct 2013 13:36:35 +0400 (MSK)
	(envelope-from alexey@home.renatasystems.org)
Received: (from alexey@localhost)
	by home.renatasystems.org (8.14.5/8.14.5/Submit) id r9D9aTXw003832;
	Sun, 13 Oct 2013 13:36:29 +0400 (MSK)
	(envelope-from alexey)
Message-Id: <201310130936.r9D9aTXw003832@home.renatasystems.org>
Date: Sun, 13 Oct 2013 13:36:29 +0400 (MSK)
From: Alexey Degtyarev <alexey@renatasystems.org>
Reply-To: Alexey Degtyarev <alexey@renatasystems.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [maintainer-update] devel/awscli - update to 1.1.2
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         182946
>Category:       ports
>Synopsis:       [maintainer-update] devel/awscli - update to 1.1.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    alexey
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 13 09:40:00 UTC 2013
>Closed-Date:    Sun Nov 24 12:49:39 UTC 2013
>Last-Modified:  Sun Nov 24 12:49:39 UTC 2013
>Originator:     Alexey Degtyarev
>Release:        FreeBSD 9.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD home.renatasystems.org 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Mon Jan 30 09:54:00 UTC 2012 root@amd64-builder.renatasystems.org:/usr/obj/usr/src/sys/GENERIC amd64


	
>Description:
	
This will update awscli to latest version available: 1.1.2.

Changelog:

* Added support for Reserved Instance instance type modifications in Amazon
  EC2 and new resource management features in AWS OpsWorks.

* Fixed performance and memory issues related to transferring files to
  Amazon S3

WWW: http://aws.amazon.com/cli/

Committer note: ports/182933 required to be committed first.

>How-To-Repeat:
	
>Fix:

	

--- awscli-1.1.2.diff begins here ---
Index: awscli/distinfo
===================================================================
--- awscli/distinfo	(revision 330136)
+++ awscli/distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (awscli-1.1.0.tar.gz) = c3802d3274618d152fc3cd0946b8f5a131ab89318b3e8ba1d89d4d27c2ecb647
-SIZE (awscli-1.1.0.tar.gz) = 121538
+SHA256 (awscli-1.1.2.tar.gz) = b4052f0a5ae6f003b45b7e01d380e73ecfcd9e6a782166f60bb16a6b99be9e0f
+SIZE (awscli-1.1.2.tar.gz) = 123572
Index: awscli/pkg-plist
===================================================================
--- awscli/pkg-plist	(revision 330136)
+++ awscli/pkg-plist	(working copy)
@@ -87,6 +87,9 @@
 %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/s3/description.py
 %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/s3/description.pyc
 %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/s3/description.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/s3/dochandler.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/s3/dochandler.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/s3/dochandler.pyo
 %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/s3/executer.py
 %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/s3/executer.pyc
 %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/s3/executer.pyo
Index: awscli/Makefile
===================================================================
--- awscli/Makefile	(revision 330136)
+++ awscli/Makefile	(working copy)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	awscli
-PORTVERSION=	1.1.0
+PORTVERSION=	1.1.2
 CATEGORIES=	devel
 MASTER_SITES=	CHEESESHOP
 MASTER_SITE_SUBDIR=source/a/awscli
@@ -23,10 +23,13 @@
 USE_PYDISTUTILS=easy_install
 
 NO_STAGE=	yes
+
 .include <bsd.port.pre.mk>
 
 .if ${PYTHON_REL} < 270
-RUN_DEPENDS+=   ${PYTHON_PKGNAMEPREFIX}argparse>0:${PORTSDIR}/devel/py-argparse
+RUN_DEPENDS+=   ${PYTHON_PKGNAMEPREFIX}argparse>0:${PORTSDIR}/devel/py-argparse \
+		${PYTHON_PKGNAMEPREFIX}ordereddict>=1.1:${PORTSDIR}/devel/py-ordereddict \
+		${PYTHON_PKGNAMEPREFIX}simplejson>=3.3.1:${PORTSDIR}/devel/py-simplejson
 .endif
 
 .include <bsd.port.post.mk>
--- awscli-1.1.2.diff ends here ---


>Release-Note:
>Audit-Trail:

From: Alex Kozlov <spam@rm-rf.kiev.ua>
To: Alexey Degtyarev <alexey@renatasystems.org>
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/182946: [maintainer-update] devel/awscli - update to 1.1.2
Date: Mon, 14 Oct 2013 11:16:07 +0300

 Hi, Alexey
 
 Python 2.6 is deprecated/expired (http://www.freshports.org/lang/python26/),
 I suggest to drop ".if ${PYTHON_REL} < 270" condition. 
 
 
 -- 
 Alex

From: Alexey Degtyarev <alexey@renatasystems.org>
To: Alex Kozlov <spam@rm-rf.kiev.ua>
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/182946: [maintainer-update] devel/awscli - update to 1.1.2
Date: Mon, 14 Oct 2013 12:51:57 +0400

 On 11:16 Mon 14 Oct, Alex Kozlov wrote:
 
 > 
 > Python 2.6 is deprecated/expired (http://www.freshports.org/lang/python26/),
 > I suggest to drop ".if ${PYTHON_REL} < 270" condition. 
 > 
 
 True, but people still keep using it.  Don't want to break things
 without serious reason.  awscli still work well with 2.6, and we are not
 required anything to do to keep it work.
 
 -- 
 Alexey Degtyarev
Responsible-Changed-From-To: freebsd-ports-bugs->alexey 
Responsible-Changed-By: alexey 
Responsible-Changed-When: Sat Nov 23 17:57:30 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=182946 
State-Changed-From-To: open->closed 
State-Changed-By: alexey 
State-Changed-When: Sun Nov 24 12:49:38 UTC 2013 
State-Changed-Why:  
Newer version of this port committed (r334721).  Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=182946 
>Unformatted:
