svn commit: r466735 - in head/audio/mpdas: . files
Kirill Ponomarev
krion at FreeBSD.org
Sat Apr 7 16:32:13 UTC 2018
Author: krion
Date: Sat Apr 7 16:32:11 2018
New Revision: 466735
URL: https://svnweb.freebsd.org/changeset/ports/466735
Log:
Update to version 0.4.5
PR: 227325
Submitted by: maintainer
Modified:
head/audio/mpdas/Makefile
head/audio/mpdas/distinfo
head/audio/mpdas/files/pkg-message.in
Modified: head/audio/mpdas/Makefile
==============================================================================
--- head/audio/mpdas/Makefile Sat Apr 7 16:32:07 2018 (r466734)
+++ head/audio/mpdas/Makefile Sat Apr 7 16:32:11 2018 (r466735)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= mpdas
-PORTVERSION= 0.4.4
+PORTVERSION= 0.4.5
CATEGORIES= audio
MASTER_SITES= http://50hz.ws/mpdas/
Modified: head/audio/mpdas/distinfo
==============================================================================
--- head/audio/mpdas/distinfo Sat Apr 7 16:32:07 2018 (r466734)
+++ head/audio/mpdas/distinfo Sat Apr 7 16:32:11 2018 (r466735)
@@ -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
Modified: head/audio/mpdas/files/pkg-message.in
==============================================================================
--- head/audio/mpdas/files/pkg-message.in Sat Apr 7 16:32:07 2018 (r466734)
+++ head/audio/mpdas/files/pkg-message.in Sat Apr 7 16:32:11 2018 (r466735)
@@ -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.
More information about the svn-ports-all
mailing list