svn commit: r310199 - in head/math/py-matplotlib: . files

Ruslan Makhmatkhanov cvs-src at yandex.ru
Fri Jan 11 07:20:38 UTC 2013


Dmitry Sivachenko wrote on 11.01.2013 00:53:
>
> 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?

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.


More information about the svn-ports-all mailing list