[118236] trunk/dports/audio/mpd/Portfile
rmstonecipher at macports.org
rmstonecipher at macports.org
Wed Mar 26 14:43:44 PDT 2014
Revision: 118236
https://trac.macports.org/changeset/118236
Author: rmstonecipher at macports.org
Date: 2014-03-26 14:43:44 -0700 (Wed, 26 Mar 2014)
Log Message:
-----------
audio/mpd upgraded version from 0.18.8 to 0.18.9, fixed one trailing whitespace error in Portfile
Modified Paths:
--------------
trunk/dports/audio/mpd/Portfile
Modified: trunk/dports/audio/mpd/Portfile
===================================================================
--- trunk/dports/audio/mpd/Portfile 2014-03-26 21:35:10 UTC (rev 118235)
+++ trunk/dports/audio/mpd/Portfile 2014-03-26 21:43:44 UTC (rev 118236)
@@ -2,10 +2,9 @@
# $Id$
PortSystem 1.0
-PortGroup compiler_blacklist_versions 1.0
name mpd
-version 0.18.8
+version 0.18.9
set branch [join [lrange [split ${version} .] 0 1] .]
categories audio
maintainers rmstonecipher openmaintainer
@@ -21,8 +20,8 @@
master_sites http://www.musicpd.org/download/${name}/${branch}/
license GPL-2+ LGPL-2.1
use_xz yes
-checksums rmd160 013eeba0f74f26db86a7dbfb9d324ef7753e95f6 \
- sha256 5366378e548fb77996cc33b0e15165ddd84f1e496bdd04616bd593aecdc26450
+checksums rmd160 775b7608f09aceae851fa57fe8f2c399d31c25fe \
+ sha256 0d4d3e6977cb607419abbb14c63d1e2b982acb84cd2be5346f19de5f699a68de
depends_build port:pkgconfig
depends_lib \
@@ -95,7 +94,7 @@
${destroot}${prefix}/var/lib/mpd/playlists \
${destroot}${prefix}/var/log/mpd
post-destroot {
- # ensure ${prefix}/var/[lib/mpd/[music,playlists],log/mpd] exist
+ # ensure ${prefix}/var/[lib/mpd/[music,playlists],log/mpd] exist
xinstall -m 755 -o ${mpduser} -g ${mpduser} -d \
${destroot}${prefix}/var/lib/mpd \
${destroot}${prefix}/var/lib/mpd/music \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140326/9747d131/attachment.html>
More information about the macports-changes
mailing list