svn commit: r310199 - in head/math/py-matplotlib: . files
Dmitry Sivachenko
trtrmitya at gmail.com
Thu Jan 10 20:54:03 UTC 2013
On 10.01.2013, at 23:05, Ruslan Mahmatkhanov <rm at FreeBSD.org> wrote:
> Author: rm
> Date: Thu Jan 10 19:05:43 2013
> New Revision: 310199
> URL: http://svnweb.freebsd.org/changeset/ports/310199
>
> Log:
> - update to 1.2.0
>
> PR: 173843
> Submitted by: David Naylor <naylor.b.david at gmail.com>
> Approved by: Geoffrey Mainland <mainland at apeiron.net> (maintainer)
>
> Modified:
> head/math/py-matplotlib/Makefile
> head/math/py-matplotlib/distinfo
> head/math/py-matplotlib/files/patch-setupext.py
> head/math/py-matplotlib/pkg-plist
>
> Modified: head/math/py-matplotlib/Makefile
> ==============================================================================
> --- head/math/py-matplotlib/Makefile Thu Jan 10 19:01:39 2013 (r310198)
> +++ head/math/py-matplotlib/Makefile Thu Jan 10 19:05:43 2013 (r310199)
> @@ -1,15 +1,10 @@
> -# ex:ts=8
> -# Ports collection makefile for: py-matplotlib
> -# Date created: Aug 4, 2004
> -# Whom: ijliao
> -#
> +# Created by: ijliao
> # $FreeBSD$
> -#
>
> PORTNAME= matplotlib
> -PORTVERSION= 1.1.1
> +PORTVERSION= 1.2.0
> CATEGORIES= math python
> -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/
> +MASTER_SITES= http://cloud.github.com/downloads/matplotlib/matplotlib/
> PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
>
> MAINTAINER= mainland at apeiron.net
> @@ -22,7 +17,7 @@ LIB_DEPENDS= freetype:${PORTSDIR}/print/
> png15:${PORTSDIR}/graphics/png
> RUN_DEPENDS:= ${BUILD_DEPENDS}
>
> -USE_PYTHON= 2.6-2.7
> +USE_PYTHON= -2.7
Hello,
According to changelog, version 1.2.0 of matplotlib supports python-3.X.
So why USE_PYTHON=-2.7?
More information about the svn-ports-all
mailing list