Index: head/devel/awscli/files/patch-setup.py =================================================================== --- head/devel/awscli/files/patch-setup.py (revision 420354) +++ head/devel/awscli/files/patch-setup.py (nonexistent) @@ -1,16 +0,0 @@ ---- setup.py.orig 2016-07-16 18:17:04 UTC -+++ setup.py -@@ -6,11 +6,11 @@ from setuptools import setup, find_packa - import awscli - - --requires = ['botocore==1.4.37', -+requires = ['botocore>=1.4.37', - 'colorama>=0.2.5,<=0.3.7', - 'docutils>=0.10', - 'rsa>=3.1.2,<=3.5.0', -- 's3transfer==0.0.1'] -+ 's3transfer>=0.0.1'] - - - if sys.version_info[:2] == (2, 6): Property changes on: head/devel/awscli/files/patch-setup.py ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/devel/awscli/files/patch-setup.cfg =================================================================== --- head/devel/awscli/files/patch-setup.cfg (revision 420354) +++ head/devel/awscli/files/patch-setup.cfg (nonexistent) @@ -1,16 +0,0 @@ ---- setup.cfg.orig 2016-07-13 19:06:23 UTC -+++ setup.cfg -@@ -3,11 +3,11 @@ universal = 1 - - [metadata] - requires-dist = -- botocore==1.4.37 -+ botocore>=1.4.37 - colorama>=0.2.5,<=0.3.7 - docutils>=0.10 - rsa>=3.1.2,<=3.5.0 -- s3transfer==0.0.1 -+ s3transfer>=0.0.1 - argparse>=1.1; python_version=="2.6" - - [egg_info] Property changes on: head/devel/awscli/files/patch-setup.cfg ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/devel/awscli/Makefile =================================================================== --- head/devel/awscli/Makefile (revision 420354) +++ head/devel/awscli/Makefile (revision 420355) @@ -1,29 +1,30 @@ # Created by: Alexey V. Degtyarev # $FreeBSD$ PORTNAME= awscli -PORTVERSION= 1.10.47 +PORTVERSION= 1.10.56 CATEGORIES= devel MASTER_SITES= CHEESESHOP MAINTAINER= alexey@renatasystems.org COMMENT= Universal Command Line Interface for Amazon Web Services LICENSE= APACHE20 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}botocore>=1.4.37:devel/py-botocore \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}botocore>=1.4.46:devel/py-botocore \ ${PYTHON_PKGNAMEPREFIX}colorama>=0.2.5:devel/py-colorama \ - ${PYTHON_PKGNAMEPREFIX}s3transfer>=0.0.1:net/py-s3transfer \ + ${PYTHON_PKGNAMEPREFIX}s3transfer>=0.1.0:net/py-s3transfer \ ${PYTHON_PKGNAMEPREFIX}docutils>=0.10:textproc/py-docutils \ ${PYTHON_PKGNAMEPREFIX}rsa>=3.1.2:security/py-rsa USES= python:2 USE_PYTHON= autoplist distutils +NO_ARCH= yes .include .if ${PYTHON_REL} < 2700 RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}argparse>0:devel/py-argparse .endif .include Index: head/devel/awscli/distinfo =================================================================== --- head/devel/awscli/distinfo (revision 420354) +++ head/devel/awscli/distinfo (revision 420355) @@ -1,3 +1,3 @@ -TIMESTAMP = 1468598694 -SHA256 (awscli-1.10.47.tar.gz) = 176ec3e5783ed3e9291da5e9b6fc100cb4550b843bb0bb7201e780e4174cbf70 -SIZE (awscli-1.10.47.tar.gz) = 474746 +TIMESTAMP = 1471285573 +SHA256 (awscli-1.10.56.tar.gz) = adbc8812e75f0be53c4a414aeb181be6838befcd2869427074e116cf0cc6f7a2 +SIZE (awscli-1.10.56.tar.gz) = 479420