[37604] trunk/dports/lang/ruby/Portfile

pguyot at kallisys.net pguyot at kallisys.net
Sun Jun 15 07:10:39 PDT 2008


Revision: 37604
          http://trac.macosforge.org/projects/macports/changeset/37604
Author:   pguyot at kallisys.net
Date:     2008-06-15 07:10:38 -0700 (Sun, 15 Jun 2008)

Log Message:
-----------
Add parallel builds and openmaintainship (fixes #15507)

Modified Paths:
--------------
    trunk/dports/lang/ruby/Portfile

Modified: trunk/dports/lang/ruby/Portfile
===================================================================
--- trunk/dports/lang/ruby/Portfile	2008-06-15 12:49:06 UTC (rev 37603)
+++ trunk/dports/lang/ruby/Portfile	2008-06-15 14:10:38 UTC (rev 37604)
@@ -6,7 +6,7 @@
 version			1.8.7
 
 categories		lang ruby
-maintainers		pguyot at kallisys.net
+maintainers		pguyot at kallisys.net openmaintainer
 
 description		Powerful and clean object-oriented scripting language
 long_description	Ruby is the interpreted scripting language for quick \
@@ -39,6 +39,7 @@
 				patch-test_socket.rb
 
 use_autoconf	yes
+use_parallel_build      yes
 
 configure.args	--enable-shared \
 				--mandir="${prefix}/share/man" \
@@ -72,11 +73,11 @@
 }
 
 variant tk conflicts mactk {
-	configure.args-delete	--without-tk 
-	configure.args-append	--with-tk 
+	configure.args-delete	--without-tk
+	configure.args-append	--with-tk
 	depends_lib-append		port:tcl \
-							port:tk 
-} 
+							port:tk
+}
 
 variant mactk conflicts tk {
 	configure.args-delete   --without-tk

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080615/4767e46a/attachment.htm 


More information about the macports-changes mailing list