ports/182946: [maintainer-update] devel/awscli - update to 1.1.2

Alexey Degtyarev alexey at renatasystems.org
Sun Oct 13 09:40:01 UTC 2013


>Number:         182946
>Category:       ports
>Synopsis:       [maintainer-update] devel/awscli - update to 1.1.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 13 09:40:00 UTC 2013
>Closed-Date:
>Last-Modified:
>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 at 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:
>Unformatted:


More information about the freebsd-ports-bugs mailing list