svn commit: r369918 - head/math/py-matplotlib

Dmitry Sivachenko demon at FreeBSD.org
Fri Oct 3 17:46:45 UTC 2014


Author: demon
Date: Fri Oct  3 17:46:44 2014
New Revision: 369918
URL: https://svnweb.freebsd.org/changeset/ports/369918
QAT: https://qat.redports.org/buildarchive/r369918/

Log:
  Bump PORTREVISION because of additon of py-parsing dep;
  Move some python modules deps out of BUILD_DEPENDS (they seem to be
  runtime only).
  
  Thanks to Mikhail Tsatsenko <m.tsatsenko at gmail.com>,
  Geoffrey Mainland <mainland at apeiron.net> (maintainer)

Modified:
  head/math/py-matplotlib/Makefile

Modified: head/math/py-matplotlib/Makefile
==============================================================================
--- head/math/py-matplotlib/Makefile	Fri Oct  3 17:45:27 2014	(r369917)
+++ head/math/py-matplotlib/Makefile	Fri Oct  3 17:46:44 2014	(r369918)
@@ -3,6 +3,7 @@
 
 PORTNAME=	matplotlib
 PORTVERSION=	1.4.0
+PORTREVISION=	1
 CATEGORIES=	math python
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,13 +13,14 @@ COMMENT=	Plotting library uses a syntax 
 
 LICENSE=	PSFL
 
-BUILD_DEPENDS=	${PYNUMPY} \
-		${PYTHON_PKGNAMEPREFIX}dateutil>=1.4:${PORTSDIR}/devel/py-dateutil \
-		${PYTHON_PKGNAMEPREFIX}pytz>=0:${PORTSDIR}/devel/py-pytz \
-		${PYTHON_PKGNAMEPREFIX}parsing>=0:${PORTSDIR}/devel/py-parsing
+BUILD_DEPENDS=	${PYNUMPY} 
 LIB_DEPENDS=	libfreetype.so:${PORTSDIR}/print/freetype2 \
 		libpng15.so:${PORTSDIR}/graphics/png
-RUN_DEPENDS:=	${BUILD_DEPENDS}
+RUN_DEPENDS=	${PYNUMPY} \
+		{PYTHON_PKGNAMEPREFIX}dateutil>=1.4:${PORTSDIR}/devel/py-dateut
+il \
+		${PYTHON_PKGNAMEPREFIX}pytz>=0:${PORTSDIR}/devel/py-pytz \
+		${PYTHON_PKGNAMEPREFIX}parsing>=0:${PORTSDIR}/devel/py-parsing
 
 USES=		pkgconfig shebangfix python
 USE_PYTHON=	distutils autoplist


More information about the svn-ports-head mailing list