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

(-)mpdas/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD: head/audio/mpdas/Makefile 449122 2017-09-02 11:27:21Z riggs $
2
# $FreeBSD: head/audio/mpdas/Makefile 449122 2017-09-02 11:27:21Z riggs $
3
3
4
PORTNAME=	mpdas
4
PORTNAME=	mpdas
5
PORTVERSION=	0.4.4
5
PORTVERSION=	0.4.5
6
CATEGORIES=	audio
6
CATEGORIES=	audio
7
MASTER_SITES=	http://50hz.ws/mpdas/
7
MASTER_SITES=	http://50hz.ws/mpdas/
8
8
(-)mpdas/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1504017021
1
TIMESTAMP = 1523029895
2
SHA256 (mpdas-0.4.4.tar.gz) = b262a009ba5194bba2e140eade22c9182cdeac8bfb19de250734f8693e0b0d27
2
SHA256 (mpdas-0.4.5.tar.gz) = c9103d7b897e76cd11a669e1c062d74cb73574efc7ba87de3b04304464e8a9ca
3
SIZE (mpdas-0.4.4.tar.gz) = 18939
3
SIZE (mpdas-0.4.5.tar.gz) = 19108
(-)mpdas/files/pkg-message.in (-1 / +5 lines)
Lines 8-14 Link Here
8
Syntax is easy. Example:
8
Syntax is easy. Example:
9
9
10
username = lastfmuser
10
username = lastfmuser
11
password = 5f4dcc3b5aa765d61d8327deb882cf99
11
password = password
12
13
NOTE:
14
As of version 0.4.3 the password is set in plaintext, whereas
15
previously it had to be an MD5 hash.
12
16
13
Use the runas variable to change the UID the process runs in.
17
Use the runas variable to change the UID the process runs in.
14
18

Return to bug 227325