Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Oct 2014 17:46:44 +0000 (UTC)
From:      Dmitry Sivachenko <demon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r369918 - head/math/py-matplotlib
Message-ID:  <201410031746.s93Hki5h094191@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@gmail.com>,
  Geoffrey Mainland <mainland@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



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