Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/rubymods
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv9459

Modified Files:
        postgres-rb.info mongrel-rb.info 
Log Message:
new upstream mongrel, also fix for when update-alternatives does not have the 
expected db selected

Index: mongrel-rb.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/rubymods/mongrel-rb.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- mongrel-rb.info     21 May 2008 21:06:20 -0000      1.1
+++ mongrel-rb.info     23 May 2008 16:27:17 -0000      1.2
@@ -1,6 +1,6 @@
 Info2: <<
 Package: mongrel-rb%type_pkg[ruby]
-Version: 1.1.4
+Version: 1.1.5
 Revision: 1
 Type: ruby (1.8)
 Description: Fast HTTP server for Ruby
@@ -22,8 +22,8 @@
        ruby%type_pkg[ruby]-dev
 <<
 
-Source: http://rubyforge.org/frs/download.php/33184/mongrel-%v.gem
-Source-MD5: d9aae49a39e0722f3badb8bd7378aca8
+Source: http://rubyforge.org/frs/download.php/37321/mongrel-%v.gem
+Source-MD5: a37617eb48f0932cc32143b2d76c0d12
 Source2: 
http://rubyforge.org/frs/download.php/27040/cgi_multipart_eof_fix-2.5.0.gem
 Source2-MD5: 4f8d588e53755d5c86b0b61187e6d996
 NoSourceDirectory: true

Index: postgres-rb.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/rubymods/postgres-rb.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- postgres-rb.info    21 May 2008 21:06:20 -0000      1.2
+++ postgres-rb.info    23 May 2008 16:27:17 -0000      1.3
@@ -1,7 +1,7 @@
 Info2: <<
 Package: postgres-rb%type_pkg[ruby]
 Version: 0.7.9
-Revision: 2
+Revision: 3
 Description: Ruby bindings for PostgreSQL
 Type: ruby (1.8)
 License: BSD
@@ -32,7 +32,13 @@
 
 InstallScript: <<
 #!/bin/sh -ev
+       # work around when pg_config is not selected in alternatives
+       mkdir tmp
+       ln -s %p/bin/pg_config-8.3 tmp/pg_config
+
+       export PATH=`pwd`/tmp:"$PATH"
        export POSTGRES_INCLUDE=%p/include/postgresql
+
        install -d -m 755 %i/var/lib/gems/%type_raw[ruby]
        %p/bin/gem install --local --install-dir 
%i/var/lib/gems/%type_raw[ruby] --rdoc *.gem
        rm -rf %i/var/lib/gems/%type_raw[ruby]/cache 
%i/var/lib/gems/%type_raw[ruby]/gems/postgres-%v.2008.03.18/{compat-ruby-postgres,ext}


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to