diff options
author | knu <knu@FreeBSD.org> | 2001-07-07 18:02:21 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-07-07 18:02:21 +0000 |
commit | 71ceeaba18466f54ba95d48d64ba41bab8eeeb13 (patch) | |
tree | 98931bc8b55b14ab6956195fc4a258b47be12d57 | |
parent | cbc249442116059108e78294a36fcfa8eaf76fdf (diff) | |
download | FreeBSD-ports-71ceeaba18466f54ba95d48d64ba41bab8eeeb13.zip FreeBSD-ports-71ceeaba18466f54ba95d48d64ba41bab8eeeb13.tar.gz |
Update ruby-dbi and ruby-dbd modules 0.0.6.
-rw-r--r-- | databases/ruby-dbi/Makefile.common | 2 | ||||
-rw-r--r-- | databases/ruby-dbi/distinfo | 2 | ||||
-rw-r--r-- | databases/ruby-dbi/pkg-plist | 5 |
3 files changed, 6 insertions, 3 deletions
diff --git a/databases/ruby-dbi/Makefile.common b/databases/ruby-dbi/Makefile.common index 1594d3c..c661617 100644 --- a/databases/ruby-dbi/Makefile.common +++ b/databases/ruby-dbi/Makefile.common @@ -1,7 +1,7 @@ # $FreeBSD$ RUBY_DBI_PORTNAME= dbi -RUBY_DBI_VERSION= 0.0.5 +RUBY_DBI_VERSION= 0.0.6 RUBY_DBI_PORTVERSION= ${RUBY_DBI_VERSION} RUBY_DBI_PORTREVISION= # none RUBY_DBI_MASTER_SITES= http://www.ruby-projects.org/downloads/dbi/ diff --git a/databases/ruby-dbi/distinfo b/databases/ruby-dbi/distinfo index d5452f1..3cd4388 100644 --- a/databases/ruby-dbi/distinfo +++ b/databases/ruby-dbi/distinfo @@ -1 +1 @@ -MD5 (ruby/ruby-dbi-all-0.0.5.tar.gz) = 385ee3f747fb4cb02ffa16adf94b3e77 +MD5 (ruby/ruby-dbi-all-0.0.6.tar.gz) = 0bb2f9d9d1d5ad332565a53939a7eae2 diff --git a/databases/ruby-dbi/pkg-plist b/databases/ruby-dbi/pkg-plist index 7f7c66f..801a05d 100644 --- a/databases/ruby-dbi/pkg-plist +++ b/databases/ruby-dbi/pkg-plist @@ -16,13 +16,16 @@ %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/dbi/test_blob.rb %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/dbi/xmltest.rb %%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/dbi +%%PORTDOCS%%%%RUBY_DOCDIR%%/dbi/ChangeLog %%PORTDOCS%%%%RUBY_DOCDIR%%/dbi/DBD_SPEC %%PORTDOCS%%%%RUBY_DOCDIR%%/dbi/DBI_SPEC -%%PORTDOCS%%%%RUBY_DOCDIR%%/dbi/HISTORY %%PORTDOCS%%%%RUBY_DOCDIR%%/dbi/README.1st +%%PORTDOCS%%%%RUBY_DOCDIR%%/dbi/ToDo %%PORTDOCS%%%%RUBY_DOCDIR%%/dbi/index.rd +%%PORTDOCS%%%%RUBY_DOCDIR%%/dbi/html/ChangeLog.html %%PORTDOCS%%%%RUBY_DOCDIR%%/dbi/html/DBD_SPEC.html %%PORTDOCS%%%%RUBY_DOCDIR%%/dbi/html/DBI_SPEC.html +%%PORTDOCS%%%%RUBY_DOCDIR%%/dbi/html/ToDo.html %%PORTDOCS%%%%RUBY_DOCDIR%%/dbi/html/index.html %%PORTDOCS%%%%RUBY_DOCDIR%%/dbi/html/rubyStyle.css %%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/dbi/html |