View | Details | Raw Unified | Return to bug 207180
Collapse All | Expand All

(-)b/games/pyfa/Makefile (-4 / +4 lines)
Lines 2-8 Link Here
2
# $FreeBSD: head/games/pyfa/Makefile 406545 2016-01-18 05:54:53Z miwi $
2
# $FreeBSD: head/games/pyfa/Makefile 406545 2016-01-18 05:54:53Z miwi $
3
3
4
PORTNAME=	pyfa
4
PORTNAME=	pyfa
5
PORTVERSION=	1.18.0
5
PORTVERSION=	1.19.1
6
DISTVERSIONPREFIX=	v
6
DISTVERSIONPREFIX=	v
7
CATEGORIES=	games python
7
CATEGORIES=	games python
8
8
Lines 17-23 Link Here
17
		${PYTHON_PKGNAMEPREFIX}requests>=2.3.0:${PORTSDIR}/www/py-requests
17
		${PYTHON_PKGNAMEPREFIX}requests>=2.3.0:${PORTSDIR}/www/py-requests
18
18
19
USE_GITHUB=	yes
19
USE_GITHUB=	yes
20
GH_ACCOUNT=	DarkFenX
20
GH_ACCOUNT=	pyfa-org
21
21
22
USES=		python:2 dos2unix
22
USES=		python:2 dos2unix
23
DOS2UNIX_GLOB=	*.py
23
DOS2UNIX_GLOB=	*.py
Lines 31-39 Link Here
31
WX_COMPS=	wx:run python:run
31
WX_COMPS=	wx:run python:run
32
32
33
OPTIONS_DEFINE=		DPSGRAPHING
33
OPTIONS_DEFINE=		DPSGRAPHING
34
DPSGRAPHING_DESC=	DPS graphing (requires NumPy and matplotlib. need fix)
34
DPSGRAPHING_DESC=	DPS graphing (requires NumPy and matplotlib)
35
35
36
DPSGRAPHING_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}matplotlib>0:${PORTSDIR}/math/py-matplotlib \
36
DPSGRAPHING_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}matplotlib>=1.5.0:${PORTSDIR}/math/py-matplotlib \
37
		${PYTHON_PKGNAMEPREFIX}numpy>0:${PORTSDIR}/math/py-numpy \
37
		${PYTHON_PKGNAMEPREFIX}numpy>0:${PORTSDIR}/math/py-numpy \
38
		${PYTHON_PKGNAMEPREFIX}more-itertools>0:${PORTSDIR}/devel/py-more-itertools
38
		${PYTHON_PKGNAMEPREFIX}more-itertools>0:${PORTSDIR}/devel/py-more-itertools
39
39
(-)b/games/pyfa/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (DarkFenX-pyfa-v1.18.0_GH0.tar.gz) = 32a598f336cca869180110b51e9149cc2007f0f760c4c5eb8b9e81f73f8abee3
1
SHA256 (pyfa-org-pyfa-v1.19.1_GH0.tar.gz) = f597019117b335971287fd47c1faa5be049f8a6879d4144b6c8a0039f35cea98
2
SIZE (DarkFenX-pyfa-v1.18.0_GH0.tar.gz) = 6678003
2
SIZE (pyfa-org-pyfa-v1.19.1_GH0.tar.gz) = 6688136
(-)b/games/pyfa/pkg-descr (-1 / +1 lines)
Lines 5-8 Link Here
5
It provides many advanced features such as graphs and full calculations
5
It provides many advanced features such as graphs and full calculations
6
of any possible combination of modules, fits, etc.
6
of any possible combination of modules, fits, etc.
7
7
8
WWW: https://github.com/DarkFenX/Pyfa
8
WWW: https://github.com/pyfa-org/Pyfa

Return to bug 207180