mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
games/anki: Update to 2.1.13
Changelog: * Fix formatting getting lost when copying&pasting between fields on macOS. * Fix some issues that cause the main window to get stuck. * Fix an empty deck list sometimes appearing when restoring from a backup. * Fix Anki hanging after an error occurs during startup. * Fix error message when syncing with an unconfirmed email address. * Use jsonschema for add-on manifests * Warn in DB check when high due numbers are encountered. * Improve error messages on full disk and failed add-on deletion. * Fix relearning cards being given learning step count in V2 scheduler. * Fix preview window failing to appear when show both sides enabled. * Removing trailing BR tag when pasting into an empty field. * Don’t throw an error when non-Latin text in the Javascript console can’t be shown. * Double click on add-ons to edit their configuration. * Fix the window icon in a few screens. * Improve the default type in the answer note type. https://apps.ankiweb.net/docs/changes.html#changes-in-2.1.13-(3ba55990)
This commit is contained in:
parent
36055a452b
commit
a6513b9c66
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=502256
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= anki
|
||||
DISTVERSION= 2.1.12
|
||||
DISTVERSION= 2.1.13
|
||||
CATEGORIES= games python
|
||||
MASTER_SITES= https://apps.ankiweb.net/downloads/current/
|
||||
DISTNAME= anki-${PORTVERSION}-source
|
||||
@ -18,7 +18,9 @@ RUN_DEPENDS= lame:audio/lame \
|
||||
${PYTHON_PKGNAMEPREFIX}pyaudio>0:audio/py-pyaudio@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}decorator>0:devel/py-decorator@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}jsonschema>0:devel/py-jsonschema@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}send2trash>0:deskutils/py-send2trash@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}distro>0:sysutils/py-distro@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}markdown>0:textproc/py-markdown@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}beautifulsoup>0:www/py-beautifulsoup@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR}
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1556530830
|
||||
SHA256 (python/anki-2.1.12-source.tgz) = be5284921cd6929a5451cd982736d9f952274d91b2da91c592f223390a008611
|
||||
SIZE (python/anki-2.1.12-source.tgz) = 4232112
|
||||
TIMESTAMP = 1558421869
|
||||
SHA256 (python/anki-2.1.13-source.tgz) = 8166eebc54575aa55eeff0886ffec3228b3c377885abf9cc18561b7a01cb8edb
|
||||
SIZE (python/anki-2.1.13-source.tgz) = 4248906
|
||||
|
Loading…
Reference in New Issue
Block a user