From owner-svn-ports-all@freebsd.org Wed Oct 19 16:19:53 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C1504C18F94; Wed, 19 Oct 2016 16:19:53 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 785AE9FB; Wed, 19 Oct 2016 16:19:53 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9JGJq1j031029; Wed, 19 Oct 2016 16:19:52 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9JGJqFF031027; Wed, 19 Oct 2016 16:19:52 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201610191619.u9JGJqFF031027@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 19 Oct 2016 16:19:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424272 - head/devel/awscli X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 16:19:53 -0000 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@fastmail.fm Approved by: alexey@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 - -.if ${PYTHON_REL} < 2700 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}argparse>0:devel/py-argparse -.endif - -.include +.include 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