1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00

Update to version 0.4.5

PR:		227325
Submitted by:	maintainer
This commit is contained in:
Kirill Ponomarev 2018-04-07 16:32:11 +00:00
parent 39dadb0521
commit a931b2f349
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=466735
3 changed files with 9 additions and 5 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= mpdas
PORTVERSION= 0.4.4
PORTVERSION= 0.4.5
CATEGORIES= audio
MASTER_SITES= http://50hz.ws/mpdas/

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1504017021
SHA256 (mpdas-0.4.4.tar.gz) = b262a009ba5194bba2e140eade22c9182cdeac8bfb19de250734f8693e0b0d27
SIZE (mpdas-0.4.4.tar.gz) = 18939
TIMESTAMP = 1523029895
SHA256 (mpdas-0.4.5.tar.gz) = c9103d7b897e76cd11a669e1c062d74cb73574efc7ba87de3b04304464e8a9ca
SIZE (mpdas-0.4.5.tar.gz) = 19108

View File

@ -8,7 +8,11 @@ your home directory or in %%PREFIX%%/etc/mpdasrc.
Syntax is easy. Example:
username = lastfmuser
password = 5f4dcc3b5aa765d61d8327deb882cf99
password = password
NOTE:
As of version 0.4.3 the password is set in plaintext, whereas
previously it had to be an MD5 hash.
Use the runas variable to change the UID the process runs in.