Date: Sat, 7 Apr 2018 16:32:11 +0000 (UTC) From: Kirill Ponomarev <krion@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r466735 - in head/audio/mpdas: . files Message-ID: <201804071632.w37GWBOn065798@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804071632.w37GWBOn065798>