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

Collapse All | Expand All

(-)devel/awscli/Makefile (-2 / +2 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.47
6
CATEGORIES=	devel
6
CATEGORIES=	devel
7
MASTER_SITES=	CHEESESHOP
7
MASTER_SITES=	CHEESESHOP
8
8
Lines 11-17 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
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}botocore>=1.4.37:devel/py-botocore \
15
		${PYTHON_PKGNAMEPREFIX}colorama>=0.2.5:devel/py-colorama \
15
		${PYTHON_PKGNAMEPREFIX}colorama>=0.2.5:devel/py-colorama \
16
		${PYTHON_PKGNAMEPREFIX}s3transfer>=0.0.1:net/py-s3transfer \
16
		${PYTHON_PKGNAMEPREFIX}s3transfer>=0.0.1:net/py-s3transfer \
17
		${PYTHON_PKGNAMEPREFIX}docutils>=0.10:textproc/py-docutils \
17
		${PYTHON_PKGNAMEPREFIX}docutils>=0.10:textproc/py-docutils \
(-)devel/awscli/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (awscli-1.10.20.tar.gz) = 63d18580fea9accfb63a26ceb829cac9986ac609fedc3cc967ac24f40573258d
1
TIMESTAMP = 1468598694
2
SIZE (awscli-1.10.20.tar.gz) = 459271
2
SHA256 (awscli-1.10.47.tar.gz) = 176ec3e5783ed3e9291da5e9b6fc100cb4550b843bb0bb7201e780e4174cbf70
3
SIZE (awscli-1.10.47.tar.gz) = 474746
(-)devel/awscli/files/patch-setup.cfg (+16 lines)
Added Link Here
1
--- setup.cfg.orig	2016-07-15 16:01:20 UTC
2
+++ setup.cfg
3
@@ -3,11 +3,11 @@ universal = 1
4
 
5
 [metadata]
6
 requires-dist = 
7
-	botocore==1.4.37
8
+	botocore>=1.4.37
9
 	colorama>=0.2.5,<=0.3.3
10
 	docutils>=0.10
11
 	rsa>=3.1.2,<=3.5.0
12
-	s3transfer==0.0.1
13
+	s3transfer>=0.0.1
14
 	argparse>=1.1; python_version=="2.6"
15
 
16
 [egg_info]
(-)devel/awscli/files/patch-setup.py (+16 lines)
Added Link Here
1
--- setup.py.orig	2016-07-15 16:00:42 UTC
2
+++ setup.py
3
@@ -6,11 +6,11 @@ from setuptools import setup, find_packa
4
 import awscli
5
 
6
 
7
-requires = ['botocore==1.4.37',
8
+requires = ['botocore>=1.4.37',
9
             'colorama>=0.2.5,<=0.3.3',
10
             'docutils>=0.10',
11
             'rsa>=3.1.2,<=3.5.0',
12
-            's3transfer==0.0.1']
13
+            's3transfer>=0.0.1']
14
 
15
 
16
 if sys.version_info[:2] == (2, 6):
(-)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.37
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 = 1468598754
2
SIZE (botocore-1.4.11.tar.gz) = 2455881
2
SHA256 (botocore-1.4.37.tar.gz) = 20dc1a0bf37019cac33e0f76d04a2831f2786cbee17f54da0e32a93caf86ef49
3
SIZE (botocore-1.4.37.tar.gz) = 2642647

Return to bug 211073