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

Collapse All | Expand All

(-)devel/awscli/Makefile (-3 / +4 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	awscli
4
PORTNAME=	awscli
5
PORTVERSION=	1.10.20
5
PORTVERSION=	1.10.46
6
CATEGORIES=	devel
6
CATEGORIES=	devel
7
MASTER_SITES=	CHEESESHOP
7
MASTER_SITES=	CHEESESHOP
8
8
Lines 11-19 COMMENT= Universal Command Line Interface for Amazon Web Services Link Here
11
11
12
LICENSE=	APACHE20
12
LICENSE=	APACHE20
13
13
14
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}botocore>=1.4.11:devel/py-botocore \
14
# Note that upstream expects specific version of botocore and s3transfer
15
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}botocore==1.4.36:devel/py-botocore \
16
		${PYTHON_PKGNAMEPREFIX}s3transfer==0.0.1:net/py-s3transfer \
15
		${PYTHON_PKGNAMEPREFIX}colorama>=0.2.5:devel/py-colorama \
17
		${PYTHON_PKGNAMEPREFIX}colorama>=0.2.5:devel/py-colorama \
16
		${PYTHON_PKGNAMEPREFIX}s3transfer>=0.0.1:net/py-s3transfer \
17
		${PYTHON_PKGNAMEPREFIX}docutils>=0.10:textproc/py-docutils \
18
		${PYTHON_PKGNAMEPREFIX}docutils>=0.10:textproc/py-docutils \
18
		${PYTHON_PKGNAMEPREFIX}rsa>=3.1.2:security/py-rsa
19
		${PYTHON_PKGNAMEPREFIX}rsa>=3.1.2:security/py-rsa
19
20
(-)devel/awscli/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (awscli-1.10.20.tar.gz) = 63d18580fea9accfb63a26ceb829cac9986ac609fedc3cc967ac24f40573258d
1
TIMESTAMP = 1468395687
2
SIZE (awscli-1.10.20.tar.gz) = 459271
2
SHA256 (awscli-1.10.46.tar.gz) = a4945c075c463b4ad67daef0d19ec0beac78bd64672e4f54ff4959591b945db4
3
SIZE (awscli-1.10.46.tar.gz) = 474527
(-)devel/py-botocore/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	botocore
4
PORTNAME=	botocore
5
PORTVERSION=	1.4.11
5
PORTVERSION=	1.4.36
6
CATEGORIES=	devel python
6
CATEGORIES=	devel python
7
MASTER_SITES=	CHEESESHOP
7
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
(-)devel/py-botocore/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (botocore-1.4.11.tar.gz) = 96295db1444e9a458a3018205187ec424213e0a69c937062347f88b7b7e078fb
1
TIMESTAMP = 1468395734
2
SIZE (botocore-1.4.11.tar.gz) = 2455881
2
SHA256 (botocore-1.4.36.tar.gz) = 69c094d2171620b6b59a05dfef533cb278c13f322a62fe9d3da903bb966d7e56
3
SIZE (botocore-1.4.36.tar.gz) = 2638147

Return to bug 211073