Created attachment 194417 [details] py-mnemosyne-2.6.patch Hello, attached is the patch that updates games/py-mnemosyne to 2.6 . Changes by upstream: - https://mnemosyne-proj.org/whats-new - Notable changes: Uses Python 3.5 and Qt5 now Changes to the port: - changed RUN_DEPENDS to match new dependencies - changed USES (removed fortran and changed pyqt:5) - removed post-build target (the workaround for a runtime error introduced in #203789 is no longer necessary) QA: ~~~ - poudriere (11.1-RELEASE amd64 + i386) -> OK - portlint -> OK Note: - the port is not a module, so perhaps it should be renamed to games/mnemosyne (education/mnemosyne would be more apt because it's a learning tool). - the internal sync-/webserver won't work properly with 2.6 and upstream merged already a fix for this in the master branch (see https://github.com/mnemosyne-proj/mnemosyne/pull/36). Thus it might be possible that 2.6.1 will released in near future.
A commit references this bug: Author: swills Date: Wed Jun 20 16:45:12 UTC 2018 New revision: 472880 URL: https://svnweb.freebsd.org/changeset/ports/472880 Log: games/py-mnemosyne: Update to 2.6 PR: 229169 Submitted by: Kai <freebsd_ports@k-worx.org> Changes: head/games/py-mnemosyne/Makefile head/games/py-mnemosyne/distinfo
Committed, thanks!