View | Details | Raw Unified | Return to bug 202899
Collapse All | Expand All

(-)./Makefile (-2 / +2 lines)
Lines 2-8 Link Here
2
# $FreeBSD: head/audio/mpdas/Makefile 370036 2014-10-05 07:03:44Z riggs $
2
# $FreeBSD: head/audio/mpdas/Makefile 370036 2014-10-05 07:03:44Z riggs $
3
3
4
PORTNAME=	mpdas
4
PORTNAME=	mpdas
5
PORTVERSION=	0.3.2
5
PORTVERSION=	0.4.0
6
CATEGORIES=	audio
6
CATEGORIES=	audio
7
MASTER_SITES=	http://50hz.ws/mpdas/
7
MASTER_SITES=	http://50hz.ws/mpdas/
8
8
Lines 13-19 Link Here
13
LICENSE_FILE=	${WRKSRC}/LICENSE
13
LICENSE_FILE=	${WRKSRC}/LICENSE
14
14
15
LIB_DEPENDS=	libcurl.so:${PORTSDIR}/ftp/curl \
15
LIB_DEPENDS=	libcurl.so:${PORTSDIR}/ftp/curl \
16
		libmpd.so:${PORTSDIR}/audio/libmpd
16
		libmpdclient.so:${PORTSDIR}/audio/libmpdclient
17
17
18
USES=		pkgconfig
18
USES=		pkgconfig
19
19
(-)./distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (mpdas-0.3.2.tar.gz) = 145f85b29f7bd0b1b83d85c887fcf233ff463b31abb4767e7e289e1f9e7abb62
1
SHA256 (mpdas-0.4.0.tar.gz) = 7b30a9cde19175bddb6b898a78d225242330dbceaca4932f87c5a016141af650
2
SIZE (mpdas-0.3.2.tar.gz) = 14143
2
SIZE (mpdas-0.4.0.tar.gz) = 15113
(-)./pkg-descr (-1 / +1 lines)
Lines 5-10 Link Here
5
mpdas will cache the played songs to ~/.mpdascache.
5
mpdas will cache the played songs to ~/.mpdascache.
6
6
7
Please read the README at:
7
Please read the README at:
8
http://github.com/hrkfrd/mpdas/tree/master/README
8
http://github.com/hrkfdn/mpdas/tree/master/README
9
9
10
WWW: http://50hz.ws/mpdas/
10
WWW: http://50hz.ws/mpdas/

Return to bug 202899