Date: Sat, 28 May 2016 14:40:32 +0000 (UTC) From: Dima Panov <fluffy@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415998 - head/games/pyfa Message-ID: <201605281440.u4SEeW7W043672@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605281440.u4SEeW7W043672>