Update to 2.0.21. Mark as not ready for python-3.x.
Changes in 2.0.21 Now that AnkiDroid has been updated, buried cards will now only be automatically unburied when a new day rolls over, and not when you sync or restart Anki. If you sync from this version to AnkiWeb and then to the mobile clients, they should also switch over to this new behaviour. New users will now need to confirm their choice of interface language before proceeding. Increase filtered deck max size to 99999 Fix drag&drop of Google images from Safari Ignore filtered cards when determining min/max in reposition dialog When a corrupt collection is found, rename it so the profile can be loaded again and restored from backup. Fix a regression in displaying startup errors and quitting from the profile manager Display a better error message when a sync times out Fix an error caused by an add-on that changes browser columns Fix a bug where the forward & optional reverse note type was invalid when added in languages other than English. If the same word has been cloze-deleted multiple times in a cloze, only require it to be typed once in the type in the answer feature.
This commit is contained in:
parent
8259d66198
commit
0fa5bdbfc1
2 changed files with 8 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.17 2014/01/25 10:30:14 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.18 2014/01/27 20:02:18 wiz Exp $
|
||||
|
||||
DISTNAME= anki-2.0.20
|
||||
DISTNAME= anki-2.0.21
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:C/anki/anki2/}
|
||||
CATEGORIES= misc x11
|
||||
MASTER_SITES= http://ankisrs.net/download/mirror/
|
||||
|
@ -23,6 +23,8 @@ DEPENDS+= portaudio-devel-[0-9]*:../../audio/portaudio-devel
|
|||
#DEPENDS+= ${PYPKGPREFIX}-httplib2-[0-9]*:../../www/py-httplib2
|
||||
# XXX: python portaudio
|
||||
|
||||
PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 2.0.21
|
||||
|
||||
USE_PKGLOCALEDIR= yes
|
||||
USE_LANGUAGES= # none
|
||||
CONFLICTS+= ${PYPKGPREFIX}-libanki-[0-9]* ${PYPKGPREFIXP}-anki-[0-9]*
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.15 2013/12/31 17:47:21 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.16 2014/01/27 20:02:18 wiz Exp $
|
||||
|
||||
SHA1 (anki-2.0.20.tgz) = 73e4a293d60a3b47b6ccc2a057e098e91e9edb3e
|
||||
RMD160 (anki-2.0.20.tgz) = 8224257c6255e22bcd7f894b9585614663fd4ba7
|
||||
Size (anki-2.0.20.tgz) = 3187458 bytes
|
||||
SHA1 (anki-2.0.21.tgz) = f292fdef7126c7a4ab29f9ba420183f41772ee0c
|
||||
RMD160 (anki-2.0.21.tgz) = 7f485c1132da288ea4ac4dbf53193101de0bee89
|
||||
Size (anki-2.0.21.tgz) = 3204808 bytes
|
||||
SHA1 (patch-Makefile) = 7148ed542b1f1be4e75274a82fda4863bf40f861
|
||||
|
|
Loading…
Reference in a new issue