[106536] trunk/dports/ruby/rb-bioruby/Portfile

kimuraw at macports.org kimuraw at macports.org
Thu May 30 00:51:29 PDT 2013


Revision: 106536
          https://trac.macports.org/changeset/106536
Author:   kimuraw at macports.org
Date:     2013-05-30 00:51:29 -0700 (Thu, 30 May 2013)
Log Message:
-----------
ruby/rb-bioruby: fix error at r106533

Revision Links:
--------------
    https://trac.macports.org/changeset/106533

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

Modified: trunk/dports/ruby/rb-bioruby/Portfile
===================================================================
--- trunk/dports/ruby/rb-bioruby/Portfile	2013-05-30 07:47:25 UTC (rev 106535)
+++ trunk/dports/ruby/rb-bioruby/Portfile	2013-05-30 07:51:29 UTC (rev 106536)
@@ -4,7 +4,7 @@
 PortGroup		ruby 1.0
 
 ruby.setup		bioruby 0.6.2 install.rb {README doc sample test etc}
-revision		1
+revision		2
 maintainers		nomaintainer
 description		Integrated environment for bioinformatics.
 long_description	BioRuby project aims to implement an integrated environment \
@@ -29,8 +29,8 @@
 post-destroot {
 	# /usr/bin/env ruby -> ruby1.8
 	reinplace -locale C "s%#!.*ruby%#!${ruby.bin}%" \
-		${destroot}${ruby.bindir}/br_biofetch.rb
-		${destroot}${ruby.bindir}/br_biogetseq.rb
+		${destroot}${ruby.bindir}/br_biofetch.rb \
+		${destroot}${ruby.bindir}/br_bioflat.rb \
+		${destroot}${ruby.bindir}/br_biogetseq.rb \
 		${destroot}${ruby.bindir}/br_pmfetch.rb
-		${destroot}${ruby.bindir}/br_biofetch.rb
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130530/075aa2c9/attachment.html>


More information about the macports-changes mailing list