From owner-svn-ports-all@FreeBSD.ORG Fri Jan 11 07:20:38 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 1BDE541A; Fri, 11 Jan 2013 07:20:38 +0000 (UTC) (envelope-from cvs-src@yandex.ru) Received: from forward5h.mail.yandex.net (forward5h.mail.yandex.net [IPv6:2a02:6b8:0:f05::5]) by mx1.freebsd.org (Postfix) with ESMTP id B039D681; Fri, 11 Jan 2013 07:20:37 +0000 (UTC) Received: from smtp4h.mail.yandex.net (smtp4h.mail.yandex.net [84.201.186.21]) by forward5h.mail.yandex.net (Yandex) with ESMTP id 7BF89D00112; Fri, 11 Jan 2013 11:20:33 +0400 (MSK) Received: from smtp4h.mail.yandex.net (localhost [127.0.0.1]) by smtp4h.mail.yandex.net (Yandex) with ESMTP id 882012C0480; Fri, 11 Jan 2013 11:20:32 +0400 (MSK) Received: from unknown (unknown [77.66.155.61]) by smtp4h.mail.yandex.net (nwsmtp/Yandex) with ESMTP id KSH8o3ai-KSHWq5uU; Fri, 11 Jan 2013 11:20:29 +0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1357888832; bh=8GrW+5RvVA4mW/c+G/kdfLrZVrRp0SdKVnrx6XAYSkE=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject: References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=wRGtzle0YxbM4fDsF9ytSQi1FxeH86usbfriIMy4ul/CEOmO4ZzYH2FOEjdUJuVIr 3FHjm1zOkbn0LMTwRg64pjlhWI9UB8wZsA8BFMvUwDx22CC04l+arzhYmLqhP7HQNF SbcFAcdVH8z71+2VNamghN3prd6i+o3HOG9Ukyck= Message-ID: <50EFBD34.6000109@yandex.ru> Date: Fri, 11 Jan 2013 11:20:20 +0400 From: Ruslan Makhmatkhanov User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Dmitry Sivachenko Subject: Re: svn commit: r310199 - in head/math/py-matplotlib: . files References: <201301101905.r0AJ5hgL099192@svn.freebsd.org> <8DEDA0A7-D7F0-46FA-BA01-B3C3A991961E@FreeBSD.org> In-Reply-To: <8DEDA0A7-D7F0-46FA-BA01-B3C3A991961E@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, naylor.b.david@gmail.com, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jan 2013 07:20:38 -0000 Dmitry Sivachenko wrote on 11.01.2013 00:53: > > On 10.01.2013, at 23:05, Ruslan Mahmatkhanov 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 >> Approved by: Geoffrey Mainland (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.