diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-07-07 18:02:21 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-07-07 18:02:21 +0000 |
commit | 2ff44213b51eea31d0691fa3895d61519fe20db1 (patch) | |
tree | 9bbdc6b8bb6aaa8c51f9032607dee80d495e9406 /databases/ruby-dbi | |
parent | 3651ff4ba6a0ce45e71398b1e93bc902e5e829c1 (diff) | |
download | ports-2ff44213b51eea31d0691fa3895d61519fe20db1.tar.gz ports-2ff44213b51eea31d0691fa3895d61519fe20db1.zip |
Update ruby-dbi and ruby-dbd modules 0.0.6.
Notes
Notes:
svn path=/head/; revision=44887
Diffstat (limited to 'databases/ruby-dbi')
-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 1594d3c6453f..c6616178f89a 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 d5452f18b2a3..3cd438807fe9 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 7f7c66f82fca..801a05d59434 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 |