From 206ed9211f856b9a9ee941fb14e17ab68589915b Mon Sep 17 00:00:00 2001 From: "Bradley T. Hughes" Date: Wed, 23 Nov 2016 07:46:52 +0000 Subject: [PATCH v2 2/2] devel/awscli: Update to 1.11.21 Bump to the latest upstream release. Update dependencies to follow the upstream requirements: devel/py-botocore should be at least 1.4.78, and devel/py-yaml at least 3.10. https://github.com/aws/aws-cli/blob/1.11.21/CHANGELOG.rst --- devel/awscli/Makefile | 7 +++---- devel/awscli/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git devel/awscli/Makefile devel/awscli/Makefile index 5e85ed7..eba919d 100644 --- devel/awscli/Makefile +++ devel/awscli/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= awscli -PORTVERSION= 1.11.20 -PORTREVISION= 1 +PORTVERSION= 1.11.21 CATEGORIES= devel MASTER_SITES= CHEESESHOP @@ -13,12 +12,12 @@ COMMENT= Universal Command Line Interface for Amazon Web Services LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}botocore>=1.4.77:devel/py-botocore \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}botocore>=1.4.78:devel/py-botocore \ ${PYTHON_PKGNAMEPREFIX}colorama>=0.2.5:devel/py-colorama \ ${PYTHON_PKGNAMEPREFIX}s3transfer>=0.1.9:net/py-s3transfer \ ${PYTHON_PKGNAMEPREFIX}docutils>=0.10:textproc/py-docutils \ ${PYTHON_PKGNAMEPREFIX}rsa>=3.1.2:security/py-rsa \ - ${PYTHON_PKGNAMEPREFIX}yaml>=3.11:devel/py-yaml + ${PYTHON_PKGNAMEPREFIX}yaml>=3.10:devel/py-yaml USES= python USE_PYTHON= autoplist distutils diff --git devel/awscli/distinfo devel/awscli/distinfo index d0eb6da..f6bb437 100644 --- devel/awscli/distinfo +++ devel/awscli/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1479803165 -SHA256 (awscli-1.11.20.tar.gz) = 2197b8dce82f7058b588e7439e39d7233d1c2ce0f16bd0dd8941cf6d1ea844df -SIZE (awscli-1.11.20.tar.gz) = 495540 +TIMESTAMP = 1479887206 +SHA256 (awscli-1.11.21.tar.gz) = 6eac3a744d49166e11ffb8f225e14669865cc4538e24a9451908b53f962bb61f +SIZE (awscli-1.11.21.tar.gz) = 495247 -- 2.10.2