Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Mar 2020 12:55:24 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r529430 - head/textproc/py-xhtml2pdf
Message-ID:  <202003281255.02SCtOJN006691@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003281255.02SCtOJN006691>