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-operon.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-operon.py')
-rw-r--r-- | multimedia/quodlibet/files/patch-operon.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/multimedia/quodlibet/files/patch-operon.py b/multimedia/quodlibet/files/patch-operon.py new file mode 100644 index 000000000000..b4f16a51a298 --- /dev/null +++ b/multimedia/quodlibet/files/patch-operon.py @@ -0,0 +1,8 @@ +--- operon.py.orig 2013-09-13 00:49:22.000000000 +0200 ++++ operon.py 2014-04-23 12:21:26.430626881 +0200 +@@ -1,4 +1,4 @@ +-#!/usr/bin/python ++#!/usr/bin/env python + # Copyright 2012,2013 Christoph Reiter + # + # This program is free software; you can redistribute it and/or modify |