Index: head/games/anki/Makefile =================================================================== --- head/games/anki/Makefile (revision 464595) +++ head/games/anki/Makefile (revision 464596) @@ -1,56 +1,56 @@ # Created by: Andrew Pantyukhin # $FreeBSD$ PORTNAME= anki -DISTVERSION= 2.0.48 +DISTVERSION= 2.0.50 CATEGORIES= games python MASTER_SITES= https://apps.ankiweb.net/downloads/current/ DISTNAME= anki-${PORTVERSION}-source DIST_SUBDIR= python MAINTAINER= freebsd_ports@k-worx.org COMMENT= Flashcard trainer with spaced repetition LICENSE= AGPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= lame:audio/lame \ mplayer:multimedia/mplayer \ ${PYTHON_PKGNAMEPREFIX}pyaudio>0:audio/py-pyaudio@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlalchemy10>0:databases/py-sqlalchemy10@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}beautifulsoup32>0:www/py-beautifulsoup32@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}httplib2>0:www/py-httplib2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}send2trash>0:deskutils/py-send2trash@${PY_FLAVOR} USES= desktop-file-utils pyqt:4 python:2.7 shared-mime-info shebangfix tar:tgz SHEBANG_FILES= tools/build_ui.sh tools/tests.sh anki/anki runanki USE_PYQT= network_run webkit_run USE_QT4= network_run webkit_run NO_ARCH= yes OPTIONS_DEFINE= NLS OPTIONS_SUB= yes NLS_USES= gettext-runtime gettext-tools WRKSRC= ${WRKDIR}/anki-${PORTVERSION} post-patch: @${REINPLACE_CMD} -i '' 's|/usr/share/anki|${DATADIR}|' \ ${WRKSRC}/runanki @${REINPLACE_CMD} -i '' 's|"qt_" + lang, dir|"qt_" + lang, "${DATADIR}/locale"|' \ ${WRKSRC}/aqt/__init__.py @${REINPLACE_CMD} -i '' \ 's|/usr/share/anki/locale|${PREFIX}/share/locale|; \ s|/usr/local/share/anki/bin/locale|${PREFIX}/share/locale|' \ ${WRKSRC}/anki/lang.py post-patch-NLS-off: @${REINPLACE_CMD} -i '' '/mkdir -p qt-locale/,/cp -av locale/s/^/#/' \ ${WRKSRC}/Makefile do-build: @${PYTHON_CMD} -m compileall ${WRKSRC} @${PYTHON_CMD} -O -m compileall ${WRKSRC} .include Index: head/games/anki/distinfo =================================================================== --- head/games/anki/distinfo (revision 464595) +++ head/games/anki/distinfo (revision 464596) @@ -1,3 +1,3 @@ -TIMESTAMP = 1520466660 -SHA256 (python/anki-2.0.48-source.tgz) = 139b2c82b6e550baf2fef5d5e8fb253e878d8dfb18b13e737bf31f1696ee5e50 -SIZE (python/anki-2.0.48-source.tgz) = 3422202 +TIMESTAMP = 1521128522 +SHA256 (python/anki-2.0.50-source.tgz) = 37b2c601762ea8bfc7b9fc3e3067b82b0ad48c27b58076f6fd636f52930b1816 +SIZE (python/anki-2.0.50-source.tgz) = 3429645 Index: head/games/anki/pkg-descr =================================================================== --- head/games/anki/pkg-descr (revision 464595) +++ head/games/anki/pkg-descr (revision 464596) @@ -1,13 +1,13 @@ Anki is a program designed to help you remember facts (such as words and phrases in a foreign language) as easily, quickly and efficiently as possible. To do this, it tracks how well you remember each fact, and uses that information to optimally schedule review times. With a minimal amount of effort, you can greatly increase the amount of material you remember, making study more productive, and more fun. While Anki can be used for studying anything, it also ships with special features designed to make studying Japanese and English easier: integrated dictionary lookups, missing kanji reports, and more. Sample decks are also provided for Russian. -WWW: http://ankisrs.net/ +WWW: https://apps.ankiweb.net/