diff options
author | wiz <wiz@pkgsrc.org> | 2014-01-27 20:02:18 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-01-27 20:02:18 +0000 |
commit | fddd0919e2787996d0dc573f6cc8bf414723218e (patch) | |
tree | 674400d16f08f7ef9242c2a89fc9777cad80fb1e /misc/py-anki2 | |
parent | 794820a645de6bb67ecb47394ca3e788ba3e1fee (diff) | |
download | pkgsrc-fddd0919e2787996d0dc573f6cc8bf414723218e.tar.gz |
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.
Diffstat (limited to 'misc/py-anki2')
-rw-r--r-- | misc/py-anki2/Makefile | 6 | ||||
-rw-r--r-- | misc/py-anki2/distinfo | 8 |
2 files changed, 8 insertions, 6 deletions
diff --git a/misc/py-anki2/Makefile b/misc/py-anki2/Makefile index bd9ca5462f9..1c85b2039be 100644 --- a/misc/py-anki2/Makefile +++ b/misc/py-anki2/Makefile @@ -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]* diff --git a/misc/py-anki2/distinfo b/misc/py-anki2/distinfo index 99e3cb2eea7..eb94d6bf3ef 100644 --- a/misc/py-anki2/distinfo +++ b/misc/py-anki2/distinfo @@ -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 |