Bug 229169 - games/py-mnemosyne: Update to 2.6
Summary: games/py-mnemosyne: Update to 2.6
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-06-20 06:28 UTC by Kai Knoblich
Modified: 2018-06-20 16:46 UTC (History)
1 user (show)

See Also:


Attachments
py-mnemosyne-2.6.patch (2.81 KB, patch)
2018-06-20 06:28 UTC, Kai Knoblich
kai: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kai Knoblich freebsd_committer freebsd_triage 2018-06-20 06:28:01 UTC
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.
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-06-20 16:45:42 UTC
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
Comment 2 Steve Wills freebsd_committer freebsd_triage 2018-06-20 16:46:22 UTC
Committed, thanks!