Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Jan 2013 11:20:20 +0400
From:      Ruslan Makhmatkhanov <cvs-src@yandex.ru>
To:        Dmitry Sivachenko <trtrmitya@gmail.com>
Cc:        svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, naylor.b.david@gmail.com, ports-committers@freebsd.org
Subject:   Re: svn commit: r310199 - in head/math/py-matplotlib: . files
Message-ID:  <50EFBD34.6000109@yandex.ru>
In-Reply-To: <8DEDA0A7-D7F0-46FA-BA01-B3C3A991961E@FreeBSD.org>
References:  <201301101905.r0AJ5hgL099192@svn.freebsd.org> <8DEDA0A7-D7F0-46FA-BA01-B3C3A991961E@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Dmitry Sivachenko wrote on 11.01.2013 00:53:
>
> On 10.01.2013, at 23:05, Ruslan Mahmatkhanov <rm@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@gmail.com>
>>   Approved by:	Geoffrey Mainland <mainland@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@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?

Hi, I wasn't aware about this. Will check soon. But I believe it will 
fail at dependencies that not 3.x-aware.

-- 
Regards,
Ruslan

Tinderboxing kills... the drives.



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