aboutsummaryrefslogtreecommitdiff
path: root/audio/mpdas
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2019-08-13 16:00:39 +0000
committerMathieu Arnold <mat@FreeBSD.org>2019-08-13 16:00:39 +0000
commita6c40a689b8a327b1ecf5778f120f0d7250ea7a8 (patch)
treee784ed48f7c3bb5a803cbd97b583435da971804d /audio/mpdas
parent648300c466186a9a3281a692e09992799c9a706c (diff)
downloadports-a6c40a689b8a327b1ecf5778f120f0d7250ea7a8.tar.gz
ports-a6c40a689b8a327b1ecf5778f120f0d7250ea7a8.zip
Convert to UCL & cleanup pkg-message (categories a-c)
Notes
Notes: svn path=/head/; revision=508834
Diffstat (limited to 'audio/mpdas')
-rw-r--r--audio/mpdas/files/pkg-message.in22
1 files changed, 14 insertions, 8 deletions
diff --git a/audio/mpdas/files/pkg-message.in b/audio/mpdas/files/pkg-message.in
index 2aad7b2f6fab..25be777d8199 100644
--- a/audio/mpdas/files/pkg-message.in
+++ b/audio/mpdas/files/pkg-message.in
@@ -1,5 +1,6 @@
-****************************************************************
-
+[
+{ type: install
+ message: <<EOM
mpdas has been successfully installed.
To configure mpdas, simply create a file called .mpdasrc in
@@ -10,10 +11,6 @@ Syntax is easy. Example:
username = lastfmuser
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.
For more information on configuration see:
@@ -28,5 +25,14 @@ Then start mpdas with
%%PREFIX%%/etc/rc.d/mpdas start
or reboot.
-
-****************************************************************
+EOM
+}
+{
+ type: upgrade
+ maximum_version: 0.4.3
+ message: <<EOM
+As of version 0.4.3 the password is set in plaintext, whereas
+previously it had to be an MD5 hash.
+EOM
+}
+]