View | Details | Raw Unified | Return to bug 197960 | Differences between
and this patch

Collapse All | Expand All

(-)awscli/Makefile (-4 / +3 lines)
Lines 2-11 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	awscli
4
PORTNAME=	awscli
5
PORTVERSION=	1.7.5
5
PORTVERSION=	1.7.11
6
CATEGORIES=	devel
6
CATEGORIES=	devel
7
MASTER_SITES=	CHEESESHOP
7
MASTER_SITES=	CHEESESHOP
8
MASTER_SITE_SUBDIR=source/a/awscli
9
8
10
MAINTAINER=	alexey@renatasystems.org
9
MAINTAINER=	alexey@renatasystems.org
11
COMMENT=	Universal Command Line Interface for Amazon Web Services
10
COMMENT=	Universal Command Line Interface for Amazon Web Services
Lines 18-25 Link Here
18
		${PYTHON_PKGNAMEPREFIX}docutils>=0.10:${PORTSDIR}/textproc/py-docutils \
17
		${PYTHON_PKGNAMEPREFIX}docutils>=0.10:${PORTSDIR}/textproc/py-docutils \
19
		${PYTHON_PKGNAMEPREFIX}rsa>=3.1.2:${PORTSDIR}/security/py-rsa
18
		${PYTHON_PKGNAMEPREFIX}rsa>=3.1.2:${PORTSDIR}/security/py-rsa
20
19
21
USES=		python
20
USES=		python:2.6+
22
USE_PYTHON=	distutils autoplist
21
USE_PYTHON=	autoplist distutils
23
22
24
.include <bsd.port.pre.mk>
23
.include <bsd.port.pre.mk>
25
24
(-)awscli/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (awscli-1.7.5.tar.gz) = 5b7c789e7b9a586b3a756473dacc8fd31c8ed79bf18bf1da63e2cb570ed434c4
1
SHA256 (awscli-1.7.11.tar.gz) = dd22ba9b1637219b93a34f8066cb432c7d5a9d7a44436e926d8dc76808da985b
2
SIZE (awscli-1.7.5.tar.gz) = 288553
2
SIZE (awscli-1.7.11.tar.gz) = 295495
(-)awscli/pkg-descr (-7 lines)
Lines 4-22 Link Here
4
The currently supported services include:
4
The currently supported services include:
5
5
6
* Amazon Elastic Compute Cloud (Amazon EC2)
6
* Amazon Elastic Compute Cloud (Amazon EC2)
7
8
* Elastic Load Balancing
7
* Elastic Load Balancing
9
10
* Auto Scaling
8
* Auto Scaling
11
12
* AWS CloudFormation
9
* AWS CloudFormation
13
14
* AWS Elastic Beanstalk
10
* AWS Elastic Beanstalk
15
16
* Amazon Simple Notification Service (Amazon SNS)
11
* Amazon Simple Notification Service (Amazon SNS)
17
18
* Amazon Simple Queue Service (Amazon SQS)
12
* Amazon Simple Queue Service (Amazon SQS)
19
20
* Amazon Relational Database Service (Amazon RDS)
13
* Amazon Relational Database Service (Amazon RDS)
21
14
22
... and more.
15
... and more.

Return to bug 197960