[Lunar-commits] r17098 - moonbase/trunk/devel/mod_ruby
Florin Braescu
florin at lunar-linux.org
Sat Oct 29 21:11:37 UTC 2005
Author: florin
Date: 2005-10-29 21:11:36 +0000 (Sat, 29 Oct 2005)
New Revision: 17098
Modified:
moonbase/trunk/devel/mod_ruby/BUILD
moonbase/trunk/devel/mod_ruby/DEPENDS
moonbase/trunk/devel/mod_ruby/DETAILS
Log:
small tweaks.
Modified: moonbase/trunk/devel/mod_ruby/BUILD
===================================================================
--- moonbase/trunk/devel/mod_ruby/BUILD 2005-10-29 21:10:48 UTC (rev 17097)
+++ moonbase/trunk/devel/mod_ruby/BUILD 2005-10-29 21:11:36 UTC (rev 17098)
@@ -1,11 +1,9 @@
(
- ./configure.rb --prefix=/usr \
- --with-apxs \
- --enable-eruby \
- --enable-shared &&
- make &&
- prepare_install &&
- make install
+ ./configure.rb --prefix=/usr \
+ --with-apxs \
+ --enable-eruby \
+ --enable-shared &&
+ default_make
) > $C_FIFO 2>&1
Modified: moonbase/trunk/devel/mod_ruby/DEPENDS
===================================================================
--- moonbase/trunk/devel/mod_ruby/DEPENDS 2005-10-29 21:10:48 UTC (rev 17097)
+++ moonbase/trunk/devel/mod_ruby/DEPENDS 2005-10-29 21:11:36 UTC (rev 17098)
@@ -1,2 +1,2 @@
-depends eruby &&
-depends apache2
+depends eruby &&
+depends apache2
Modified: moonbase/trunk/devel/mod_ruby/DETAILS
===================================================================
--- moonbase/trunk/devel/mod_ruby/DETAILS 2005-10-29 21:10:48 UTC (rev 17097)
+++ moonbase/trunk/devel/mod_ruby/DETAILS 2005-10-29 21:11:36 UTC (rev 17098)
@@ -1,13 +1,13 @@
MODULE=mod_ruby
VERSION=1.2.4
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL=http://www.modruby.net/archive/
+ SOURCE_URL=http://www.modruby.net/archive/
SOURCE_VFY=sha1:758e1706944ab77a1547c88ceb0aadd69131d732
MAINTAINER=jason at xorit.net
- WEB_SITE=http://www.modruby.net
+ WEB_SITE=http://www.modruby.net/
ENTERED=20020731
UPDATED=20041225
- SHORT="Ruby extension to apache webservers"
+ SHORT="Ruby extension to apache webservers"
cat << EOF
mod_ruby embeds the Ruby interpreter into the Apache web server,
More information about the Lunar-commits
mailing list