Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id A8B8C7A2B6 for ; Sun, 1 Jan 2017 14:49:21 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 50DD58573B; Sun, 1 Jan 2017 14:49:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0380D8572F for ; Sun, 1 Jan 2017 14:46:28 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id KuigmaTnbUIQ for ; Sun, 1 Jan 2017 14:46:27 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 46ECA84CF0 for ; Sun, 1 Jan 2017 14:46:27 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 41964FBA6; Sun, 1 Jan 2017 14:46:27 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1483281987152840" MIME-Version: 1.0 Date: Sun, 1 Jan 2017 14:46:27 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/misc/py-anki2 To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170101144627.41964FBA6@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1483281987152840 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: wiz Date: Sun Jan 1 14:46:27 UTC 2017 Modified Files: pkgsrc/misc/py-anki2: Makefile PLIST distinfo Log Message: Updated py-anki2 to 2.0.38. Changes in 2.0.38 Fix the Mac builds not including 2.0.37 updates Fix make install on the Linux build Fix the menus not being translated Changes in 2.0.37 The Mac version now stores user data in Library/Application Support/Anki2 instead of Documents/Anki, as the new macOS Desktop & Documents in iCloud feature can cause data corruption. Anki will put a link to the folder in your documents folder to make it easy to access. If you’re making manual backups, please make sure you update your backup scripts to copy files from the new location. The Linux version is now available as a compiled version, with most of the required libraries built in. This is a bigger download, but will ensure you are able to run Anki even if your distribution has the wrong library version. Fix adding clozes in a filtered deck (thanks to Michael) Preserve identical fields when switching note type (thanks to Glutanimate) Fix an issue that could allow cards to be imported even if the note type had changed Tweaks for add-on writers, and some tooltips (thanks to Dmitry) To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 pkgsrc/misc/py-anki2/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/misc/py-anki2/PLIST cvs rdiff -u -r1.28 -r1.29 pkgsrc/misc/py-anki2/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1483281987152840 Content-Disposition: inline Content-Length: 3176 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/misc/py-anki2/Makefile diff -u pkgsrc/misc/py-anki2/Makefile:1.33 pkgsrc/misc/py-anki2/Makefile:1.34 --- pkgsrc/misc/py-anki2/Makefile:1.33 Sat Jul 9 13:03:57 2016 +++ pkgsrc/misc/py-anki2/Makefile Sun Jan 1 14:46:27 2017 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.33 2016/07/09 13:03:57 wiz Exp $ +# $NetBSD: Makefile,v 1.34 2017/01/01 14:46:27 wiz Exp $ -DISTNAME= anki-2.0.36 -PKGNAME= ${PYPKGPREFIX}-${DISTNAME:C/anki/anki2/} +DISTNAME= anki-2.0.38-source +PKGNAME= ${PYPKGPREFIX}-${DISTNAME:C/anki/anki2/:C/-source//} CATEGORIES= misc x11 MASTER_SITES= http://ankisrs.net/download/mirror/ EXTRACT_SUFX= .tgz @@ -20,7 +20,9 @@ DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*: #DEPENDS+= ${PYPKGPREFIX}-httplib2-[0-9]*:../../www/py-httplib2 # XXX: python portaudio -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 2.0.21 +WRKSRC= ${WRKDIR}/${DISTNAME:S/-source//} + +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 2.0.21 .include "options.mk" @@ -64,6 +66,7 @@ post-extract: post-install: rm ${DESTDIR}${PREFIX}/share/anki/Makefile.orig rm ${DESTDIR}${PREFIX}/share/anki/thirdparty/py*/_portaudio.so + rm ${DESTDIR}${PREFIX}/share/anki/aqt/forms/#about.py# .include "../../lang/python/application.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" Index: pkgsrc/misc/py-anki2/PLIST diff -u pkgsrc/misc/py-anki2/PLIST:1.13 pkgsrc/misc/py-anki2/PLIST:1.14 --- pkgsrc/misc/py-anki2/PLIST:1.13 Wed Oct 21 08:31:03 2015 +++ pkgsrc/misc/py-anki2/PLIST Sun Jan 1 14:46:27 2017 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.13 2015/10/21 08:31:03 wiz Exp $ +@comment $NetBSD: PLIST,v 1.14 2017/01/01 14:46:27 wiz Exp $ bin/anki man/man1/anki.1 share/anki/LICENSE @@ -288,6 +288,7 @@ share/anki/designer/stats.ui share/anki/designer/studydeck.ui share/anki/designer/taglimit.ui share/anki/designer/template.ui +share/anki/dtop-2.0.iml share/anki/locale/af/LC_MESSAGES/anki.mo share/anki/locale/ar/LC_MESSAGES/anki.mo share/anki/locale/az/LC_MESSAGES/anki.mo Index: pkgsrc/misc/py-anki2/distinfo diff -u pkgsrc/misc/py-anki2/distinfo:1.28 pkgsrc/misc/py-anki2/distinfo:1.29 --- pkgsrc/misc/py-anki2/distinfo:1.28 Wed Apr 13 18:18:11 2016 +++ pkgsrc/misc/py-anki2/distinfo Sun Jan 1 14:46:27 2017 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.28 2016/04/13 18:18:11 wiz Exp $ +$NetBSD: distinfo,v 1.29 2017/01/01 14:46:27 wiz Exp $ -SHA1 (anki-2.0.36.tgz) = 5eb63155ce798fdfd12990d3985ee0e43666b86f -RMD160 (anki-2.0.36.tgz) = fab40ec7c5295ffa7808ef7f34ed2613f5b66f08 -SHA512 (anki-2.0.36.tgz) = 34ef4c06a21c786d9a82f41bd2bc8308a12860f17d0cbb45466ac7f0e3867b669f8bae65442bb74af51ad906393b790b049c82f2bfa0871cb465d96dd057e147 -Size (anki-2.0.36.tgz) = 3410538 bytes +SHA1 (anki-2.0.38-source.tgz) = 3a91f1837d79906d1e823e2a6495e3666d2672ba +RMD160 (anki-2.0.38-source.tgz) = 66721ec72e181ad544eeb45e9b5b270fb2f34285 +SHA512 (anki-2.0.38-source.tgz) = 2fc429fc51eb6a4773b6a6a82f66d3ea143ed19e5bb0e48e7cdf548546c55f3396a9aacae6ea2f295071d989cb9b660c7a4ffdbec25e4447881f0baabae0ddbb +Size (anki-2.0.38-source.tgz) = 3422048 bytes SHA1 (patch-Makefile) = 7148ed542b1f1be4e75274a82fda4863bf40f861 --_----------=_1483281987152840--