svn commit: r400224 - head/devel/awscli

Wen Heping wen at FreeBSD.org
Tue Oct 27 08:54:48 UTC 2015


Author: wen
Date: Tue Oct 27 08:54:46 2015
New Revision: 400224
URL: https://svnweb.freebsd.org/changeset/ports/400224

Log:
  - Update to 1.8.13
  - Update RUN_DEPENDS
  
  PR:		203306
  Submitted by:	bradleythughes at fastmail.fm
  Approved by:	maintainer(timeout, >30 days)

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

Modified: head/devel/awscli/Makefile
==============================================================================
--- head/devel/awscli/Makefile	Tue Oct 27 08:44:06 2015	(r400223)
+++ head/devel/awscli/Makefile	Tue Oct 27 08:54:46 2015	(r400224)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	awscli
-PORTVERSION=	1.7.11
+PORTVERSION=	1.8.13
 CATEGORIES=	devel
 MASTER_SITES=	CHEESESHOP
 
@@ -11,13 +11,12 @@ COMMENT=	Universal Command Line Interfac
 
 LICENSE=	APACHE20
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}bcdoc>=0.12.0:${PORTSDIR}/devel/py-bcdoc \
-		${PYTHON_PKGNAMEPREFIX}botocore>=0.84.0:${PORTSDIR}/devel/py-botocore \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}botocore>=1.2.11:${PORTSDIR}/devel/py-botocore \
 		${PYTHON_PKGNAMEPREFIX}colorama>=0.2.5:${PORTSDIR}/devel/py-colorama \
 		${PYTHON_PKGNAMEPREFIX}docutils>=0.10:${PORTSDIR}/textproc/py-docutils \
 		${PYTHON_PKGNAMEPREFIX}rsa>=3.1.2:${PORTSDIR}/security/py-rsa
 
-USES=		python:2.6+
+USES=		python:2
 USE_PYTHON=	autoplist distutils
 
 .include <bsd.port.pre.mk>

Modified: head/devel/awscli/distinfo
==============================================================================
--- head/devel/awscli/distinfo	Tue Oct 27 08:44:06 2015	(r400223)
+++ head/devel/awscli/distinfo	Tue Oct 27 08:54:46 2015	(r400224)
@@ -1,2 +1,2 @@
-SHA256 (awscli-1.7.11.tar.gz) = dd22ba9b1637219b93a34f8066cb432c7d5a9d7a44436e926d8dc76808da985b
-SIZE (awscli-1.7.11.tar.gz) = 295495
+SHA256 (awscli-1.8.13.tar.gz) = ddd07c902d6171b0f02dd8b993a0eed97ffca346ed4ce5c0afbba2251e5a56c3
+SIZE (awscli-1.8.13.tar.gz) = 404695


More information about the svn-ports-head mailing list