Skip to content

Commit

Permalink
devel/awscli: upgrade to 1.8.6
Browse files Browse the repository at this point in the history
devel/py-botocore: upgrade to 1.2.4
devel/py-jmespath: upgrade to 0.8.0

Upgrade awscli and its dependencies to the latest released versions.
  • Loading branch information
bradleythughes committed Oct 1, 2015
1 parent 5ffcf54 commit 387bf30
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 14 deletions.
5 changes: 2 additions & 3 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.7.11
PORTVERSION= 1.8.6
CATEGORIES= devel
MASTER_SITES= CHEESESHOP

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

LICENSE= APACHE20

RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bcdoc>=0.12.0:${PORTSDIR}/devel/py-bcdoc \
${PYTHON_PKGNAMEPREFIX}botocore>=0.84.0:${PORTSDIR}/devel/py-botocore \
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}botocore>=1.2.4:${PORTSDIR}/devel/py-botocore \
${PYTHON_PKGNAMEPREFIX}colorama>=0.2.5:${PORTSDIR}/devel/py-colorama \
${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.7.11.tar.gz) = dd22ba9b1637219b93a34f8066cb432c7d5a9d7a44436e926d8dc76808da985b
SIZE (awscli-1.7.11.tar.gz) = 295495
SHA256 (awscli-1.8.6.tar.gz) = 6037781488370e9bdfaacb73c0b580e240499accdc1376db77e9e066b05872cb
SIZE (awscli-1.8.6.tar.gz) = 392789
5 changes: 3 additions & 2 deletions devel/py-botocore/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# $FreeBSD$

PORTNAME= botocore
PORTVERSION= 0.86.0
PORTVERSION= 1.2.4
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -13,7 +13,8 @@ COMMENT= Low-level, core functionality of boto 3
LICENSE= MIT

RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=2.1:${PORTSDIR}/devel/py-dateutil \
${PYTHON_PKGNAMEPREFIX}jmespath>=0.5.0:${PORTSDIR}/devel/py-jmespath
${PYTHON_PKGNAMEPREFIX}jmespath>=0.7.1:${PORTSDIR}/devel/py-jmespath \
${PYTHON_PKGNAMEPREFIX}docutils>=0.10:${PORTSDIR}/textproc/py-docutils

USES= python
USE_PYTHON= distutils autoplist
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-0.86.0.tar.gz) = a87aacef765dfd19d7346cf1420992ca656a9a2613a5bb84ea35c23e1566a810
SIZE (botocore-0.86.0.tar.gz) = 1278024
SHA256 (botocore-1.2.4.tar.gz) = 6330dec53831e4f961e2503a4d9bfe9e790e1e7ac716f8edc07f1b37ff2765da
SIZE (botocore-1.2.4.tar.gz) = 2007943
4 changes: 1 addition & 3 deletions devel/py-jmespath/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# $FreeBSD$

PORTNAME= jmespath
PORTVERSION= 0.5.0
PORTVERSION= 0.8.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -12,8 +12,6 @@ COMMENT= JSON Matching Expressions

LICENSE= MIT

RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ply>=3.4:${PORTSDIR}/devel/py-ply

USES= python
USE_PYTHON= distutils autoplist

Expand Down
4 changes: 2 additions & 2 deletions devel/py-jmespath/distinfo
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
SHA256 (jmespath-0.5.0.tar.gz) = c3243fb93f914df1852cc3699115c87982009860290b60910c1b2715bec238c2
SIZE (jmespath-0.5.0.tar.gz) = 18175
SHA256 (jmespath-0.8.0.tar.gz) = 2c3d78a257e831b7d2855e2d00a24c2110f685ae31215d62cac5524d6108dc7a
SIZE (jmespath-0.8.0.tar.gz) = 20484

0 comments on commit 387bf30

Please sign in to comment.