Skip to content

Commit

Permalink
devel/awscli: upgrade to 1.10.11
Browse files Browse the repository at this point in the history
devel/py-botocore: upgrade to 1.4.2

Upgrade devel/awscli and devel/py-botocore to the latest versions. Both
packages need to be updated at the same time, as they are developed and
released in tandem.

Add net/py-s3transfer dependency to devel/awscli that was recently
introduced upstream.
  • Loading branch information
bradleythughes committed Mar 9, 2016
1 parent 5d6c8c6 commit 53970e2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
5 changes: 3 additions & 2 deletions devel/awscli/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# $FreeBSD$

PORTNAME= awscli
PORTVERSION= 1.9.17
PORTVERSION= 1.10.11
CATEGORIES= devel
MASTER_SITES= CHEESESHOP

Expand All @@ -11,8 +11,9 @@ COMMENT= Universal Command Line Interface for Amazon Web Services

LICENSE= APACHE20

RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}botocore>=1.3.15:${PORTSDIR}/devel/py-botocore \
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}botocore>=1.4.1:${PORTSDIR}/devel/py-botocore \
${PYTHON_PKGNAMEPREFIX}colorama>=0.2.5:${PORTSDIR}/devel/py-colorama \
${PYTHON_PKGNAMEPREFIX}s3transfer>=0.0.1:${PORTSDIR}/net/py-s3transfer \
${PYTHON_PKGNAMEPREFIX}docutils>=0.10:${PORTSDIR}/textproc/py-docutils \
${PYTHON_PKGNAMEPREFIX}rsa>=3.1.2:${PORTSDIR}/security/py-rsa

Expand Down
4 changes: 2 additions & 2 deletions devel/awscli/distinfo
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
SHA256 (awscli-1.9.17.tar.gz) = 5144b7bf73e39a5c556e84493bd4556f8081dcd2d206bfa083a7e04b379647da
SIZE (awscli-1.9.17.tar.gz) = 433342
SHA256 (awscli-1.10.11.tar.gz) = c792ae655ca4e43643539026798d51bd65b2f5eee48bfaf048fe1c4c715f9467
SIZE (awscli-1.10.11.tar.gz) = 451719
2 changes: 1 addition & 1 deletion devel/py-botocore/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# $FreeBSD$

PORTNAME= botocore
PORTVERSION= 1.3.17
PORTVERSION= 1.4.2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand Down
4 changes: 2 additions & 2 deletions devel/py-botocore/distinfo
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
SHA256 (botocore-1.3.17.tar.gz) = 1ca85c5ebe0beed7b54fc47de81d3f39c6bb907951fe6db6a38185de63db7723
SIZE (botocore-1.3.17.tar.gz) = 2300885
SHA256 (botocore-1.4.2.tar.gz) = 3391e31ad3df0b4a0f05c82bdfd33c7fa7b052071bd5b57980e504d8770c6d86
SIZE (botocore-1.4.2.tar.gz) = 2398684

0 comments on commit 53970e2

Please sign in to comment.