svn commit: r529432 - head/www/py-instabot

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Mar 28 12:55:40 UTC 2020


Author: sunpoet
Date: Sat Mar 28 12:55:34 2020
New Revision: 529432
URL: https://svnweb.freebsd.org/changeset/ports/529432

Log:
  Sort RUN_DEPENDS after r529063

Modified:
  head/www/py-instabot/Makefile

Modified: head/www/py-instabot/Makefile
==============================================================================
--- head/www/py-instabot/Makefile	Sat Mar 28 12:55:29 2020	(r529431)
+++ head/www/py-instabot/Makefile	Sat Mar 28 12:55:34 2020	(r529432)
@@ -15,6 +15,7 @@ LICENSE=	APACHE20
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}future>=0.17.1:devel/py-future@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}huepy>=0.9.8.1:misc/py-huepy@${PY_FLAVOR} \
+		${PY_PILLOW} \
 		${PYTHON_PKGNAMEPREFIX}pysocks>=1.6.8:net/py-pysocks@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytz>=2019.1:devel/py-pytz@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}requests>=2.21.0:www/py-requests@${PY_FLAVOR} \
@@ -22,8 +23,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}future>=0.17.1:dev
 		${PYTHON_PKGNAMEPREFIX}responses>=0.10.5:devel/py-responses@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}schedule>=0.6.0:devel/py-schedule@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}six>=1.12.0:devel/py-six@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}tqdm>=4.30.0:misc/py-tqdm@${PY_FLAVOR} \
-		${PY_PILLOW}
+		${PYTHON_PKGNAMEPREFIX}tqdm>=4.30.0:misc/py-tqdm@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	autoplist concurrent distutils


More information about the svn-ports-all mailing list