[103931] trunk/dports/ruby/rb-kansas/Portfile

kimuraw at macports.org kimuraw at macports.org
Sun Mar 10 03:32:57 PDT 2013


Revision: 103931
          https://trac.macports.org/changeset/103931
Author:   kimuraw at macports.org
Date:     2013-03-10 03:32:57 -0700 (Sun, 10 Mar 2013)
Log Message:
-----------
ruby/rb-kansas: correct intall destination of .rb files

Modified Paths:
--------------
    trunk/dports/ruby/rb-kansas/Portfile

Modified: trunk/dports/ruby/rb-kansas/Portfile
===================================================================
--- trunk/dports/ruby/rb-kansas/Portfile	2013-03-10 10:15:22 UTC (rev 103930)
+++ trunk/dports/ruby/rb-kansas/Portfile	2013-03-10 10:32:57 UTC (rev 103931)
@@ -3,6 +3,7 @@
 PortGroup		ruby 1.0
 
 ruby.setup		kansas 0.2 basic_install.rb {README tests} rubyforge:1197
+revision		1
 maintainers		nomaintainer
 description		    Kansas is an Object-Relational mapping layer.
 long_description	Kansas is an Object-Relational mapping layer. It takes a \
@@ -14,9 +15,7 @@
 checksums		    md5 247ed7f6cdd9e060cf07d55ebb57f81e
 homepage            http://enigo.com/projects/kansas/index.html
 configure           {
-                        reinplace "s;sitedir;vendordir;" ${worksrcpath}/install.rb
-                        reinplace "s;\"kansas\";\"${ruby.version}\", \"kansas\";" ${worksrcpath}/install.rb
-                        reinplace "s;'kansas.rb', vendordir;'kansas.rb', File.join(vendordir, \"${ruby.version}\");" ${worksrcpath}/install.rb
+                        reinplace "s;sitedir;vendorlibdir;g" ${worksrcpath}/install.rb
                     }
 depends_lib-append  port:rb-dbi
-platforms		    darwin 
+platforms		    darwin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130310/ff7e2ab9/attachment-0001.html>


More information about the macports-changes mailing list