diff options
author | wiz <wiz@pkgsrc.org> | 2013-11-18 19:46:14 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-11-18 19:46:14 +0000 |
commit | 2079e26116f77a1fa41813416b05d55a48660394 (patch) | |
tree | f2fdfb5d1e5489cae61de16f620f95c21891a2f8 | |
parent | 8a6d7f8969501efde4203a789cedc60dbdbbf958 (diff) | |
download | pkgsrc-2079e26116f77a1fa41813416b05d55a48660394.tar.gz |
Update to 2.0.18:
Update to 2.0.18:
Fix a bug that could cause invalid scheduling when a card was
manually buried while in a filtered deck. For now, burying in
a filtered deck will mean that the card returns to the home
deck.
Fix an issue where Anki was failing to start if prefs.db was
corrupt.
Don’t create a .log file when exporting files.
Rotate log files when they hit 10MB.
Warn user when they have filenames with an invalid encoding.
Fix a long error being shown when syncing without a net connection
on some Linux computers.
Update "check database" to catch an issue with note types.
Fix issues on some Linux systems that had simplejson installed.
Fix some issues that were masking actual connection errors.
Catch more temp folder issues.
Possible fix for OSX crash when editing.
-rw-r--r-- | misc/py-anki2/Makefile | 4 | ||||
-rw-r--r-- | misc/py-anki2/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/misc/py-anki2/Makefile b/misc/py-anki2/Makefile index 9059cf26926..6de4f610b96 100644 --- a/misc/py-anki2/Makefile +++ b/misc/py-anki2/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2013/11/13 19:48:34 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2013/11/18 19:46:14 wiz Exp $ -DISTNAME= anki-2.0.17 +DISTNAME= anki-2.0.18 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:C/anki/anki2/} CATEGORIES= misc x11 MASTER_SITES= http://ankisrs.net/download/mirror/ diff --git a/misc/py-anki2/distinfo b/misc/py-anki2/distinfo index 76e62492799..12e2a06d6b9 100644 --- a/misc/py-anki2/distinfo +++ b/misc/py-anki2/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.13 2013/11/13 19:48:34 wiz Exp $ +$NetBSD: distinfo,v 1.14 2013/11/18 19:46:14 wiz Exp $ -SHA1 (anki-2.0.17.tgz) = 1ce4f12dab2f016071762261eae9b30e91023f7c -RMD160 (anki-2.0.17.tgz) = b6cd4e032756b4a67f9dd7e17d1d9b77300dc281 -Size (anki-2.0.17.tgz) = 3175214 bytes +SHA1 (anki-2.0.18.tgz) = 62203c105bfbd6c993de0808bd88f93905fd9586 +RMD160 (anki-2.0.18.tgz) = 4b422c0ae24ecc97b8aa60f7809cacc968c3462d +Size (anki-2.0.18.tgz) = 3179157 bytes SHA1 (patch-Makefile) = aec4f2bc649f6173d4a5c87b559e825a2462748e |