Index: head/devel/awscli/Makefile =================================================================== --- head/devel/awscli/Makefile (revision 418647) +++ head/devel/awscli/Makefile (revision 418648) @@ -1,29 +1,29 @@ # Created by: Alexey V. Degtyarev # $FreeBSD$ PORTNAME= awscli -PORTVERSION= 1.10.20 +PORTVERSION= 1.10.47 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.11:devel/py-botocore \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}botocore>=1.4.37:devel/py-botocore \ ${PYTHON_PKGNAMEPREFIX}colorama>=0.2.5:devel/py-colorama \ ${PYTHON_PKGNAMEPREFIX}s3transfer>=0.0.1: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 .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 418647) +++ head/devel/awscli/distinfo (revision 418648) @@ -1,2 +1,3 @@ -SHA256 (awscli-1.10.20.tar.gz) = 63d18580fea9accfb63a26ceb829cac9986ac609fedc3cc967ac24f40573258d -SIZE (awscli-1.10.20.tar.gz) = 459271 +TIMESTAMP = 1468598694 +SHA256 (awscli-1.10.47.tar.gz) = 176ec3e5783ed3e9291da5e9b6fc100cb4550b843bb0bb7201e780e4174cbf70 +SIZE (awscli-1.10.47.tar.gz) = 474746 Index: head/devel/awscli/files/patch-setup.cfg =================================================================== --- head/devel/awscli/files/patch-setup.cfg (nonexistent) +++ head/devel/awscli/files/patch-setup.cfg (revision 418648) @@ -0,0 +1,16 @@ +--- 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 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/awscli/files/patch-setup.py =================================================================== --- head/devel/awscli/files/patch-setup.py (nonexistent) +++ head/devel/awscli/files/patch-setup.py (revision 418648) @@ -0,0 +1,16 @@ +--- 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 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/py-botocore/Makefile =================================================================== --- head/devel/py-botocore/Makefile (revision 418647) +++ head/devel/py-botocore/Makefile (revision 418648) @@ -1,22 +1,22 @@ # Created by: Alexey V. Degtyarev # $FreeBSD$ PORTNAME= botocore -PORTVERSION= 1.4.11 +PORTVERSION= 1.4.37 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= alexey@renatasystems.org COMMENT= Low-level, core functionality of boto 3 LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=2.1:devel/py-dateutil \ ${PYTHON_PKGNAMEPREFIX}jmespath>=0.7.1:devel/py-jmespath \ ${PYTHON_PKGNAMEPREFIX}docutils>=0.10:textproc/py-docutils USES= python USE_PYTHON= autoplist distutils .include Index: head/devel/py-botocore/distinfo =================================================================== --- head/devel/py-botocore/distinfo (revision 418647) +++ head/devel/py-botocore/distinfo (revision 418648) @@ -1,2 +1,3 @@ -SHA256 (botocore-1.4.11.tar.gz) = 96295db1444e9a458a3018205187ec424213e0a69c937062347f88b7b7e078fb -SIZE (botocore-1.4.11.tar.gz) = 2455881 +TIMESTAMP = 1468598754 +SHA256 (botocore-1.4.37.tar.gz) = 20dc1a0bf37019cac33e0f76d04a2831f2786cbee17f54da0e32a93caf86ef49 +SIZE (botocore-1.4.37.tar.gz) = 2642647