diff -aurN playd.orig/Makefile playd/Makefile --- playd.orig/Makefile 2011-09-08 14:21:13.357738155 +0200 +++ playd/Makefile 2011-09-08 18:19:00.576556624 +0200 @@ -6,28 +6,27 @@ # PORTNAME= playd -PORTVERSION= 1.22.0 +PORTVERSION= 1.22.1 CATEGORIES= multimedia MASTER_SITES= http://files.bsdroot.lv/my/FreeBSD/distfiles/ DISTNAME= playd.sh-${PORTVERSION} MAINTAINER= aldis@bsdroot.lv -COMMENT= Very easy to use mplayer sh wrapper script (supports playlists) - -RUN_DEPENDS= mplayer:${PORTSDIR}/multimedia/mplayer +COMMENT= Very easy-to-use mplayer sh wrapper script (supports playlists) LICENSE= BSD +RUN_DEPENDS= mplayer:${PORTSDIR}/multimedia/mplayer + PLIST_FILES= bin/playd MAN1= playd.1 NO_BUILD= yes WRKSRC= ${WRKDIR}/playd-sh-${REV} -REV= 6eed8f88bb8a +REV= e2fef77c9592 do-install: ${INSTALL_SCRIPT} ${WRKSRC}/bin/playd.sh ${PREFIX}/bin/playd ${INSTALL_MAN} ${WRKSRC}/man/man1/playd.1 ${PREFIX}/man/man1/ -# vim: set ts=8 sw=8: .include diff -aurN playd.orig/distinfo playd/distinfo --- playd.orig/distinfo 2011-09-08 14:21:13.357738155 +0200 +++ playd/distinfo 2011-09-08 14:22:22.572334983 +0200 @@ -1,2 +1,2 @@ -SHA256 (playd.sh-1.22.0.tar.gz) = 710eb8226daee1336be6c5d7536928219ba3adf3eadb7e124394549ddbf26227 -SIZE (playd.sh-1.22.0.tar.gz) = 12326 +SHA256 (playd.sh-1.22.1.tar.gz) = c279d70df32a0b53a8447a8bb59dfe3fe0ef94ac38762da54867034236fbbe05 +SIZE (playd.sh-1.22.1.tar.gz) = 12829 diff -aurN playd.orig/pkg-descr playd/pkg-descr --- playd.orig/pkg-descr 2011-09-08 14:21:13.356737889 +0200 +++ playd/pkg-descr 2011-09-08 18:23:35.866978940 +0200 @@ -1,10 +1,7 @@ -playd is an easy to use command line wrapper for mplayer. +Easy-to-use command-line wrapper for mplayer. -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). +With playd you don't need mplayer GUI to listen to music, watch videos, stream +video/audio. It is easy to integrate playd into a window manager menu (e.g. +FVWM). WWW: http://hg.bsdroot.lv/aldis/playd.sh/ - --- Aldis Berjoza -