New commits:
commit 41e7561970afaf7f97d7014b6eed94d7263c67c1
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>
ruby-1.8: => 1.8.7-p249 [security update]
commit a0e007f0ef470b554f7f95e6bf83c43a0b869feb
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>
mysql-ruby: => 2.8.2
commit d064ca1850233c1447f439ec2917fb1430b804da
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>
passenger: => 2.2.11; give the spell some more love
diff --git a/ruby-raa/mysql-ruby/DETAILS b/ruby-raa/mysql-ruby/DETAILS
index 450810e..dbe09d1 100755
--- a/ruby-raa/mysql-ruby/DETAILS
+++ b/ruby-raa/mysql-ruby/DETAILS
@@ -1,15 +1,15 @@
SPELL=mysql-ruby
- VERSION=2.7.3
+ VERSION=2.8.2
SOURCE=$SPELL-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=http://www.tmtm.org/downloads/mysql/ruby/$SOURCE
WEB_SITE=http://www.tmtm.org/en/mysql/ruby/README.html
-
SOURCE_HASH=sha512:d9fbb40cea668825fb63e6a0d3d3cb4bf6cc1193cab667e6657d0670a8c97ed39281ee4ff944177a9962bc69b068862b9a62a18bc3a0dc6c36788d6ec2ce70eb
+
SOURCE_HASH=sha512:f39bba5679031bab2d78bc5cb44bb00e7818c1f94e20af374e7b843ced85981e82f185f7442962728165abf9afa9f4d384e3ff6ca22c32320cf4bfa3af84c0e6
LICENSE[0]=GPL
ENTERED=20050506
DOCS="README.html COPYING tommy.css"
KEYWORDS="mysql ruby database"
- SHORT="This is MySQL API module for Ruby."
+ SHORT="MySQL API module for Ruby"
cat << EOF
This is MySQL API module for Ruby. It provides the same functions for
Ruby programs that the MySQL C API does for C programs
diff --git a/ruby-raa/mysql-ruby/HISTORY b/ruby-raa/mysql-ruby/HISTORY
index 33721fe..27f73b4 100644
--- a/ruby-raa/mysql-ruby/HISTORY
+++ b/ruby-raa/mysql-ruby/HISTORY
@@ -1,3 +1,6 @@
+2010-03-20 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 2.8.2; quoting paths; corrected desc
+
2010-02-25 Remko van der Vossen <wich AT sourcemage.org>
* DEPENDS: updated ruby dependency to RUBY provider
diff --git a/ruby-raa/passenger/BUILD b/ruby-raa/passenger/BUILD
index 5b8b0c0..1d1dc92 100755
--- a/ruby-raa/passenger/BUILD
+++ b/ruby-raa/passenger/BUILD
@@ -1,8 +1,11 @@
-# the hack with this is it has to be installed somewhere then built there,
then kept around :/
+if list_find "$OPTS" "APACHE=1"; then
+ rake apache2
+fi &&