Created attachment 156210 [details] shar installer for pyfa-1.11.0 New port Pyfa it's a fitting tool for EVE Online For full functionality this port, need commit https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196862 and bump (or remove) PORTREVISION port x11-toolkits/py-wxPython28-common # portlint -AC WARN: Makefile: "RUN_DEPENDS" has to appear earlier. 0 fatal errors and 1 warning found.
Created attachment 156211 [details] poudriere bulk -t log
- GH_COMMIT is deprecated and no longer needed. You should omit GH_COMMIT, GH_TAGNAME and WRKSRC and add DISTVERSIONSUFFIX=v, this way it'll fetch v${PORTVERSION} tag - You should use COPYTREE_SHARE instead of manual find's - Only uppercase option names are allowed - Option description is misleading, should probably be reworded - It seems to be a bad idea to stick data files into PYTHON_SITELIBDIR. You may use default DATADIR and set PYTHONPATH in the wrapper script - Wrapper script creating fits more into post-build - do-install and post-install may be merged, there's not need to split them - compileall is usually called twice, second time with -O arg to generate *.pyo. Propaply this port should do the same - Since plist is quite large, it's better to use PORTDATA=* and omit %%DATADIR%%* from plist - DATADIR contents will be added automatically this way
Created attachment 156738 [details] shar installer for pyfa-1.11.0
Created attachment 156739 [details] poudriere bulk -t log
Fix ready
Committed with minor changes (whitespace, pkg-descr formatting and comment fix).
A commit references this bug: Author: amdmi3 Date: Fri May 15 20:27:44 UTC 2015 New revision: 386479 URL: https://svnweb.freebsd.org/changeset/ports/386479 Log: Pyfa is a cross-platform desktop fitting application for EVE online that can be used natively on any platform where python and wxwidgets 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 PR: 199838 Submitted by: andrey@bsdnir.info Changes: head/games/Makefile head/games/pyfa/ head/games/pyfa/Makefile head/games/pyfa/distinfo head/games/pyfa/pkg-descr