svn commit: r426861 - head/devel/awscli

Ruslan Makhmatkhanov rm at FreeBSD.org
Tue Nov 22 20:53:19 UTC 2016


Author: rm
Date: Tue Nov 22 20:53:17 2016
New Revision: 426861
URL: https://svnweb.freebsd.org/changeset/ports/426861

Log:
  devel/awscli: remove limitation on python version
  
  This port now works with any python branch.
  
  PR:		214298
  Submitted by:	jrh <jrh at jrh.org>
  Approved by:	maintainer

Modified:
  head/devel/awscli/Makefile

Modified: head/devel/awscli/Makefile
==============================================================================
--- head/devel/awscli/Makefile	Tue Nov 22 20:46:26 2016	(r426860)
+++ head/devel/awscli/Makefile	Tue Nov 22 20:53:17 2016	(r426861)
@@ -18,7 +18,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}boto
 		${PYTHON_PKGNAMEPREFIX}docutils>=0.10:textproc/py-docutils \
 		${PYTHON_PKGNAMEPREFIX}rsa>=3.1.2:security/py-rsa
 
-USES=		python:2
+USES=		python
 USE_PYTHON=	autoplist distutils
 NO_ARCH=	yes
 


More information about the svn-ports-head mailing list