svn commit: r509348 - head/www/py-google-cloud-storage

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Aug 19 20:52:31 UTC 2019


Author: sunpoet
Date: Mon Aug 19 20:52:30 2019
New Revision: 509348
URL: https://svnweb.freebsd.org/changeset/ports/509348

Log:
  Sort USE_PYTHON

Modified:
  head/www/py-google-cloud-storage/Makefile

Modified: head/www/py-google-cloud-storage/Makefile
==============================================================================
--- head/www/py-google-cloud-storage/Makefile	Mon Aug 19 20:52:26 2019	(r509347)
+++ head/www/py-google-cloud-storage/Makefile	Mon Aug 19 20:52:30 2019	(r509348)
@@ -17,7 +17,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}google-auth>=1.2.0
 		${PYTHON_PKGNAMEPREFIX}google-resumable-media>=0.3.1:www/py-google-resumable-media@${PY_FLAVOR}
 
 USES=		python
-USE_PYTHON=	distutils concurrent autoplist
+USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 


More information about the svn-ports-all mailing list