svn commit: r505346 - head/games/anki
Kai Knoblich
kai at FreeBSD.org
Sat Jun 29 12:27:13 UTC 2019
Author: kai
Date: Sat Jun 29 12:27:12 2019
New Revision: 505346
URL: https://svnweb.freebsd.org/changeset/ports/505346
Log:
games/anki: Update to 2.1.14
Changelog:
* Fix a bug in the V2 scheduler that would cause partially learnt cards
removed from filtered decks to revert to an earlier state.
* Fix a bug in the handling of relearning cards when switching back to the
V1 scheduler.
* Fix lost space when pasting indented text.
* Limit image height relative to window height, not document height.
* Fix deck list being re-rendered unnecessarily.
* Remove the unable to connect to local port message.
https://apps.ankiweb.net/docs/changes.html#changes-in-2.1.14
Modified:
head/games/anki/Makefile
head/games/anki/distinfo
Modified: head/games/anki/Makefile
==============================================================================
--- head/games/anki/Makefile Sat Jun 29 10:41:27 2019 (r505345)
+++ head/games/anki/Makefile Sat Jun 29 12:27:12 2019 (r505346)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= anki
-DISTVERSION= 2.1.13
+DISTVERSION= 2.1.14
CATEGORIES= games python
MASTER_SITES= https://apps.ankiweb.net/downloads/current/
DISTNAME= anki-${PORTVERSION}-source
Modified: head/games/anki/distinfo
==============================================================================
--- head/games/anki/distinfo Sat Jun 29 10:41:27 2019 (r505345)
+++ head/games/anki/distinfo Sat Jun 29 12:27:12 2019 (r505346)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1558421869
-SHA256 (python/anki-2.1.13-source.tgz) = 8166eebc54575aa55eeff0886ffec3228b3c377885abf9cc18561b7a01cb8edb
-SIZE (python/anki-2.1.13-source.tgz) = 4248906
+TIMESTAMP = 1561805082
+SHA256 (python/anki-2.1.14-source.tgz) = 94b8510924ad7bf6bdd7df09045f883a644003ffd77bbdbcdf8b198864a4827b
+SIZE (python/anki-2.1.14-source.tgz) = 4252749
More information about the svn-ports-head
mailing list