svn commit: r502256 - head/games/anki
Kai Knoblich
kai at FreeBSD.org
Wed May 22 06:45:02 UTC 2019
Author: kai
Date: Wed May 22 06:45:00 2019
New Revision: 502256
URL: https://svnweb.freebsd.org/changeset/ports/502256
Log:
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)
Modified:
head/games/anki/Makefile
head/games/anki/distinfo
Modified: head/games/anki/Makefile
==============================================================================
--- head/games/anki/Makefile Wed May 22 06:40:01 2019 (r502255)
+++ head/games/anki/Makefile Wed May 22 06:45:00 2019 (r502256)
@@ -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}
Modified: head/games/anki/distinfo
==============================================================================
--- head/games/anki/distinfo Wed May 22 06:40:01 2019 (r502255)
+++ head/games/anki/distinfo Wed May 22 06:45:00 2019 (r502256)
@@ -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
More information about the svn-ports-all
mailing list