svn commit: r529430 - head/textproc/py-xhtml2pdf

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


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

Log:
  Sort RUN_DEPENDS after r529063

Modified:
  head/textproc/py-xhtml2pdf/Makefile

Modified: head/textproc/py-xhtml2pdf/Makefile
==============================================================================
--- head/textproc/py-xhtml2pdf/Makefile	Sat Mar 28 12:55:19 2020	(r529429)
+++ head/textproc/py-xhtml2pdf/Makefile	Sat Mar 28 12:55:24 2020	(r529430)
@@ -16,9 +16,9 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}html5lib>=1.0:www/py-html5lib@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pdf2>=0:print/py-pdf2@${PY_FLAVOR} \
+		${PY_PILLOW} \
 		${PYTHON_PKGNAMEPREFIX}reportlab>=3.0:print/py-reportlab@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} \
-		${PY_PILLOW}
+		${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}nose>=1.0:devel/py-nose@${PY_FLAVOR}
 
 USES=		python


More information about the svn-ports-all mailing list