diff options
author | Thomas Zander <riggs@FreeBSD.org> | 2014-05-11 14:37:21 +0000 |
---|---|---|
committer | Thomas Zander <riggs@FreeBSD.org> | 2014-05-11 14:37:21 +0000 |
commit | 87843220150dce35d827a3b892f2350581dd8138 (patch) | |
tree | 98b469918ae0558464d5f0b05384ecf3e28cacbd /multimedia/quodlibet/files/patch-quodlibet__qltk__config.py | |
parent | - Support staging (diff) |
Un-break install, but while on it
- Update port to upstream release 2.6.3
- Use correct download URL (move from Google code to bitbucket)
- Add LICENSE
- USE_* -> USES
- Generate plist via pydistutils
- Use SPC option on i386 only, it's not supported elsewhere
- Stagify
- Change URLs in pkg-message (pointing to bitbucket), simplify
Special thanks to Carlos (submitter) for reviewing, and to
Christoph Reiter (Quodlibet project) for fixing the '--record'
option for Quodlibet with pydistutils.
PR: ports/187263
Submitted by: Carlos Jacobo Puga Medina <cjpugmed@gmail.com>
Reviewed by: submitter
Approved by: thierry (mentor), maintainer timeout
MFH: 2014Q2
Notes
Notes:
svn path=/head/; revision=353703
Diffstat (limited to 'multimedia/quodlibet/files/patch-quodlibet__qltk__config.py')
-rw-r--r-- | multimedia/quodlibet/files/patch-quodlibet__qltk__config.py | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/multimedia/quodlibet/files/patch-quodlibet__qltk__config.py b/multimedia/quodlibet/files/patch-quodlibet__qltk__config.py deleted file mode 100644 index 5dad384b371a..000000000000 --- a/multimedia/quodlibet/files/patch-quodlibet__qltk__config.py +++ /dev/null @@ -1,10 +0,0 @@ ---- quodlibet/qltk/config.py.orig 2010-02-18 03:01:37.000000000 -0500 -+++ quodlibet/qltk/config.py 2010-02-18 03:01:59.000000000 -0500 -@@ -54,7 +54,3 @@ - - def __toggled(self, section, option): - config.set(section, option, str(bool(self.get_active())).lower()) -- -- -- --class ConfigCheckButton(gtk.CheckButton) |