diff options
author | fluffy <fluffy@FreeBSD.org> | 2016-05-28 22:40:32 +0800 |
---|---|---|
committer | fluffy <fluffy@FreeBSD.org> | 2016-05-28 22:40:32 +0800 |
commit | 9dc0e9dba1f33519d4b8931802471b1ab679f3a4 (patch) | |
tree | 2beb990c0966294dd2b07cb423d4e6a16f77965f /games/pyfa | |
parent | e2ada7f20a40880a130be9139323c26efa66f547 (diff) | |
download | freebsd-ports-gnome-9dc0e9dba1f33519d4b8931802471b1ab679f3a4.tar.gz freebsd-ports-gnome-9dc0e9dba1f33519d4b8931802471b1ab679f3a4.tar.zst freebsd-ports-gnome-9dc0e9dba1f33519d4b8931802471b1ab679f3a4.zip |
- games/pyfa: Update to 1.19.1
PR: 207180
Submitted by: Andrey Fesenko (maintainer)
Approved by: miwi (mentor, implicit)
Diffstat (limited to 'games/pyfa')
-rw-r--r-- | games/pyfa/Makefile | 8 | ||||
-rw-r--r-- | games/pyfa/distinfo | 4 | ||||
-rw-r--r-- | games/pyfa/pkg-descr | 2 |
3 files changed, 7 insertions, 7 deletions
diff --git a/games/pyfa/Makefile b/games/pyfa/Makefile index a0cff33a078c..134520ae7d20 100644 --- a/games/pyfa/Makefile +++ b/games/pyfa/Makefile @@ -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}dateutil>0:devel/py-dateutil \ ${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 diff --git a/games/pyfa/distinfo b/games/pyfa/distinfo index 6f83443ec0d1..37c47d4b8953 100644 --- a/games/pyfa/distinfo +++ b/games/pyfa/distinfo @@ -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 diff --git a/games/pyfa/pkg-descr b/games/pyfa/pkg-descr index f82622719b19..d079bb38a19c 100644 --- a/games/pyfa/pkg-descr +++ b/games/pyfa/pkg-descr @@ -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 |