View | Details | Raw Unified | Return to bug 148420 | Differences between
and this patch

Collapse All | Expand All

(-)playd/Makefile (-5 / +7 lines)
Lines 6-24 Link Here
6
#
6
#
7
7
8
PORTNAME=	playd
8
PORTNAME=	playd
9
PORTVERSION=	1.3.8
9
PORTVERSION=	1.7.12
10
CATEGORIES=	multimedia
10
CATEGORIES=	multimedia
11
MASTER_SITES=	http://files.bsdroot.lv/FreeBSD/playd/
11
MASTER_SITES=	http://aldis.git.bsdroot.lv/playd.sh/snapshot/
12
DISTNAME=	playd.sh-${PORTVERSION}
12
13
13
MAINTAINER=	aldis@BSDroot.lv
14
MAINTAINER=	aldis@bsdroot.lv
14
COMMENT=	Very easy to use mplayer sh wrapper script, with useful features
15
COMMENT=	Very easy to use mplayer sh wrapper script (supports playlists)
15
16
16
RUN_DEPENDS=	mplayer:${PORTSDIR}/multimedia/mplayer
17
RUN_DEPENDS=	mplayer:${PORTSDIR}/multimedia/mplayer
17
18
19
LICENSE=	BSD
20
18
CONFLICTS=	playd2-2.[0-9]*
21
CONFLICTS=	playd2-2.[0-9]*
19
PLIST_FILES=	bin/playd
22
PLIST_FILES=	bin/playd
20
MAN1=		playd.1
23
MAN1=		playd.1
21
WRKSRC=		${WRKDIR}/playd
22
24
23
NO_BUILD=	yes
25
NO_BUILD=	yes
24
26
(-)playd/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (playd-1.3.8.tar.gz) = 0ad26906504d63a70d1b173ea99b0923
1
MD5 (playd.sh-1.7.12.tar.gz) = 572688f7705dd4761229852b4228f813
2
SHA256 (playd-1.3.8.tar.gz) = 140f13bcaedb920d7aaa2ae10ee4173fb5de069f7cec862e41edbb3f82dc61ea
2
SHA256 (playd.sh-1.7.12.tar.gz) = ed2632f7a3250820a58d468d3b2922459a3c413e81f4bd2f865e8e6e7552019c
3
SIZE (playd-1.3.8.tar.gz) = 7225
3
SIZE (playd.sh-1.7.12.tar.gz) = 7799
(-)playd/pkg-descr (-2 / +2 lines)
Lines 4-10 Link Here
4
player because playd supports playlists. It is easy to integrate
4
player because playd supports playlists. It is easy to integrate
5
playd into a window manager menu (e.g. FVWM).
5
playd into a window manager menu (e.g. FVWM).
6
6
7
WWW: http://github.com/killasmurf86/playd
7
WWW: http://aldis.git.bsdroot.lv/playd.sh
8
8
9
-- Aldis Berjoza
9
-- Aldis Berjoza
10
<aldis@BSDroot.lv>
10
<aldis@bsdroot.lv>

Return to bug 148420