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

Vlad Glagolev scm at sourcemage.org
Sun Jul 5 09:55:50 EDT 2009


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

 php-pear/xdebug/BUILD     |    3 ---
 php-pear/xdebug/DETAILS   |    4 ++--
 php-pear/xdebug/HISTORY   |    5 +++++
 php-pear/xdebug/PRE_BUILD |    5 ++---
 4 files changed, 9 insertions(+), 8 deletions(-)

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

    xdebug: => 2.0.5

diff --git a/php-pear/xdebug/BUILD b/php-pear/xdebug/BUILD
deleted file mode 100755
index f12cd1d..0000000
--- a/php-pear/xdebug/BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-phpize &&
-./configure --enable-xdebug $OPTS &&
-make
diff --git a/php-pear/xdebug/DETAILS b/php-pear/xdebug/DETAILS
index f5370f6..a893a38 100755
--- a/php-pear/xdebug/DETAILS
+++ b/php-pear/xdebug/DETAILS
@@ -1,6 +1,6 @@
            SPELL=xdebug
-         VERSION=2.0.4
-     SOURCE_HASH=sha512:6ae866dbbb1e159ec67b7c6d054313dec42edeb9f9b8f23e3873b4b25af6008cd31e358a1aa55a38cd87d97c919364869848ccfaf08c61662121287ec7167301
+         VERSION=2.0.5
+     SOURCE_HASH=sha512:ebca31ae25171e5946350ab9d41e21bd0090a380c89182add32845373d8c1dac867d0cefc9fb88048fe24d438b63a935552720468dcb1070b1ae6d9e4ac55d55
           SOURCE=$SPELL-$VERSION.tgz
 SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
    SOURCE_URL[0]=http://www.xdebug.org/files/$SOURCE
diff --git a/php-pear/xdebug/HISTORY b/php-pear/xdebug/HISTORY
index 32ea4e7..90181fe 100644
--- a/php-pear/xdebug/HISTORY
+++ b/php-pear/xdebug/HISTORY
@@ -1,3 +1,8 @@
+2009-07-05 Vlad Glagolev <stealth at sourcemage.org>
+	* DETAILS: updated spell to 2.0.5
+	* PRE_BUILD: added some optimizations
+	* BUILD: removed
+
 2009-02-07 Vlad Glagolev <stealth at sourcemage.org>
 	* DETAILS: updated spell to 2.0.4; quoting paths; fixed desc
 
diff --git a/php-pear/xdebug/PRE_BUILD b/php-pear/xdebug/PRE_BUILD
index 22375c3..f93d293 100755
--- a/php-pear/xdebug/PRE_BUILD
+++ b/php-pear/xdebug/PRE_BUILD
@@ -1,7 +1,6 @@
 default_pre_build &&
-cd "${SOURCE_DIRECTORY}" &&
+cd "$SOURCE_DIRECTORY" &&
 
-rm -f "${BUILD_DIRECTORY}/package.xml" &&
-rm -f "${BUILD_DIRECTORY}/package2.xml"
+rm -f "$BUILD_DIRECTORY"/package{,2}.xml &&
 
 phpize



More information about the SM-Commit mailing list