Update to 1.11.22
PR: 214771 Submitted by: Bradley T. Hughes <bradleythughes@fastmail.fm> (maintainer)
This commit is contained in:
parent
5d05c57bd5
commit
a172d432d2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=427522
2 changed files with 6 additions and 7 deletions
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= awscli
|
||||
PORTVERSION= 1.11.20
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.11.22
|
||||
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.79: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
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1479803165
|
||||
SHA256 (awscli-1.11.20.tar.gz) = 2197b8dce82f7058b588e7439e39d7233d1c2ce0f16bd0dd8941cf6d1ea844df
|
||||
SIZE (awscli-1.11.20.tar.gz) = 495540
|
||||
TIMESTAMP = 1480457817
|
||||
SHA256 (awscli-1.11.22.tar.gz) = e859fdcf8c1c4f92f416ea16ebf4901c33687fe3093c356bb78cfd885dd8ceea
|
||||
SIZE (awscli-1.11.22.tar.gz) = 495240
|
||||
|
|
Loading…
Reference in a new issue