Date: Wed, 23 Nov 2016 05:39:35 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426883 - head/math/py-matplotlib Message-ID: <201611230539.uAN5dZT9053538@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Wed Nov 23 05:39:34 2016 New Revision: 426883 URL: https://svnweb.freebsd.org/changeset/ports/426883 Log: math/py-matplotlib: update 1.5.0 -> 1.5.3 - MASTER_SITE sourceforge seems to have been discontinued, it doesn't have the latest version any more. - Additionally, 1.5.3 version doesn't build with python-3.X because 'import gtk' which the build tries fails in python3. Therefore, python:2. PR: 214600 Submitted by: Yuri Victorovich <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 Wed Nov 23 02:32:46 2016 (r426882) +++ head/math/py-matplotlib/Makefile Wed Nov 23 05:39:34 2016 (r426883) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= matplotlib -PORTVERSION= 1.5.0 +PORTVERSION= 1.5.3 +DISTVERSIONPREFIX= v CATEGORIES= math python -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= mainland@apeiron.net @@ -24,7 +24,9 @@ RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}pyparsing>=0:devel/py-pyparsing \ ${PYTHON_PKGNAMEPREFIX}tornado>0:www/py-tornado -USES= compiler:c++11-lib gettext pkgconfig python shebangfix uniquefiles:dirs +USE_GITHUB= yes + +USES= compiler:c++11-lib gettext pkgconfig python:2 shebangfix uniquefiles:dirs USE_PYTHON= autoplist distutils CFLAGS+= -I${LOCALBASE}/include Modified: head/math/py-matplotlib/distinfo ============================================================================== --- head/math/py-matplotlib/distinfo Wed Nov 23 02:32:46 2016 (r426882) +++ head/math/py-matplotlib/distinfo Wed Nov 23 05:39:34 2016 (r426883) @@ -1,2 +1,3 @@ -SHA256 (matplotlib-1.5.0.tar.gz) = 67b08b1650a00a6317d94b76a30a47320087e5244920604c5462188cba0c2646 -SIZE (matplotlib-1.5.0.tar.gz) = 53962448 +TIMESTAMP = 1479367113 +SHA256 (matplotlib-matplotlib-v1.5.3_GH0.tar.gz) = c72276afc11f0b77cee736a783861039c0284d2e4739de8ca09d2dd1407745aa +SIZE (matplotlib-matplotlib-v1.5.3_GH0.tar.gz) = 50931479
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611230539.uAN5dZT9053538>