From owner-svn-ports-head@FreeBSD.ORG Thu Jan 10 20:54:03 2013 Return-Path: Delivered-To: svn-ports-head@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 8DE3336A; Thu, 10 Jan 2013 20:54:03 +0000 (UTC) (envelope-from trtrmitya@gmail.com) Received: from mail-la0-f45.google.com (mail-la0-f45.google.com [209.85.215.45]) by mx1.freebsd.org (Postfix) with ESMTP id 7112E876; Thu, 10 Jan 2013 20:54:02 +0000 (UTC) Received: by mail-la0-f45.google.com with SMTP id ep20so1081547lab.4 for ; Thu, 10 Jan 2013 12:54:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:content-type:mime-version:subject:from:in-reply-to:date :cc:content-transfer-encoding:message-id:references:to:x-mailer; bh=tGGQrPHejIs6bXZMlq/JK/JGlTZVEIdgtYo5s+yJVWk=; b=1JOqdyREBpcMq9I9faeHfClXhGSQ1Nvvc+2WulVbu0aTjIpknRyGzyijm9BP9BCC3z D7U6t9TXZiDPnMHvaix+fPMO0lU8NnQdyG/XYf8X3pBJW3aSKJOSNggIO9+QPMLJBaDI 1CrbHXsTVGrMevCYlQkY2PAZUaWBNJjaUAkAvohCozTN0GmpkcslkdAcjMlM9ouZ2loA xJmubV0zhUad6xkG0r6Cp3LbZw0zuXGo+zlBB+D/0M9BZ1yG2GO2RqpRL1U3RgIdFanI Of0by/y/QVRyRz2gAlVYMYPeuZI+VLJHCV9KDkBU3BxDmiaWTAx9DY4psltJiffoBeyS Qkow== X-Received: by 10.152.127.202 with SMTP id ni10mr70335757lab.6.1357851241084; Thu, 10 Jan 2013 12:54:01 -0800 (PST) Received: from [10.0.1.23] (ip-95-220-175-247.bb.netbynet.ru. [95.220.175.247]) by mx.google.com with ESMTPS id fe4sm1361796lbb.1.2013.01.10.12.53.59 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 10 Jan 2013 12:54:00 -0800 (PST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.2 \(1499\)) Subject: Re: svn commit: r310199 - in head/math/py-matplotlib: . files From: Dmitry Sivachenko In-Reply-To: <201301101905.r0AJ5hgL099192@svn.freebsd.org> Date: Fri, 11 Jan 2013 00:53:57 +0400 Content-Transfer-Encoding: quoted-printable Message-Id: <8DEDA0A7-D7F0-46FA-BA01-B3C3A991961E@FreeBSD.org> References: <201301101905.r0AJ5hgL099192@svn.freebsd.org> To: Ruslan Mahmatkhanov X-Mailer: Apple Mail (2.1499) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, naylor.b.david@gmail.com, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jan 2013 20:54:03 -0000 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 >=20 > Log: > - update to 1.2.0 >=20 > PR: 173843 > Submitted by: David Naylor > Approved by: Geoffrey Mainland (maintainer) >=20 > 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 >=20 > Modified: head/math/py-matplotlib/Makefile > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- 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=3D8 > -# Ports collection makefile for: py-matplotlib > -# Date created: Aug 4, 2004 > -# Whom: ijliao > -# > +# Created by: ijliao > # $FreeBSD$ > -# >=20 > PORTNAME=3D matplotlib > -PORTVERSION=3D 1.1.1 > +PORTVERSION=3D 1.2.0 > CATEGORIES=3D math python > -MASTER_SITES=3D = SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/ > +MASTER_SITES=3D = http://cloud.github.com/downloads/matplotlib/matplotlib/ > PKGNAMEPREFIX=3D ${PYTHON_PKGNAMEPREFIX} >=20 > MAINTAINER=3D mainland@apeiron.net > @@ -22,7 +17,7 @@ LIB_DEPENDS=3D freetype:${PORTSDIR}/print/ > png15:${PORTSDIR}/graphics/png > RUN_DEPENDS:=3D ${BUILD_DEPENDS} >=20 > -USE_PYTHON=3D 2.6-2.7 > +USE_PYTHON=3D -2.7 Hello, According to changelog, version 1.2.0 of matplotlib supports python-3.X. So why USE_PYTHON=3D-2.7?