diff options
author | nivit <nivit@FreeBSD.org> | 2006-12-19 10:42:47 +0000 |
---|---|---|
committer | nivit <nivit@FreeBSD.org> | 2006-12-19 10:42:47 +0000 |
commit | a553bc06fee11e9ddbe6469a2a908fcf270b2f52 (patch) | |
tree | 78ed7c226a1bee9964ff85c14f6604cdf0afe75b /multimedia/tunapie | |
parent | 3cd0f25e727a978ddcb609d9139bd42b7d31e817 (diff) | |
download | FreeBSD-ports-a553bc06fee11e9ddbe6469a2a908fcf270b2f52.zip FreeBSD-ports-a553bc06fee11e9ddbe6469a2a908fcf270b2f52.tar.gz |
- Updated to 1.3.1.1
- Fixed paths with %%MANPREFIX%%, %%DATADIR%%, etc.
- Substituted USE_COMPS=python_run with WX_COMPS=python:run
(because it did not install x11-toolkits/py-wxPython*)
Approved by: alexbl (mentor)
Diffstat (limited to 'multimedia/tunapie')
-rw-r--r-- | multimedia/tunapie/Makefile | 4 | ||||
-rw-r--r-- | multimedia/tunapie/distinfo | 6 | ||||
-rw-r--r-- | multimedia/tunapie/files/patch-install.sh | 21 | ||||
-rw-r--r-- | multimedia/tunapie/pkg-plist | 4 |
4 files changed, 17 insertions, 18 deletions
diff --git a/multimedia/tunapie/Makefile b/multimedia/tunapie/Makefile index dd8f091..46ff836 100644 --- a/multimedia/tunapie/Makefile +++ b/multimedia/tunapie/Makefile @@ -6,7 +6,7 @@ # PORTNAME= tunapie -PORTVERSION= 1.3 +PORTVERSION= 1.3.1.1 CATEGORIES= multimedia audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -21,7 +21,7 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/mx/__init__.py:${PORTSDIR}/lang/py-mx-base \ NO_BUILD= yes USE_PYTHON= yes USE_WX= 2.6 -USE_COMPS= python_run +WX_COMPS= python:run OPTIONS= ADULT "non-censored TV listings" off \ XINE "use xine instead of mplayer" off diff --git a/multimedia/tunapie/distinfo b/multimedia/tunapie/distinfo index ccdf4cc..4af0406 100644 --- a/multimedia/tunapie/distinfo +++ b/multimedia/tunapie/distinfo @@ -1,3 +1,3 @@ -MD5 (tunapie-1.3.tar.gz) = c4730dd74ab92ef2531d7df28122fa4a -SHA256 (tunapie-1.3.tar.gz) = 4a069e3c65495721f6bb9ed2b4bbd98a60b12bcf5a37a58c150a294f5e76747c -SIZE (tunapie-1.3.tar.gz) = 35682 +MD5 (tunapie-1.3.1.1.tar.gz) = 46bfef36c6f25246ffaa549a865af3aa +SHA256 (tunapie-1.3.1.1.tar.gz) = bf036d01411b7ccc698f8effaebb69e171ee3cec8b97072b156aa76f6ede5d7c +SIZE (tunapie-1.3.1.1.tar.gz) = 35436 diff --git a/multimedia/tunapie/files/patch-install.sh b/multimedia/tunapie/files/patch-install.sh index e161bf3..4f1ebb0 100644 --- a/multimedia/tunapie/files/patch-install.sh +++ b/multimedia/tunapie/files/patch-install.sh @@ -1,17 +1,20 @@ ---- install.sh Sun Nov 19 13:50:27 2006 -+++ install.sh.port Thu Nov 23 10:12:43 2006 +--- install.sh Tue Dec 12 12:51:22 2006 ++++ install.sh.port Fri Dec 15 18:24:54 2006 @@ -1,11 +1,9 @@ #!/bin/sh -if [ "$1" = "--adult" ]; then echo '1'>/etc/tunapie.config -else echo '0'>/etc/tunapie.config -+if [ "$1" = "--adult" ]; then echo '1'>/usr/local/etc/tunapie.config.default -+else echo '0'>/usr/local/etc/tunapie.config.default ++if [ "$1" = "--adult" ]; then echo '1'>%%LOCALBASE%%/etc/tunapie.config.default ++else echo '0'>%%LOCALBASE%%/etc/tunapie.config.default fi python src/compile - cp tunapie /usr/local/bin +-cp tunapie /usr/local/bin -rm -rf /usr/local/share/tunapie -mkdir /usr/local/share/tunapie --cp src/*.py src/*.pyc src/*.jpg /usr/local/share/tunapie -+cp src/*.py src/*.pyc src/*.ico /usr/local/share/tunapie - cp tunapie.1 /usr/local/man/man1 - cp tunapie.desktop /usr/local/share/applications +-cp src/*.py src/*.pyc /usr/local/share/tunapie +-cp tunapie.1 /usr/local/man/man1 +-cp tunapie.desktop /usr/local/share/applications ++cp tunapie %%PREFIX%%/bin ++cp src/*.py src/*.pyc %%DATADIR%% ++cp tunapie.1 %%MANPREFIX%%/man/man1 ++cp tunapie.desktop %%DESKTOPDIR%% diff --git a/multimedia/tunapie/pkg-plist b/multimedia/tunapie/pkg-plist index e9830ac..dfc0736 100644 --- a/multimedia/tunapie/pkg-plist +++ b/multimedia/tunapie/pkg-plist @@ -9,8 +9,6 @@ etc/tunapie.config.default %%DATADIR%%/RecordQueue.pyc %%DATADIR%%/RecordTime.py %%DATADIR%%/RecordTime.pyc -%%DATADIR%%/Splash.py -%%DATADIR%%/Splash.pyc %%DATADIR%%/Tunapie.py %%DATADIR%%/Tunapie.pyc %%DATADIR%%/TunerFrame1.py @@ -19,8 +17,6 @@ etc/tunapie.config.default %%DATADIR%%/TunerInfoDialog.pyc %%DATADIR%%/TunerPrefs.py %%DATADIR%%/TunerPrefs.pyc -%%DATADIR%%/pygame.ico -%%DATADIR%%/tplogo.ico %%DATADIR%%/tuner.py %%DATADIR%%/tuner.pyc %%DESKTOPDIR%%/tunapie.desktop |