diff options
author | nemysis <nemysis@FreeBSD.org> | 2014-01-23 19:57:04 +0800 |
---|---|---|
committer | nemysis <nemysis@FreeBSD.org> | 2014-01-23 19:57:04 +0800 |
commit | 1dce2289d9c8550cbd34b9e1fa054a09ed3c26b5 (patch) | |
tree | 67d302eccf3a03feb64eaed8b1eced84467e3445 | |
parent | 3c86e0297d1e2a493bed0e08b42f95dd8d97d228 (diff) | |
download | freebsd-ports-gnome-1dce2289d9c8550cbd34b9e1fa054a09ed3c26b5.tar.gz freebsd-ports-gnome-1dce2289d9c8550cbd34b9e1fa054a09ed3c26b5.tar.zst freebsd-ports-gnome-1dce2289d9c8550cbd34b9e1fa054a09ed3c26b5.zip |
- Update to 2.0.21
- Add USES shebangfix and SHEBANG_FILES
-rw-r--r-- | games/anki/Makefile | 5 | ||||
-rw-r--r-- | games/anki/distinfo | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/games/anki/Makefile b/games/anki/Makefile index 4c0442900fbe..dcac0ad79f24 100644 --- a/games/anki/Makefile +++ b/games/anki/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= anki -PORTVERSION= 2.0.20 +PORTVERSION= 2.0.21 CATEGORIES= games python MASTER_SITES= http://ankisrs.net/download/mirror/ EXTRACT_SUFX= .tgz @@ -24,7 +24,8 @@ RUN_DEPENDS= lame:${PORTSDIR}/audio/lame \ ${PYTHON_PKGNAMEPREFIX}qt4-webkit>=4.4:${PORTSDIR}/www/py-qt4-webkit \ ${PYTHON_PKGNAMEPREFIX}send2trash>0:${PORTSDIR}/deskutils/py-send2trash -USES= desktop-file-utils shared-mime-info +USES= desktop-file-utils shared-mime-info shebangfix +SHEBANG_FILES= tools/build_ui.sh tools/tests.sh USE_PYTHON= 2 USE_QT4= network_run webkit_run diff --git a/games/anki/distinfo b/games/anki/distinfo index 53792a0a838e..d8bb94e0c2d5 100644 --- a/games/anki/distinfo +++ b/games/anki/distinfo @@ -1,2 +1,2 @@ -SHA256 (python/anki-2.0.20.tgz) = 155a8495e45d506b6af2184970ecacbb4647c02dc31804a75ba810adce2347f0 -SIZE (python/anki-2.0.20.tgz) = 3187458 +SHA256 (python/anki-2.0.21.tgz) = f66599181b5d1867d36d5ddf74ac61dedc23efc52354eb8c9205836f634c3454 +SIZE (python/anki-2.0.21.tgz) = 3204808 |