[25744] trunk/dports/ruby/rb-dbi/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Wed May 30 06:35:04 PDT 2007


Revision: 25744
          http://trac.macosforge.org/projects/macports/changeset/25744
Author:   boeyms at macports.org
Date:     2007-05-30 06:35:04 -0700 (Wed, 30 May 2007)

Log Message:
-----------
ruby/rb-dbi:
 * Add dbd_proxy variant.

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

Modified: trunk/dports/ruby/rb-dbi/Portfile
===================================================================
--- trunk/dports/ruby/rb-dbi/Portfile	2007-05-30 09:44:46 UTC (rev 25743)
+++ trunk/dports/ruby/rb-dbi/Portfile	2007-05-30 13:35:04 UTC (rev 25744)
@@ -5,6 +5,7 @@
 ruby.setup		{dbi ruby-dbi} 0.1.1 setup.rb \
 				{README doc examples} \
 				rubyforge:12368:ruby-dbi
+revision		1
 distname        ${ruby.module}-${version}
 maintainers		shu at rufuran.org
 description		The Ruby port of DBI
@@ -46,3 +47,11 @@
 	append dbi_conf_args	,dbd_pg
 	configure.args-append	${dbi_conf_args}
 }
+
+# dbd_proxy depends only on the fragment of the distributed Ruby library that is
+# part of the standard Ruby library as of version 1.8
+variant dbd_proxy {
+	configure.args-delete	${dbi_conf_args}
+	append dbi_conf_args	,dbd_proxy
+	configure.args-append	${dbi_conf_args}
+}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070530/7e62add1/attachment.html


More information about the macports-changes mailing list