svn commit: r500437 - head/games/anki
Kai Knoblich
kai at FreeBSD.org
Mon Apr 29 20:54:40 UTC 2019
Author: kai
Date: Mon Apr 29 20:54:38 2019
New Revision: 500437
URL: https://svnweb.freebsd.org/changeset/ports/500437
Log:
games/anki: Update to 2.1.12
Changelog:
* Fix fields appearing under editor buttons.
* Fix memory leak in card layout screen.
* Fix some issues with previewing in the Browse screen.
* Fix card counts not updating when a review is undone.
* Fix an error caused by missing note types.
* Fix an issue checking for add-on updates.
* Disable add-on config button when not appropriate.
* Tweaks to the deck age graph binning.
* Add-ons hosted on AnkiWeb can now define conflicts in the manifest file.
* Make sure mpv doesn’t attempt to load scripts from default location.
* Other minor fixes.
https://apps.ankiweb.net/docs/changes.html#changes-in-2.1.12-(eef86bf3)
Approved by: mentors (implicit)
Modified:
head/games/anki/Makefile
head/games/anki/distinfo
Modified: head/games/anki/Makefile
==============================================================================
--- head/games/anki/Makefile Mon Apr 29 20:50:01 2019 (r500436)
+++ head/games/anki/Makefile Mon Apr 29 20:54:38 2019 (r500437)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= anki
-DISTVERSION= 2.1.11
+DISTVERSION= 2.1.12
CATEGORIES= games python
MASTER_SITES= https://apps.ankiweb.net/downloads/current/
DISTNAME= anki-${PORTVERSION}-source
Modified: head/games/anki/distinfo
==============================================================================
--- head/games/anki/distinfo Mon Apr 29 20:50:01 2019 (r500436)
+++ head/games/anki/distinfo Mon Apr 29 20:54:38 2019 (r500437)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1552315387
-SHA256 (python/anki-2.1.11-source.tgz) = 787ce3d7333cc3f33f9bd18ec11d4da56b9ac060edaad21d78fe04e04e559265
-SIZE (python/anki-2.1.11-source.tgz) = 4229555
+TIMESTAMP = 1556530830
+SHA256 (python/anki-2.1.12-source.tgz) = be5284921cd6929a5451cd982736d9f952274d91b2da91c592f223390a008611
+SIZE (python/anki-2.1.12-source.tgz) = 4232112
More information about the svn-ports-all
mailing list