From owner-svn-ports-head@freebsd.org Fri Mar 9 07:05:34 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E556AF3237B; Fri, 9 Mar 2018 07:05:33 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 90F4887885; Fri, 9 Mar 2018 07:05:33 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id B3687219E0; Fri, 9 Mar 2018 02:05:32 -0500 (EST) Received: from web3 ([10.202.2.213]) by compute4.internal (MEProxy); Fri, 09 Mar 2018 02:05:32 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=ZksgXE vyt0TBpGaU24Xg+KoZUMmKwWHxcV060SLEIZw=; b=VgkXYe0t2E8EFJCtJ0Z8bP +Y0QVq5YkoaRWl0YT32cq2qnIhifuqrwc4ep7m56KRrbxwIr5JRwxhpgKVms5eH7 AIXXChHp9dBv6ptH4sjw1LoMxMjrfmPCJ5GjvQQ18gqIaI1MzEy5VC4O5a2vnEb5 Thgs6oPNNNJt/7dfhwOm1D939RTqjLEDa2vNj03Bmh+TY6rPv/nwocwvZ1UFdZgC onbGF14T0nTjVR05nS1At/ZTwkA2JBuKBpkaUAx53oTLbulqtB5Wb1WOMBuwCW0B 3MtBVDqH6ikn5Bkd4akSqyE5fqVBwVAnUVpXEeMyKCz9vYhtn+6Q3e/Lncm3lq+Q == X-ME-Sender: Received: by mailuser.nyi.internal (Postfix, from userid 99) id 810D59E3A6; Fri, 9 Mar 2018 02:05:32 -0500 (EST) Message-Id: <1520579132.2281350.1297005544.2666E040@webmail.messagingengine.com> From: Tobias Kortkamp To: Yuri Victorovich , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-54087d22 In-Reply-To: <201803090630.w296UKXM067168@repo.freebsd.org> Date: Fri, 09 Mar 2018 08:05:32 +0100 References: <201803090630.w296UKXM067168@repo.freebsd.org> Subject: Re: svn commit: r463931 - head/math/py-matplotlib X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 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: Fri, 09 Mar 2018 07:05:34 -0000 On Fri, Mar 9, 2018, at 07:30, Yuri Victorovich wrote: > Author: yuri > Date: Fri Mar 9 06:30:20 2018 > New Revision: 463931 > URL: https://svnweb.freebsd.org/changeset/ports/463931 > > Log: > math/py-matplotlib: Add missing dependency devel/py- > backports.functools_lru_cache > > Reported by: Shane in bug#226441 comment > Approved by: tcberner (mentor, implicit) > Approved by: portmgr blanket > > Modified: > head/math/py-matplotlib/Makefile > > Modified: head/math/py-matplotlib/Makefile > ============================================================================== > --- head/math/py-matplotlib/Makefile Fri Mar 9 05:55:53 2018 (r463930) > +++ head/math/py-matplotlib/Makefile Fri Mar 9 06:30:20 2018 (r463931) > @@ -4,6 +4,7 @@ > PORTNAME= matplotlib > DISTVERSIONPREFIX= v > DISTVERSION= 2.1.2 > +PORTREVISION= 1 > CATEGORIES= math python > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > > @@ -18,6 +19,7 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 \ > libfontconfig.so:x11-fonts/fontconfig \ > libtcl86.so:lang/tcl86 > RUN_DEPENDS= ${PYNUMPY} \ > + ${PYTHON_PKGNAMEPREFIX}backports.functools_lru_cache>0:devel/py- > backports.functools_lru_cache@${FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}cycler>0:devel/py-cycler@${FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}dateutil>=1.4:devel/py-dateutil@${FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}pytz>=0:devel/py-pytz@${FLAVOR} \ > devel/py-backports.functools_lru_cache is for Python 2.7 only and this breaks the build of all Python 3.x flavors of devel/py-matplotlib.