Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Mar 2020 12:54:23 +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: r529418 - head/graphics/py-cartopy
Message-ID:  <202003281254.02SCsNIj005165@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Mar 28 12:54:23 2020
New Revision: 529418
URL: https://svnweb.freebsd.org/changeset/ports/529418

Log:
  Sort RUN_DEPENDS after r529063

Modified:
  head/graphics/py-cartopy/Makefile

Modified: head/graphics/py-cartopy/Makefile
==============================================================================
--- head/graphics/py-cartopy/Makefile	Sat Mar 28 12:54:18 2020	(r529417)
+++ head/graphics/py-cartopy/Makefile	Sat Mar 28 12:54:23 2020	(r529418)
@@ -40,7 +40,7 @@ OWS_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}OWSLib>=0.8.11
 			${PY_PILLOW}
 PLOTTING_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}gdal>=1.10.0:graphics/py-gdal@${PY_FLAVOR} \
 			${PYTHON_PKGNAMEPREFIX}matplotlib>=1.5.1:math/py-matplotlib@${PY_FLAVOR} \
-			${PYTHON_PKGNAMEPREFIX}scipy>=0.10:science/py-scipy@${PY_FLAVOR} \
-			${PY_PILLOW}
+			${PY_PILLOW} \
+			${PYTHON_PKGNAMEPREFIX}scipy>=0.10:science/py-scipy@${PY_FLAVOR}
 
 .include <bsd.port.mk>



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