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

source_changes at macosforge.org source_changes at macosforge.org
Mon May 28 21:06:42 PDT 2007


Revision: 25707
          http://trac.macosforge.org/projects/macports/changeset/25707
Author:   boeyms at macports.org
Date:     2007-05-28 21:06:42 -0700 (Mon, 28 May 2007)

Log Message:
-----------
ruby/rb-dbi:
 * Update to latest version;
 * Update description to indicate that database driver support is now built as
   port variants; and
 * Remove contrib from installation list as it no longer exists in the source.

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

Modified: trunk/dports/ruby/rb-dbi/Portfile
===================================================================
--- trunk/dports/ruby/rb-dbi/Portfile	2007-05-29 02:47:43 UTC (rev 25706)
+++ trunk/dports/ruby/rb-dbi/Portfile	2007-05-29 04:06:42 UTC (rev 25707)
@@ -2,19 +2,20 @@
 PortSystem		1.0
 PortGroup		ruby 1.0
 
-ruby.setup		{dbi ruby-dbi-all} 0.0.23 setup.rb \
-				{README contrib doc examples} \
-				rubyforge:655:ruby-dbi
+ruby.setup		{dbi ruby-dbi} 0.1.1 setup.rb \
+				{README doc examples} \
+				rubyforge:12368:ruby-dbi
+distname        ${ruby.module}-${version}
 maintainers		shu at rufuran.org
 description		The Ruby port of DBI
 long_description	A database independent interface for accessing \
-					databases, similar to Perl's DBI. Drivers for it are \
-					available as separate ports.
+					databases, similar to Perl's DBI. Database drivers \
+					for it are now available as variants of this package.
 categories-append	databases
-checksums		md5 7a713494d84bd4f5b877496970bcf13c
+checksums		md5 1077f898080bb0af1098ee4b5b54f8d1
 platforms		darwin
 
-worksrcdir		${ruby.filename}
+worksrcdir		${ruby.project}
 
 # The conjuring with the dbi_conf_args variable to set configure.args is to cope
 # with the fact that setup.rb accepts a single "--with=<feature>,<feature>,..."

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070528/0c9d6cf8/attachment.html


More information about the macports-changes mailing list