diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2011-02-23 18:59:44 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2011-02-23 18:59:44 +0000 |
commit | 40cf3dd7a1864debd190dc8405b98bc02b0a0f0f (patch) | |
tree | 7d43f3c35fc751564ae9f3637782b94d1189a38b /audio/cymbaline/files/patch-cypack_conf.py | |
parent | Fix dependency on libnfc.1. (diff) |
- Update to 1.3e
- Remove non-used run dependencies: mpg123 and aumix
- Remove pkg-plist as we're using auto-generated one
- Adjust COMMAND and WWW
PR: 154718
Submitted by: "Herbert J. Skuhra" <h.skuhra@gmail.com>
Notes
Notes:
svn path=/head/; revision=269563
Diffstat (limited to 'audio/cymbaline/files/patch-cypack_conf.py')
-rw-r--r-- | audio/cymbaline/files/patch-cypack_conf.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/cymbaline/files/patch-cypack_conf.py b/audio/cymbaline/files/patch-cypack_conf.py new file mode 100644 index 000000000000..78deb99f81c3 --- /dev/null +++ b/audio/cymbaline/files/patch-cypack_conf.py @@ -0,0 +1,11 @@ +--- cypack/conf.py.bak 2011-02-12 21:07:24.000000000 +0100 ++++ cypack/conf.py 2011-02-12 21:08:05.000000000 +0100 +@@ -17,7 +17,7 @@ + # exit the player soon after you start it, it may hang for about 10 seconds + # trying to access the url.. In that case it's safe to hit ctrl-c because + # scores and data are already saved. TODO I'll try to do a timeout in next Cy +-check_for_updates = 1 ++check_for_updates = 0 + ConfirmDelete = 1 + play_on_start = 1 + score_increment = 7 |