Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Feb 2016 16:49:00 +0000 (UTC)
From:      Ruslan Makhmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r408809 - head/math/py-matplotlib
Message-ID:  <201602131649.u1DGn0vk083556@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rm
Date: Sat Feb 13 16:49:00 2016
New Revision: 408809
URL: https://svnweb.freebsd.org/changeset/ports/408809

Log:
  math/py-matplotlib: update to 1.5.0
  
  Release notes:
  http://matplotlib.org/users/whats_new.html#new-in-matplotlib-1-5
  
  This port still can't be built with python 3.x here.
  
  PR:		205538
  Submitted by:	yuri@rawbw.com
  Approved by:	mainland@apeiron.net (maintainer)

Modified:
  head/math/py-matplotlib/Makefile
  head/math/py-matplotlib/distinfo

Modified: head/math/py-matplotlib/Makefile
==============================================================================
--- head/math/py-matplotlib/Makefile	Sat Feb 13 16:34:57 2016	(r408808)
+++ head/math/py-matplotlib/Makefile	Sat Feb 13 16:49:00 2016	(r408809)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	matplotlib
-PORTVERSION=	1.4.3
-PORTREVISION=	1
+PORTVERSION=	1.5.0
 CATEGORIES=	math python
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,14 +14,19 @@ LICENSE=	PSFL
 
 BUILD_DEPENDS=	${PYNUMPY}
 LIB_DEPENDS=	libfreetype.so:${PORTSDIR}/print/freetype2 \
-		libpng.so:${PORTSDIR}/graphics/png
+		libpng.so:${PORTSDIR}/graphics/png \
+		libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \
+		libtcl86.so:${PORTSDIR}/lang/tcl86
 RUN_DEPENDS=	${PYNUMPY} \
+		${PYTHON_PKGNAMEPREFIX}cycler>0:${PORTSDIR}/devel/py-cycler \
 		${PYTHON_PKGNAMEPREFIX}dateutil>=1.4:${PORTSDIR}/devel/py-dateutil \
 		${PYTHON_PKGNAMEPREFIX}pytz>=0:${PORTSDIR}/devel/py-pytz \
-		${PYTHON_PKGNAMEPREFIX}pyparsing>=0:${PORTSDIR}/devel/py-pyparsing
+		${PYTHON_PKGNAMEPREFIX}pyparsing>=0:${PORTSDIR}/devel/py-pyparsing \
+		${PYTHON_PKGNAMEPREFIX}tornado>0:${PORTSDIR}/www/py-tornado
 
-USES=		pkgconfig python shebangfix uniquefiles:dirs
+USES=		compiler:c++11-lib gettext pkgconfig python shebangfix uniquefiles:dirs
 USE_PYTHON=	autoplist distutils
+USE_GNOME=	cairo gdkpixbuf2
 CFLAGS+=	-I${LOCALBASE}/include
 
 OPTIONS_DEFINE=		EXAMPLES GTKBACKEND GTKAGGBACKEND QT4AGGBACKEND \

Modified: head/math/py-matplotlib/distinfo
==============================================================================
--- head/math/py-matplotlib/distinfo	Sat Feb 13 16:34:57 2016	(r408808)
+++ head/math/py-matplotlib/distinfo	Sat Feb 13 16:49:00 2016	(r408809)
@@ -1,2 +1,2 @@
-SHA256 (matplotlib-1.4.3.tar.gz) = 5b9544472d9d6ab3d47423bdb5a0e64fdf913e505c1c083f25283dd0362bc0b6
-SIZE (matplotlib-1.4.3.tar.gz) = 49933525
+SHA256 (matplotlib-1.5.0.tar.gz) = 67b08b1650a00a6317d94b76a30a47320087e5244920604c5462188cba0c2646
+SIZE (matplotlib-1.5.0.tar.gz) = 53962448



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