BUG: rb-dbd-mysql fails to build
Reported by: |
fukami@… |
Owned by: |
macports-tickets@… |
Priority:
|
Normal
|
Milestone:
|
|
Component:
|
ports
|
Version:
|
1.2
|
Keywords:
|
|
Cc:
|
markd@…
|
Port:
|
rb-dbd-mysql
|
|
|
The portfile of rb-dbd-mysql fails to build due referencing a wrong file at rubyforge. Patch attached.
--- ruby/rb-dbd-mysql/Portfile 2006-08-09 11:53:05.000000000 +0200
+++ ruby/rb-dbd-mysql/Portfile-new 2006-08-09 11:53:04.000000000 +0200
@@ -4,13 +4,13 @@
ruby.setup {dbd-mysql ruby-dbi-all} 0.0.23 setup.rb \
{README doc/DBD_SPEC doc/html/DBD_SPEC.html} \
- rubyforge:557:ruby-dbi
+ rubyforge:655:ruby-dbi
revision 1
maintainers roberto@freebsd.org
description DBI driver for Mysql
long_description ${description}
categories-append databases
-checksums md5 ba4097c5ccd0405701db5a6e2018f425
+checksums md5 7a713494d84bd4f5b877496970bcf13c
platforms darwin
worksrcdir ${ruby.filename}
patch for rb-dbd-mysql Portfile