svn commit: r424272 - head/devel/awscli

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Oct 19 16:19:53 UTC 2016


Author: amdmi3
Date: Wed Oct 19 16:19:52 2016
New Revision: 424272
URL: https://svnweb.freebsd.org/changeset/ports/424272

Log:
  - Update to 1.11.3
  - Remove always - false python 2.6 condition
  
  PR:		213421
  Submitted by:	bradleythughes at fastmail.fm
  Approved by:	alexey at renatasystems.org (maintainer)

Modified:
  head/devel/awscli/Makefile
  head/devel/awscli/distinfo

Modified: head/devel/awscli/Makefile
==============================================================================
--- head/devel/awscli/Makefile	Wed Oct 19 16:19:28 2016	(r424271)
+++ head/devel/awscli/Makefile	Wed Oct 19 16:19:52 2016	(r424272)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	awscli
-PORTVERSION=	1.11.0
+PORTVERSION=	1.11.3
 CATEGORIES=	devel
 MASTER_SITES=	CHEESESHOP
 
@@ -11,9 +11,9 @@ COMMENT=	Universal Command Line Interfac
 
 LICENSE=	APACHE20
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}botocore>=1.4.58:devel/py-botocore \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}botocore>=1.4.61:devel/py-botocore \
 		${PYTHON_PKGNAMEPREFIX}colorama>=0.2.5:devel/py-colorama \
-		${PYTHON_PKGNAMEPREFIX}s3transfer>=0.1.0:net/py-s3transfer \
+		${PYTHON_PKGNAMEPREFIX}s3transfer>=0.1.5:net/py-s3transfer \
 		${PYTHON_PKGNAMEPREFIX}docutils>=0.10:textproc/py-docutils \
 		${PYTHON_PKGNAMEPREFIX}rsa>=3.1.2:security/py-rsa
 
@@ -21,10 +21,4 @@ USES=		python:2
 USE_PYTHON=	autoplist distutils
 NO_ARCH=	yes
 
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} < 2700
-RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}argparse>0:devel/py-argparse
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/devel/awscli/distinfo
==============================================================================
--- head/devel/awscli/distinfo	Wed Oct 19 16:19:28 2016	(r424271)
+++ head/devel/awscli/distinfo	Wed Oct 19 16:19:52 2016	(r424272)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1475481441
-SHA256 (awscli-1.11.0.tar.gz) = 48f26765be66689ef073e086873b016885f443471e542156d46376b527aa2d63
-SIZE (awscli-1.11.0.tar.gz) = 497631
+TIMESTAMP = 1476358807
+SHA256 (awscli-1.11.3.tar.gz) = 88b90da5a7898a08cfa7d5a1fe5acc85df3330aeebfbce5a63401f57aba3bad5
+SIZE (awscli-1.11.3.tar.gz) = 497241


More information about the svn-ports-all mailing list