mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 23:50:30 -04:00
- Fix mythbackend rc script to start after mysql - Add HOME env variable for mythbackend to find it's home directory
11 lines
535 B
Python
11 lines
535 B
Python
--- bindings/python/setup.py.orig 2012-04-10 07:29:22.000000000 +0200
|
|
+++ bindings/python/setup.py 2012-05-10 09:11:16.799272921 +0200
|
|
@@ -78,7 +78,7 @@
|
|
|
|
setup(
|
|
name='MythTV',
|
|
- version='0.24.0',
|
|
+ version='0.25.0',
|
|
description='MythTV Python bindings.',
|
|
long_description='Provides canned database and protocol access to the MythTV database, mythproto, mythxml, and frontend remote control.',
|
|
packages=['MythTV', 'MythTV/tmdb', 'MythTV/tmdb3', 'MythTV/ttvdb', 'MythTV/wikiscripts'],
|