summaryrefslogtreecommitdiff
path: root/multimedia/playd
diff options
context:
space:
mode:
authorAlexander Logvinov <avl@FreeBSD.org>2009-07-19 22:17:45 +0000
committerAlexander Logvinov <avl@FreeBSD.org>2009-07-19 22:17:45 +0000
commit57b603039ae824c55b275aa815ed9a6e61e01728 (patch)
tree8306c66f2485fedc51ecfa9347c724facfe9ea0f /multimedia/playd
parentUpdate security/openbsm to 1.1-p1. (diff)
- Update to 1.3.6
- Add CONFLICT with upcoming multimedia/playd2 - Add WWW line to pkg-descr PR: ports/136341 Submitted by: Aldis Berjoza <killasmurf86 AT gmail.com> (maintainer) Approved by: tabthorpe (mentor)
Notes
Notes: svn path=/head/; revision=238076
Diffstat (limited to 'multimedia/playd')
-rw-r--r--multimedia/playd/Makefile10
-rw-r--r--multimedia/playd/distinfo6
-rw-r--r--multimedia/playd/pkg-descr2
3 files changed, 10 insertions, 8 deletions
diff --git a/multimedia/playd/Makefile b/multimedia/playd/Makefile
index 797eb5f00189..6cf79a8d5a3f 100644
--- a/multimedia/playd/Makefile
+++ b/multimedia/playd/Makefile
@@ -6,24 +6,24 @@
#
PORTNAME= playd
-PORTVERSION= 1.3.4
+PORTVERSION= 1.3.6
CATEGORIES= multimedia
-MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \
- http://www.logvinov.ru/files/dist/playd/
+MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
MAINTAINER= killasmurf86@gmail.com
COMMENT= Very easy to use mplayer sh wrapper script, with useful features
RUN_DEPENDS= mplayer:${PORTSDIR}/multimedia/mplayer
-PROJECTHOST= playd-sh
+CONFLICTS= playd2-2.[0-9]*
PLIST_FILES= bin/playd
MAN1= playd.1
+WRKSRC= ${WRKDIR}/playd
NO_BUILD= yes
do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/playd ${PREFIX}/bin/
+ ${INSTALL_SCRIPT} ${WRKSRC}/playd.sh ${PREFIX}/bin/playd
${INSTALL_MAN} ${WRKSRC}/playd.1 ${PREFIX}/man/man1/
.include <bsd.port.mk>
diff --git a/multimedia/playd/distinfo b/multimedia/playd/distinfo
index 8b2a667a553e..606f24f43a97 100644
--- a/multimedia/playd/distinfo
+++ b/multimedia/playd/distinfo
@@ -1,3 +1,3 @@
-MD5 (playd-1.3.4.tar.gz) = 58b80682141ee9a60203ee8893d2e017
-SHA256 (playd-1.3.4.tar.gz) = f617d1c57db2cb5a109f31581dd3b3b435c72f0e0f28f187ac5d2c55c05351e5
-SIZE (playd-1.3.4.tar.gz) = 7120
+MD5 (playd-1.3.6.tar.gz) = beb7f7508f3030c9cbfdb89981eebf1f
+SHA256 (playd-1.3.6.tar.gz) = 37120a17ed8b4d9c5ff4aab2b9422ca60a96c4cfcdbbd9386a99a59c7b4e9249
+SIZE (playd-1.3.6.tar.gz) = 7173
diff --git a/multimedia/playd/pkg-descr b/multimedia/playd/pkg-descr
index 60a2bc1996b2..0d59a5311801 100644
--- a/multimedia/playd/pkg-descr
+++ b/multimedia/playd/pkg-descr
@@ -4,5 +4,7 @@ With playd you don't need the mplayer gui to use it as a audio/video
player because playd supports playlists. It is easy to integrate
playd into a window manager menu (e.g. FVWM).
+WWW: http://code.google.com/p/playd/
+
-- Aldis Berjoza
<killasmurf86@gmail.com>