diff options
author | nivit <nivit@FreeBSD.org> | 2008-07-03 21:10:48 +0800 |
---|---|---|
committer | nivit <nivit@FreeBSD.org> | 2008-07-03 21:10:48 +0800 |
commit | e58ed7cc71453b45049ff2b28152eea7c0db502d (patch) | |
tree | b31048797c0fb6f566e3fe929f997f7a9ae4fe13 /multimedia | |
parent | 233fed7ff9e562d6a3a56ccf7137bd1d1b97f010 (diff) | |
download | freebsd-ports-gnome-e58ed7cc71453b45049ff2b28152eea7c0db502d.tar.gz freebsd-ports-gnome-e58ed7cc71453b45049ff2b28152eea7c0db502d.tar.zst freebsd-ports-gnome-e58ed7cc71453b45049ff2b28152eea7c0db502d.zip |
- Update to 2.1.8
- Fix installation when NOMANPAGES is set
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/tunapie/Makefile | 9 | ||||
-rw-r--r-- | multimedia/tunapie/distinfo | 6 | ||||
-rw-r--r-- | multimedia/tunapie/files/patch-install.sh | 7 | ||||
-rw-r--r-- | multimedia/tunapie/pkg-plist | 2 |
4 files changed, 15 insertions, 9 deletions
diff --git a/multimedia/tunapie/Makefile b/multimedia/tunapie/Makefile index b119638f7dae..89bf9dd1f9cd 100644 --- a/multimedia/tunapie/Makefile +++ b/multimedia/tunapie/Makefile @@ -6,9 +6,8 @@ # PORTNAME= tunapie -PORTVERSION= 2.1.6 +PORTVERSION= 2.1.8 #PORTREVISION= 0 -PORTREVISION= 1 CATEGORIES= multimedia audio MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION:S,.r,rc,} @@ -30,7 +29,10 @@ OPTIONS= ADULT "non-censored TV listings" off \ AUDACIOUS "use audacious instead of xmms" off \ BEEP_MEDIA_PLAYER "use beep-media-player instead of xmms" off +.if !defined(NOMANPAGES) MAN1= tunapie.1 +.endif + PLIST_SUB+= DESKTOPDIR="${DESKTOPDIR:S,^${PREFIX}/,,}" FIND_FILES= -type f -and \( -name "install.sh" -or -name "*.py" \) @@ -48,6 +50,9 @@ post-patch: do-install: @${MKDIR} ${DESKTOPDIR} @cd ${WRKSRC} && ./install.sh ${ADULT_TVLIST} +.if !defined(NOMANPAGES) + ${CP} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1/ +.endif .include <bsd.port.pre.mk> diff --git a/multimedia/tunapie/distinfo b/multimedia/tunapie/distinfo index 33385eeb87b4..6de3baceb010 100644 --- a/multimedia/tunapie/distinfo +++ b/multimedia/tunapie/distinfo @@ -1,3 +1,3 @@ -MD5 (tunapie-2.1.6.tar.gz) = 86b3febc8eb1fe4020afad8fa18fd832 -SHA256 (tunapie-2.1.6.tar.gz) = 86b1eae3abe1c4b834ca9f1eb083438fd0053c140f440b94be35f9940593d380 -SIZE (tunapie-2.1.6.tar.gz) = 48717 +MD5 (tunapie-2.1.8.tar.gz) = 74228ac48e1633749fe3774d225917d9 +SHA256 (tunapie-2.1.8.tar.gz) = a00813e475884f338c6f4624ea529fdf015fc92585061d34504ecf4f9665109c +SIZE (tunapie-2.1.8.tar.gz) = 49859 diff --git a/multimedia/tunapie/files/patch-install.sh b/multimedia/tunapie/files/patch-install.sh index 79a59d894d9d..cd565d23c74b 100644 --- a/multimedia/tunapie/files/patch-install.sh +++ b/multimedia/tunapie/files/patch-install.sh @@ -1,6 +1,6 @@ ---- install.sh 2007-12-12 04:40:29.000000000 +0100 -+++ install.sh.port 2007-12-22 22:55:49.000000000 +0100 -@@ -1,14 +1,13 @@ +--- install.sh 2008-06-08 00:20:38.000000000 +0200 ++++ install.sh.port 2008-06-28 18:24:30.000000000 +0200 +@@ -1,14 +1,12 @@ #!/bin/sh -if [ "$1" = "--adult" ]; then echo '1'>/etc/tunapie.config -else echo '0'>/etc/tunapie.config @@ -24,5 +24,4 @@ +mkdir -p %%DATADIR%%/pixmaps +cp src/tplogo.xpm %%DATADIR%%/pixmaps/ +ln -s %%DATADIR%%/pixmaps/tplogo.xpm %%PREFIX%%/share/pixmaps/tplogo.xpm -+cp tunapie.1 %%MANPREFIX%%/man/man1 +cp tunapie.desktop %%DESKTOPDIR%% diff --git a/multimedia/tunapie/pkg-plist b/multimedia/tunapie/pkg-plist index 0fa58c3881c8..d3b4586a816b 100644 --- a/multimedia/tunapie/pkg-plist +++ b/multimedia/tunapie/pkg-plist @@ -6,6 +6,8 @@ etc/tunapie.config.default share/pixmaps/tplogo.xpm %%DATADIR%%/AboutTuner.py %%DATADIR%%/AboutTuner.pyc +%%DATADIR%%/AddStream.py +%%DATADIR%%/AddStream.pyc %%DATADIR%%/RecordQueue.py %%DATADIR%%/RecordQueue.pyc %%DATADIR%%/RecordTime.py |