[SM-Commit] GIT changes to master grimoire by Vlad Glagolev (90c217342b013e9bc40473cc0ca6382a45452f12)

Vlad Glagolev scm at sourcemage.org
Fri Dec 26 02:41:15 EST 2008


GIT changes to master grimoire by Vlad Glagolev <stealth at sourcemage.org>:

 audio-players/mpd/DETAILS   |    8 ++++----
 audio-players/mpd/HISTORY   |    3 +++
 audio-players/mpd/INSTALL   |    6 +++---
 audio-players/mpd/PRE_BUILD |    2 +-
 4 files changed, 11 insertions(+), 8 deletions(-)

New commits:
commit 90c217342b013e9bc40473cc0ca6382a45452f12
Author: Vlad Glagolev <stealth at sourcemage.org>
Commit: Vlad Glagolev <stealth at sourcemage.org>

    mpd: => 0.14

diff --git a/audio-players/mpd/DETAILS b/audio-players/mpd/DETAILS
index 862dd01..fefaece 100755
--- a/audio-players/mpd/DETAILS
+++ b/audio-players/mpd/DETAILS
@@ -1,9 +1,9 @@
            SPELL=mpd
-         VERSION=0.13.2
+         VERSION=0.14
           SOURCE=$SPELL-$VERSION.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
-   SOURCE_URL[0]=http://musicpd.org/uploads/files/$SOURCE
-     SOURCE_HASH=sha512:abcef67abedef7c91de7740443042b77e61c85310c07fe42be8ab2e18fa47fa8f83e07ff1a5d16d7e22920dae86ebff2c2b18fdc7c88375dc4681938669c9ea0
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+   SOURCE_URL[0]=$SOURCEFORGE_URL/musicpd/$SOURCE
+     SOURCE_HASH=sha512:109cf8a7a2bab98cf512a8c6775ec9d56058b79cb4837cc886a44f132f88f73c41880c89457f57f4182b47a938b6b4cc9375cab7d94fbf5fd34a68f96e433e57
       LICENSE[0]=GPL
         KEYWORDS="music players audio"
         WEB_SITE=http://www.musicpd.org/
diff --git a/audio-players/mpd/HISTORY b/audio-players/mpd/HISTORY
index fa34e90..0c93871 100644
--- a/audio-players/mpd/HISTORY
+++ b/audio-players/mpd/HISTORY
@@ -1,3 +1,6 @@
+2008-12-26 Vlad Glagolev <stealth at sourcemage.org>
+	* DETAILS: updated spell to 0.14; fixed source url; quoting paths
+
 2008-06-17 Vlad Glagolev <stealth at sourcemage.org>
 	* DETAILS: updated spell to 0.13.2
 
diff --git a/audio-players/mpd/INSTALL b/audio-players/mpd/INSTALL
index a2084b8..6c98d52 100755
--- a/audio-players/mpd/INSTALL
+++ b/audio-players/mpd/INSTALL
@@ -1,8 +1,8 @@
 default_install  &&
 if  [[  $INIT_INSTALLED  ]]; then
-  install_config_file  $SPELL_DIRECTORY/init.d/mpd.conf  \
-    $INSTALL_ROOT/etc/sysconfig/mpd
+  install_config_file  "$SPELL_DIRECTORY/init.d/mpd.conf"  \
+    "$INSTALL_ROOT/etc/sysconfig/mpd"
 else
   install_config_file  doc/mpdconf.example  \
-    $INSTALL_ROOT/etc/mpd.conf
+    "$INSTALL_ROOT/etc/mpd.conf"
 fi
diff --git a/audio-players/mpd/PRE_BUILD b/audio-players/mpd/PRE_BUILD
index 3ed1c42..7072cac 100755
--- a/audio-players/mpd/PRE_BUILD
+++ b/audio-players/mpd/PRE_BUILD
@@ -1,5 +1,5 @@
 default_pre_build  &&
-cd $SOURCE_DIRECTORY  &&
+cd "$SOURCE_DIRECTORY"  &&
 
 if  [[  $INIT_INSTALLED  ]]; then
      create_account musicdaemon  &&



More information about the SM-Commit mailing list