From owner-svn-ports-head@freebsd.org Sat May 28 14:40:33 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C64FEB4D784; Sat, 28 May 2016 14:40:33 +0000 (UTC) (envelope-from fluffy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (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 7F0351A0E; Sat, 28 May 2016 14:40:33 +0000 (UTC) (envelope-from fluffy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4SEeWR2043675; Sat, 28 May 2016 14:40:32 GMT (envelope-from fluffy@FreeBSD.org) Received: (from fluffy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SEeW7W043672; Sat, 28 May 2016 14:40:32 GMT (envelope-from fluffy@FreeBSD.org) Message-Id: <201605281440.u4SEeW7W043672@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fluffy set sender to fluffy@FreeBSD.org using -f From: Dima Panov Date: Sat, 28 May 2016 14:40:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415998 - head/games/pyfa X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 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: Sat, 28 May 2016 14:40:33 -0000 Author: fluffy Date: Sat May 28 14:40:32 2016 New Revision: 415998 URL: https://svnweb.freebsd.org/changeset/ports/415998 Log: - games/pyfa: Update to 1.19.1 PR: 207180 Submitted by: Andrey Fesenko (maintainer) Approved by: miwi (mentor, implicit) Modified: head/games/pyfa/Makefile head/games/pyfa/distinfo head/games/pyfa/pkg-descr Modified: head/games/pyfa/Makefile ============================================================================== --- head/games/pyfa/Makefile Sat May 28 14:39:21 2016 (r415997) +++ head/games/pyfa/Makefile Sat May 28 14:40:32 2016 (r415998) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pyfa -PORTVERSION= 1.18.0 +PORTVERSION= 1.19.1 DISTVERSIONPREFIX= v CATEGORIES= games python @@ -17,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}date ${PYTHON_PKGNAMEPREFIX}requests>=2.3.0:www/py-requests USE_GITHUB= yes -GH_ACCOUNT= DarkFenX +GH_ACCOUNT= pyfa-org USES= python:2 dos2unix DOS2UNIX_GLOB= *.py @@ -31,9 +31,9 @@ USE_WX= 2.8 3.0 WX_COMPS= wx:run python:run OPTIONS_DEFINE= DPSGRAPHING -DPSGRAPHING_DESC= DPS graphing (requires NumPy and matplotlib. need fix) +DPSGRAPHING_DESC= DPS graphing (requires NumPy and matplotlib) -DPSGRAPHING_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib \ +DPSGRAPHING_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>=1.5.0:${PORTSDIR}/math/py-matplotlib \ ${PYTHON_PKGNAMEPREFIX}numpy>0:math/py-numpy \ ${PYTHON_PKGNAMEPREFIX}more-itertools>0:devel/py-more-itertools Modified: head/games/pyfa/distinfo ============================================================================== --- head/games/pyfa/distinfo Sat May 28 14:39:21 2016 (r415997) +++ head/games/pyfa/distinfo Sat May 28 14:40:32 2016 (r415998) @@ -1,2 +1,2 @@ -SHA256 (DarkFenX-pyfa-v1.18.0_GH0.tar.gz) = 32a598f336cca869180110b51e9149cc2007f0f760c4c5eb8b9e81f73f8abee3 -SIZE (DarkFenX-pyfa-v1.18.0_GH0.tar.gz) = 6678003 +SHA256 (pyfa-org-pyfa-v1.19.1_GH0.tar.gz) = f597019117b335971287fd47c1faa5be049f8a6879d4144b6c8a0039f35cea98 +SIZE (pyfa-org-pyfa-v1.19.1_GH0.tar.gz) = 6688136 Modified: head/games/pyfa/pkg-descr ============================================================================== --- head/games/pyfa/pkg-descr Sat May 28 14:39:21 2016 (r415997) +++ head/games/pyfa/pkg-descr Sat May 28 14:40:32 2016 (r415998) @@ -5,4 +5,4 @@ are available. It provides many advanced features such as graphs and full calculations of any possible combination of modules, fits, etc. -WWW: https://github.com/DarkFenX/Pyfa +WWW: https://github.com/pyfa-org/Pyfa